@saritasa/renewaire-frontend-sdk 0.1.0-dev.333 → 0.1.0-dev.367
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/index.d.ts
CHANGED
|
@@ -561,6 +561,33 @@ interface RefreshTokenCommand {
|
|
|
561
561
|
token: string;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
+
/**
|
|
565
|
+
* RenewAire CORES API
|
|
566
|
+
*
|
|
567
|
+
* Contact: renewaire@saritasa.com
|
|
568
|
+
*
|
|
569
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
570
|
+
* https://openapi-generator.tech
|
|
571
|
+
* Do not edit the class manually.
|
|
572
|
+
*/
|
|
573
|
+
/**
|
|
574
|
+
* DTO for RenewAire.Cores.Domain.Region.
|
|
575
|
+
*/
|
|
576
|
+
interface RegionDto {
|
|
577
|
+
id: object;
|
|
578
|
+
/**
|
|
579
|
+
* RegionLevel<br />0 = Country<br />1 = State<br />2 = County
|
|
580
|
+
*/
|
|
581
|
+
level: RegionDtoLevelEnum;
|
|
582
|
+
name: string;
|
|
583
|
+
code: string;
|
|
584
|
+
}
|
|
585
|
+
declare enum RegionDtoLevelEnum {
|
|
586
|
+
Country = "Country",
|
|
587
|
+
State = "State",
|
|
588
|
+
County = "County"
|
|
589
|
+
}
|
|
590
|
+
|
|
564
591
|
/**
|
|
565
592
|
* RenewAire CORES API
|
|
566
593
|
*
|
|
@@ -622,6 +649,7 @@ interface RepTerritoryContactsDto {
|
|
|
622
649
|
*/
|
|
623
650
|
interface RepTerritoryRepContactDto {
|
|
624
651
|
id: object;
|
|
652
|
+
repTerritoryId: object;
|
|
625
653
|
headerLabel: string;
|
|
626
654
|
territoryLabel: string;
|
|
627
655
|
firstName: string;
|
|
@@ -664,6 +692,28 @@ interface RepTerritoryDto {
|
|
|
664
692
|
salesContacts: Array<ContactDto>;
|
|
665
693
|
}
|
|
666
694
|
|
|
695
|
+
/**
|
|
696
|
+
* RenewAire CORES API
|
|
697
|
+
*
|
|
698
|
+
* Contact: renewaire@saritasa.com
|
|
699
|
+
*
|
|
700
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
701
|
+
* https://openapi-generator.tech
|
|
702
|
+
* Do not edit the class manually.
|
|
703
|
+
*/
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* REP territory location DTO.
|
|
707
|
+
*/
|
|
708
|
+
interface RepTerritoryLocationDto {
|
|
709
|
+
id: object;
|
|
710
|
+
name: string;
|
|
711
|
+
repTerritoryId: object;
|
|
712
|
+
repTerritoryName: string;
|
|
713
|
+
allCounties: boolean;
|
|
714
|
+
regions: Array<RegionDto>;
|
|
715
|
+
}
|
|
716
|
+
|
|
667
717
|
/**
|
|
668
718
|
* RenewAire CORES API
|
|
669
719
|
*
|
|
@@ -822,6 +872,51 @@ interface SaveRepTerritoryDto {
|
|
|
822
872
|
rsdRegionId: object;
|
|
823
873
|
}
|
|
824
874
|
|
|
875
|
+
/**
|
|
876
|
+
* RenewAire CORES API
|
|
877
|
+
*
|
|
878
|
+
* Contact: renewaire@saritasa.com
|
|
879
|
+
*
|
|
880
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
881
|
+
* https://openapi-generator.tech
|
|
882
|
+
* Do not edit the class manually.
|
|
883
|
+
*/
|
|
884
|
+
/**
|
|
885
|
+
* Save REP territory location DTO.
|
|
886
|
+
*/
|
|
887
|
+
interface SaveRepTerritoryLocationDto {
|
|
888
|
+
name: string;
|
|
889
|
+
allCounties: boolean;
|
|
890
|
+
regions: Array<object>;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* RenewAire CORES API
|
|
895
|
+
*
|
|
896
|
+
* Contact: renewaire@saritasa.com
|
|
897
|
+
*
|
|
898
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
899
|
+
* https://openapi-generator.tech
|
|
900
|
+
* Do not edit the class manually.
|
|
901
|
+
*/
|
|
902
|
+
|
|
903
|
+
/**
|
|
904
|
+
* Save REP territory contact DTO.
|
|
905
|
+
*/
|
|
906
|
+
interface SaveRepTerritoryRepContactDto {
|
|
907
|
+
headerLabel: string;
|
|
908
|
+
territoryLabel: string;
|
|
909
|
+
firstName: string;
|
|
910
|
+
lastName: string;
|
|
911
|
+
phone: string;
|
|
912
|
+
email: string;
|
|
913
|
+
website: string;
|
|
914
|
+
/**
|
|
915
|
+
* DTO for RenewAire.Cores.Domain.Address.
|
|
916
|
+
*/
|
|
917
|
+
address: AddressDto;
|
|
918
|
+
}
|
|
919
|
+
|
|
825
920
|
/**
|
|
826
921
|
* RenewAire CORES API
|
|
827
922
|
*
|
|
@@ -946,6 +1041,43 @@ interface SearchRepTerritoryDtoPagedListMetadataDto {
|
|
|
946
1041
|
items: Array<SearchRepTerritoryDto>;
|
|
947
1042
|
}
|
|
948
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* RenewAire CORES API
|
|
1046
|
+
*
|
|
1047
|
+
* Contact: renewaire@saritasa.com
|
|
1048
|
+
*
|
|
1049
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1050
|
+
* https://openapi-generator.tech
|
|
1051
|
+
* Do not edit the class manually.
|
|
1052
|
+
*/
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Search REP territory location DTO.
|
|
1056
|
+
*/
|
|
1057
|
+
interface SearchRepTerritoryLocationDto {
|
|
1058
|
+
id: object;
|
|
1059
|
+
name: string;
|
|
1060
|
+
repTerritoryId: object;
|
|
1061
|
+
repTerritoryName: string;
|
|
1062
|
+
allCounties: boolean;
|
|
1063
|
+
regions: Array<RegionDto>;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
* RenewAire CORES API
|
|
1068
|
+
*
|
|
1069
|
+
* Contact: renewaire@saritasa.com
|
|
1070
|
+
*
|
|
1071
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1072
|
+
* https://openapi-generator.tech
|
|
1073
|
+
* Do not edit the class manually.
|
|
1074
|
+
*/
|
|
1075
|
+
|
|
1076
|
+
interface SearchRepTerritoryLocationDtoPagedListMetadataDto {
|
|
1077
|
+
metadata: PagedListMetadata;
|
|
1078
|
+
items: Array<SearchRepTerritoryLocationDto>;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
949
1081
|
/**
|
|
950
1082
|
* RenewAire CORES API
|
|
951
1083
|
*
|
|
@@ -1519,6 +1651,119 @@ declare class RegionsApiService extends BaseService implements RegionsApiService
|
|
|
1519
1651
|
static ɵprov: i0.ɵɵInjectableDeclaration<RegionsApiService>;
|
|
1520
1652
|
}
|
|
1521
1653
|
|
|
1654
|
+
/**
|
|
1655
|
+
* RenewAire CORES API
|
|
1656
|
+
*
|
|
1657
|
+
* Contact: renewaire@saritasa.com
|
|
1658
|
+
*
|
|
1659
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1660
|
+
* https://openapi-generator.tech
|
|
1661
|
+
* Do not edit the class manually.
|
|
1662
|
+
*/
|
|
1663
|
+
|
|
1664
|
+
interface RepContactsGetRepTerritoryRepContactRequestParams {
|
|
1665
|
+
repTerritoryRepContactId: number;
|
|
1666
|
+
}
|
|
1667
|
+
interface RepContactsRemoveRepTerritoryRepContactRequestParams {
|
|
1668
|
+
repTerritoryRepContactId: number;
|
|
1669
|
+
}
|
|
1670
|
+
interface RepContactsUpdateRepTerritoryRepContactRequestParams {
|
|
1671
|
+
repTerritoryRepContactId: number;
|
|
1672
|
+
saveRepTerritoryRepContactDto?: SaveRepTerritoryRepContactDto;
|
|
1673
|
+
}
|
|
1674
|
+
interface RepContactsApiServiceInterface {
|
|
1675
|
+
defaultHeaders: HttpHeaders;
|
|
1676
|
+
configuration: Configuration;
|
|
1677
|
+
/**
|
|
1678
|
+
* Get REP contact.
|
|
1679
|
+
*
|
|
1680
|
+
* @param requestParameters
|
|
1681
|
+
*/
|
|
1682
|
+
repContactsGetRepTerritoryRepContact(requestParameters: RepContactsGetRepTerritoryRepContactRequestParams, extraHttpRequestParams?: any): Observable<RepTerritoryRepContactDto>;
|
|
1683
|
+
/**
|
|
1684
|
+
* Remove REP contact.
|
|
1685
|
+
*
|
|
1686
|
+
* @param requestParameters
|
|
1687
|
+
*/
|
|
1688
|
+
repContactsRemoveRepTerritoryRepContact(requestParameters: RepContactsRemoveRepTerritoryRepContactRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
1689
|
+
/**
|
|
1690
|
+
* Update REP contact.
|
|
1691
|
+
*
|
|
1692
|
+
* @param requestParameters
|
|
1693
|
+
*/
|
|
1694
|
+
repContactsUpdateRepTerritoryRepContact(requestParameters: RepContactsUpdateRepTerritoryRepContactRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
declare class RepContactsApiService extends BaseService implements RepContactsApiServiceInterface {
|
|
1698
|
+
protected httpClient: HttpClient;
|
|
1699
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
1700
|
+
/**
|
|
1701
|
+
* Get REP contact.
|
|
1702
|
+
* @param requestParameters
|
|
1703
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1704
|
+
* @param reportProgress flag to report request and response progress.
|
|
1705
|
+
*/
|
|
1706
|
+
repContactsGetRepTerritoryRepContact(requestParameters: RepContactsGetRepTerritoryRepContactRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
1707
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1708
|
+
context?: HttpContext;
|
|
1709
|
+
transferCache?: boolean;
|
|
1710
|
+
}): Observable<RepTerritoryRepContactDto>;
|
|
1711
|
+
repContactsGetRepTerritoryRepContact(requestParameters: RepContactsGetRepTerritoryRepContactRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
1712
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1713
|
+
context?: HttpContext;
|
|
1714
|
+
transferCache?: boolean;
|
|
1715
|
+
}): Observable<HttpResponse<RepTerritoryRepContactDto>>;
|
|
1716
|
+
repContactsGetRepTerritoryRepContact(requestParameters: RepContactsGetRepTerritoryRepContactRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
1717
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1718
|
+
context?: HttpContext;
|
|
1719
|
+
transferCache?: boolean;
|
|
1720
|
+
}): Observable<HttpEvent<RepTerritoryRepContactDto>>;
|
|
1721
|
+
/**
|
|
1722
|
+
* Remove REP contact.
|
|
1723
|
+
* @param requestParameters
|
|
1724
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1725
|
+
* @param reportProgress flag to report request and response progress.
|
|
1726
|
+
*/
|
|
1727
|
+
repContactsRemoveRepTerritoryRepContact(requestParameters: RepContactsRemoveRepTerritoryRepContactRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
1728
|
+
httpHeaderAccept?: undefined;
|
|
1729
|
+
context?: HttpContext;
|
|
1730
|
+
transferCache?: boolean;
|
|
1731
|
+
}): Observable<any>;
|
|
1732
|
+
repContactsRemoveRepTerritoryRepContact(requestParameters: RepContactsRemoveRepTerritoryRepContactRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
1733
|
+
httpHeaderAccept?: undefined;
|
|
1734
|
+
context?: HttpContext;
|
|
1735
|
+
transferCache?: boolean;
|
|
1736
|
+
}): Observable<HttpResponse<any>>;
|
|
1737
|
+
repContactsRemoveRepTerritoryRepContact(requestParameters: RepContactsRemoveRepTerritoryRepContactRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
1738
|
+
httpHeaderAccept?: undefined;
|
|
1739
|
+
context?: HttpContext;
|
|
1740
|
+
transferCache?: boolean;
|
|
1741
|
+
}): Observable<HttpEvent<any>>;
|
|
1742
|
+
/**
|
|
1743
|
+
* Update REP contact.
|
|
1744
|
+
* @param requestParameters
|
|
1745
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1746
|
+
* @param reportProgress flag to report request and response progress.
|
|
1747
|
+
*/
|
|
1748
|
+
repContactsUpdateRepTerritoryRepContact(requestParameters: RepContactsUpdateRepTerritoryRepContactRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
1749
|
+
httpHeaderAccept?: undefined;
|
|
1750
|
+
context?: HttpContext;
|
|
1751
|
+
transferCache?: boolean;
|
|
1752
|
+
}): Observable<any>;
|
|
1753
|
+
repContactsUpdateRepTerritoryRepContact(requestParameters: RepContactsUpdateRepTerritoryRepContactRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
1754
|
+
httpHeaderAccept?: undefined;
|
|
1755
|
+
context?: HttpContext;
|
|
1756
|
+
transferCache?: boolean;
|
|
1757
|
+
}): Observable<HttpResponse<any>>;
|
|
1758
|
+
repContactsUpdateRepTerritoryRepContact(requestParameters: RepContactsUpdateRepTerritoryRepContactRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
1759
|
+
httpHeaderAccept?: undefined;
|
|
1760
|
+
context?: HttpContext;
|
|
1761
|
+
transferCache?: boolean;
|
|
1762
|
+
}): Observable<HttpEvent<any>>;
|
|
1763
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RepContactsApiService, [null, { optional: true; }, { optional: true; }]>;
|
|
1764
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RepContactsApiService>;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1522
1767
|
/**
|
|
1523
1768
|
* RenewAire CORES API
|
|
1524
1769
|
*
|
|
@@ -1532,6 +1777,14 @@ declare class RegionsApiService extends BaseService implements RegionsApiService
|
|
|
1532
1777
|
interface RepTerritoriesCreateRepTerritoryRequestParams {
|
|
1533
1778
|
saveRepTerritoryDto?: SaveRepTerritoryDto;
|
|
1534
1779
|
}
|
|
1780
|
+
interface RepTerritoriesCreateRepTerritoryLocationRequestParams {
|
|
1781
|
+
repTerritoryId: number;
|
|
1782
|
+
saveRepTerritoryLocationDto?: SaveRepTerritoryLocationDto;
|
|
1783
|
+
}
|
|
1784
|
+
interface RepTerritoriesCreateRepTerritoryRepContactRequestParams {
|
|
1785
|
+
repTerritoryId: number;
|
|
1786
|
+
saveRepTerritoryRepContactDto?: SaveRepTerritoryRepContactDto;
|
|
1787
|
+
}
|
|
1535
1788
|
interface RepTerritoriesGetRepTerritoryRequestParams {
|
|
1536
1789
|
repTerritoryId: number;
|
|
1537
1790
|
}
|
|
@@ -1559,6 +1812,18 @@ interface RepTerritoriesApiServiceInterface {
|
|
|
1559
1812
|
* @param requestParameters
|
|
1560
1813
|
*/
|
|
1561
1814
|
repTerritoriesCreateRepTerritory(requestParameters: RepTerritoriesCreateRepTerritoryRequestParams, extraHttpRequestParams?: any): Observable<object>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Create REP territory location.
|
|
1817
|
+
*
|
|
1818
|
+
* @param requestParameters
|
|
1819
|
+
*/
|
|
1820
|
+
repTerritoriesCreateRepTerritoryLocation(requestParameters: RepTerritoriesCreateRepTerritoryLocationRequestParams, extraHttpRequestParams?: any): Observable<object>;
|
|
1821
|
+
/**
|
|
1822
|
+
* Create REP territory REP contact.
|
|
1823
|
+
*
|
|
1824
|
+
* @param requestParameters
|
|
1825
|
+
*/
|
|
1826
|
+
repTerritoriesCreateRepTerritoryRepContact(requestParameters: RepTerritoriesCreateRepTerritoryRepContactRequestParams, extraHttpRequestParams?: any): Observable<object>;
|
|
1562
1827
|
/**
|
|
1563
1828
|
* Get REP territory.
|
|
1564
1829
|
*
|
|
@@ -1609,6 +1874,48 @@ declare class RepTerritoriesApiService extends BaseService implements RepTerrito
|
|
|
1609
1874
|
context?: HttpContext;
|
|
1610
1875
|
transferCache?: boolean;
|
|
1611
1876
|
}): Observable<HttpEvent<object>>;
|
|
1877
|
+
/**
|
|
1878
|
+
* Create REP territory location.
|
|
1879
|
+
* @param requestParameters
|
|
1880
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1881
|
+
* @param reportProgress flag to report request and response progress.
|
|
1882
|
+
*/
|
|
1883
|
+
repTerritoriesCreateRepTerritoryLocation(requestParameters: RepTerritoriesCreateRepTerritoryLocationRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
1884
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1885
|
+
context?: HttpContext;
|
|
1886
|
+
transferCache?: boolean;
|
|
1887
|
+
}): Observable<object>;
|
|
1888
|
+
repTerritoriesCreateRepTerritoryLocation(requestParameters: RepTerritoriesCreateRepTerritoryLocationRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
1889
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1890
|
+
context?: HttpContext;
|
|
1891
|
+
transferCache?: boolean;
|
|
1892
|
+
}): Observable<HttpResponse<object>>;
|
|
1893
|
+
repTerritoriesCreateRepTerritoryLocation(requestParameters: RepTerritoriesCreateRepTerritoryLocationRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
1894
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1895
|
+
context?: HttpContext;
|
|
1896
|
+
transferCache?: boolean;
|
|
1897
|
+
}): Observable<HttpEvent<object>>;
|
|
1898
|
+
/**
|
|
1899
|
+
* Create REP territory REP contact.
|
|
1900
|
+
* @param requestParameters
|
|
1901
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1902
|
+
* @param reportProgress flag to report request and response progress.
|
|
1903
|
+
*/
|
|
1904
|
+
repTerritoriesCreateRepTerritoryRepContact(requestParameters: RepTerritoriesCreateRepTerritoryRepContactRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
1905
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1906
|
+
context?: HttpContext;
|
|
1907
|
+
transferCache?: boolean;
|
|
1908
|
+
}): Observable<object>;
|
|
1909
|
+
repTerritoriesCreateRepTerritoryRepContact(requestParameters: RepTerritoriesCreateRepTerritoryRepContactRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
1910
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1911
|
+
context?: HttpContext;
|
|
1912
|
+
transferCache?: boolean;
|
|
1913
|
+
}): Observable<HttpResponse<object>>;
|
|
1914
|
+
repTerritoriesCreateRepTerritoryRepContact(requestParameters: RepTerritoriesCreateRepTerritoryRepContactRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
1915
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
1916
|
+
context?: HttpContext;
|
|
1917
|
+
transferCache?: boolean;
|
|
1918
|
+
}): Observable<HttpEvent<object>>;
|
|
1612
1919
|
/**
|
|
1613
1920
|
* Get REP territory.
|
|
1614
1921
|
* @param requestParameters
|
|
@@ -1697,6 +2004,155 @@ declare class RepTerritoriesApiService extends BaseService implements RepTerrito
|
|
|
1697
2004
|
static ɵprov: i0.ɵɵInjectableDeclaration<RepTerritoriesApiService>;
|
|
1698
2005
|
}
|
|
1699
2006
|
|
|
2007
|
+
/**
|
|
2008
|
+
* RenewAire CORES API
|
|
2009
|
+
*
|
|
2010
|
+
* Contact: renewaire@saritasa.com
|
|
2011
|
+
*
|
|
2012
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2013
|
+
* https://openapi-generator.tech
|
|
2014
|
+
* Do not edit the class manually.
|
|
2015
|
+
*/
|
|
2016
|
+
|
|
2017
|
+
interface RepTerritoryLocationsGetRepTerritoryLocationRequestParams {
|
|
2018
|
+
repTerritoryLocationId: number;
|
|
2019
|
+
}
|
|
2020
|
+
interface RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams {
|
|
2021
|
+
repTerritoryLocationId: number;
|
|
2022
|
+
}
|
|
2023
|
+
interface RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams {
|
|
2024
|
+
name?: string;
|
|
2025
|
+
repTerritoryId?: object | null;
|
|
2026
|
+
repName?: string;
|
|
2027
|
+
allCounties?: boolean;
|
|
2028
|
+
orderBy?: string;
|
|
2029
|
+
page?: number;
|
|
2030
|
+
pageSize?: number;
|
|
2031
|
+
}
|
|
2032
|
+
interface RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams {
|
|
2033
|
+
repTerritoryLocationId: number;
|
|
2034
|
+
saveRepTerritoryLocationDto?: SaveRepTerritoryLocationDto;
|
|
2035
|
+
}
|
|
2036
|
+
interface RepTerritoryLocationsApiServiceInterface {
|
|
2037
|
+
defaultHeaders: HttpHeaders;
|
|
2038
|
+
configuration: Configuration;
|
|
2039
|
+
/**
|
|
2040
|
+
* Get REP territory location.
|
|
2041
|
+
*
|
|
2042
|
+
* @param requestParameters
|
|
2043
|
+
*/
|
|
2044
|
+
repTerritoryLocationsGetRepTerritoryLocation(requestParameters: RepTerritoryLocationsGetRepTerritoryLocationRequestParams, extraHttpRequestParams?: any): Observable<RepTerritoryLocationDto>;
|
|
2045
|
+
/**
|
|
2046
|
+
* Remove REP territory location.
|
|
2047
|
+
*
|
|
2048
|
+
* @param requestParameters
|
|
2049
|
+
*/
|
|
2050
|
+
repTerritoryLocationsRemoveRepTerritoryLocation(requestParameters: RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
2051
|
+
/**
|
|
2052
|
+
* Search REP territory locations.
|
|
2053
|
+
*
|
|
2054
|
+
* @param requestParameters
|
|
2055
|
+
*/
|
|
2056
|
+
repTerritoryLocationsSearchRepTerritoryLocations(requestParameters: RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, extraHttpRequestParams?: any): Observable<SearchRepTerritoryLocationDtoPagedListMetadataDto>;
|
|
2057
|
+
/**
|
|
2058
|
+
* Update REP territory location.
|
|
2059
|
+
*
|
|
2060
|
+
* @param requestParameters
|
|
2061
|
+
*/
|
|
2062
|
+
repTerritoryLocationsUpdateRepTerritoryLocation(requestParameters: RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
declare class RepTerritoryLocationsApiService extends BaseService implements RepTerritoryLocationsApiServiceInterface {
|
|
2066
|
+
protected httpClient: HttpClient;
|
|
2067
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
2068
|
+
/**
|
|
2069
|
+
* Get REP territory location.
|
|
2070
|
+
* @param requestParameters
|
|
2071
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2072
|
+
* @param reportProgress flag to report request and response progress.
|
|
2073
|
+
*/
|
|
2074
|
+
repTerritoryLocationsGetRepTerritoryLocation(requestParameters: RepTerritoryLocationsGetRepTerritoryLocationRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
2075
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2076
|
+
context?: HttpContext;
|
|
2077
|
+
transferCache?: boolean;
|
|
2078
|
+
}): Observable<RepTerritoryLocationDto>;
|
|
2079
|
+
repTerritoryLocationsGetRepTerritoryLocation(requestParameters: RepTerritoryLocationsGetRepTerritoryLocationRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
2080
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2081
|
+
context?: HttpContext;
|
|
2082
|
+
transferCache?: boolean;
|
|
2083
|
+
}): Observable<HttpResponse<RepTerritoryLocationDto>>;
|
|
2084
|
+
repTerritoryLocationsGetRepTerritoryLocation(requestParameters: RepTerritoryLocationsGetRepTerritoryLocationRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
2085
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2086
|
+
context?: HttpContext;
|
|
2087
|
+
transferCache?: boolean;
|
|
2088
|
+
}): Observable<HttpEvent<RepTerritoryLocationDto>>;
|
|
2089
|
+
/**
|
|
2090
|
+
* Remove REP territory location.
|
|
2091
|
+
* @param requestParameters
|
|
2092
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2093
|
+
* @param reportProgress flag to report request and response progress.
|
|
2094
|
+
*/
|
|
2095
|
+
repTerritoryLocationsRemoveRepTerritoryLocation(requestParameters: RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
2096
|
+
httpHeaderAccept?: undefined;
|
|
2097
|
+
context?: HttpContext;
|
|
2098
|
+
transferCache?: boolean;
|
|
2099
|
+
}): Observable<any>;
|
|
2100
|
+
repTerritoryLocationsRemoveRepTerritoryLocation(requestParameters: RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
2101
|
+
httpHeaderAccept?: undefined;
|
|
2102
|
+
context?: HttpContext;
|
|
2103
|
+
transferCache?: boolean;
|
|
2104
|
+
}): Observable<HttpResponse<any>>;
|
|
2105
|
+
repTerritoryLocationsRemoveRepTerritoryLocation(requestParameters: RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
2106
|
+
httpHeaderAccept?: undefined;
|
|
2107
|
+
context?: HttpContext;
|
|
2108
|
+
transferCache?: boolean;
|
|
2109
|
+
}): Observable<HttpEvent<any>>;
|
|
2110
|
+
/**
|
|
2111
|
+
* Search REP territory locations.
|
|
2112
|
+
* @param requestParameters
|
|
2113
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2114
|
+
* @param reportProgress flag to report request and response progress.
|
|
2115
|
+
*/
|
|
2116
|
+
repTerritoryLocationsSearchRepTerritoryLocations(requestParameters?: RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
2117
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2118
|
+
context?: HttpContext;
|
|
2119
|
+
transferCache?: boolean;
|
|
2120
|
+
}): Observable<SearchRepTerritoryLocationDtoPagedListMetadataDto>;
|
|
2121
|
+
repTerritoryLocationsSearchRepTerritoryLocations(requestParameters?: RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
2122
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2123
|
+
context?: HttpContext;
|
|
2124
|
+
transferCache?: boolean;
|
|
2125
|
+
}): Observable<HttpResponse<SearchRepTerritoryLocationDtoPagedListMetadataDto>>;
|
|
2126
|
+
repTerritoryLocationsSearchRepTerritoryLocations(requestParameters?: RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
2127
|
+
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2128
|
+
context?: HttpContext;
|
|
2129
|
+
transferCache?: boolean;
|
|
2130
|
+
}): Observable<HttpEvent<SearchRepTerritoryLocationDtoPagedListMetadataDto>>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Update REP territory location.
|
|
2133
|
+
* @param requestParameters
|
|
2134
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2135
|
+
* @param reportProgress flag to report request and response progress.
|
|
2136
|
+
*/
|
|
2137
|
+
repTerritoryLocationsUpdateRepTerritoryLocation(requestParameters: RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
2138
|
+
httpHeaderAccept?: undefined;
|
|
2139
|
+
context?: HttpContext;
|
|
2140
|
+
transferCache?: boolean;
|
|
2141
|
+
}): Observable<any>;
|
|
2142
|
+
repTerritoryLocationsUpdateRepTerritoryLocation(requestParameters: RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
2143
|
+
httpHeaderAccept?: undefined;
|
|
2144
|
+
context?: HttpContext;
|
|
2145
|
+
transferCache?: boolean;
|
|
2146
|
+
}): Observable<HttpResponse<any>>;
|
|
2147
|
+
repTerritoryLocationsUpdateRepTerritoryLocation(requestParameters: RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
2148
|
+
httpHeaderAccept?: undefined;
|
|
2149
|
+
context?: HttpContext;
|
|
2150
|
+
transferCache?: boolean;
|
|
2151
|
+
}): Observable<HttpEvent<any>>;
|
|
2152
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RepTerritoryLocationsApiService, [null, { optional: true; }, { optional: true; }]>;
|
|
2153
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RepTerritoryLocationsApiService>;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
1700
2156
|
/**
|
|
1701
2157
|
* RenewAire CORES API
|
|
1702
2158
|
*
|
|
@@ -1891,7 +2347,7 @@ interface UsersConfirmEmailRequestParams {
|
|
|
1891
2347
|
interface UsersForgotPasswordRequestParams {
|
|
1892
2348
|
forgotPasswordCommand?: ForgotPasswordCommand;
|
|
1893
2349
|
}
|
|
1894
|
-
interface
|
|
2350
|
+
interface UsersGetRepContactsRequestParams {
|
|
1895
2351
|
userId: number;
|
|
1896
2352
|
}
|
|
1897
2353
|
interface UsersRegisterUserRequestParams {
|
|
@@ -1922,13 +2378,13 @@ interface UsersApiServiceInterface {
|
|
|
1922
2378
|
* Get current user REP contacts.
|
|
1923
2379
|
*
|
|
1924
2380
|
*/
|
|
1925
|
-
|
|
2381
|
+
usersGetCurrentRepContacts(extraHttpRequestParams?: any): Observable<RepTerritoryContactsDto>;
|
|
1926
2382
|
/**
|
|
1927
2383
|
* Get user REP contacts.
|
|
1928
2384
|
*
|
|
1929
2385
|
* @param requestParameters
|
|
1930
2386
|
*/
|
|
1931
|
-
|
|
2387
|
+
usersGetRepContacts(requestParameters: UsersGetRepContactsRequestParams, extraHttpRequestParams?: any): Observable<RepTerritoryContactsDto>;
|
|
1932
2388
|
/**
|
|
1933
2389
|
* Register user.
|
|
1934
2390
|
*
|
|
@@ -1999,17 +2455,17 @@ declare class UsersApiService extends BaseService implements UsersApiServiceInte
|
|
|
1999
2455
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2000
2456
|
* @param reportProgress flag to report request and response progress.
|
|
2001
2457
|
*/
|
|
2002
|
-
|
|
2458
|
+
usersGetCurrentRepContacts(observe?: "body", reportProgress?: boolean, options?: {
|
|
2003
2459
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2004
2460
|
context?: HttpContext;
|
|
2005
2461
|
transferCache?: boolean;
|
|
2006
2462
|
}): Observable<RepTerritoryContactsDto>;
|
|
2007
|
-
|
|
2463
|
+
usersGetCurrentRepContacts(observe?: "response", reportProgress?: boolean, options?: {
|
|
2008
2464
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2009
2465
|
context?: HttpContext;
|
|
2010
2466
|
transferCache?: boolean;
|
|
2011
2467
|
}): Observable<HttpResponse<RepTerritoryContactsDto>>;
|
|
2012
|
-
|
|
2468
|
+
usersGetCurrentRepContacts(observe?: "events", reportProgress?: boolean, options?: {
|
|
2013
2469
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2014
2470
|
context?: HttpContext;
|
|
2015
2471
|
transferCache?: boolean;
|
|
@@ -2020,17 +2476,17 @@ declare class UsersApiService extends BaseService implements UsersApiServiceInte
|
|
|
2020
2476
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
2021
2477
|
* @param reportProgress flag to report request and response progress.
|
|
2022
2478
|
*/
|
|
2023
|
-
|
|
2479
|
+
usersGetRepContacts(requestParameters: UsersGetRepContactsRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
2024
2480
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2025
2481
|
context?: HttpContext;
|
|
2026
2482
|
transferCache?: boolean;
|
|
2027
2483
|
}): Observable<RepTerritoryContactsDto>;
|
|
2028
|
-
|
|
2484
|
+
usersGetRepContacts(requestParameters: UsersGetRepContactsRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
2029
2485
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2030
2486
|
context?: HttpContext;
|
|
2031
2487
|
transferCache?: boolean;
|
|
2032
2488
|
}): Observable<HttpResponse<RepTerritoryContactsDto>>;
|
|
2033
|
-
|
|
2489
|
+
usersGetRepContacts(requestParameters: UsersGetRepContactsRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
2034
2490
|
httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
|
|
2035
2491
|
context?: HttpContext;
|
|
2036
2492
|
transferCache?: boolean;
|
|
@@ -2102,7 +2558,7 @@ declare class UsersApiService extends BaseService implements UsersApiServiceInte
|
|
|
2102
2558
|
static ɵprov: i0.ɵɵInjectableDeclaration<UsersApiService>;
|
|
2103
2559
|
}
|
|
2104
2560
|
|
|
2105
|
-
declare const APIS: (typeof AuthApiService | typeof PermissionBundlesApiService | typeof PermissionsApiService | typeof RegionsApiService | typeof RepTerritoriesApiService | typeof RsdRegionsApiService | typeof UsersApiService)[];
|
|
2561
|
+
declare const APIS: (typeof AuthApiService | typeof PermissionBundlesApiService | typeof PermissionsApiService | typeof RegionsApiService | typeof RepContactsApiService | typeof RepTerritoriesApiService | typeof RepTerritoryLocationsApiService | typeof RsdRegionsApiService | typeof UsersApiService)[];
|
|
2106
2562
|
|
|
2107
2563
|
declare const BASE_PATH: InjectionToken<string>;
|
|
2108
2564
|
declare const COLLECTION_FORMATS: {
|
|
@@ -2122,5 +2578,5 @@ declare class ApiModule {
|
|
|
2122
2578
|
|
|
2123
2579
|
declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
|
|
2124
2580
|
|
|
2125
|
-
export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, Permission, PermissionBundlesApiService, PermissionsApiService, RegionLevel, RegionsApiService, RepTerritoriesApiService, RsdRegionsApiService, SearchRegionDtoLevelEnum, UsersApiService, provideApi };
|
|
2126
|
-
export type { AddressDto, AuthApiServiceInterface, AuthAuthenticateRequestParams, AuthRefreshTokenRequestParams, CompanyInformationDto, ConfigurationParameters, ContactDto, CreateRsdRegionDto, DataFormat, DataType, EmailConfirmationTokenDto, ForgotPasswordCommand, Int32IdDto, LoginUserCommand, OffsetLimitListMetadata, PagedListMetadata, Param, ParamLocation, ParamStyle, PermissionBundleDto, PermissionBundlesApiServiceInterface, PermissionBundlesCreatePermissionBundleRequestParams, PermissionBundlesGetPermissionBundleRequestParams, PermissionBundlesRemovePermissionBundleRequestParams, PermissionBundlesRestorePermissionBundleRequestParams, PermissionBundlesSearchPermissionBundlesRequestParams, PermissionBundlesUpdatePermissionBundleRequestParams, PermissionDto, PermissionsApiServiceInterface, PhysicalAddressDto, RefreshTokenCommand, RegionsApiServiceInterface, RegionsSearchRegionsRequestParams, RepTerritoriesApiServiceInterface, RepTerritoriesCreateRepTerritoryRequestParams, RepTerritoriesGetRepTerritoryRequestParams, RepTerritoriesRemoveRepTerritoryRequestParams, RepTerritoriesSearchRepTerritoriesRequestParams, RepTerritoriesUpdateRepTerritoryRequestParams, RepTerritoryContactsDto, RepTerritoryDto, RepTerritoryRepContactDto, ResetPasswordCommand, RsdRegionDocumentDto, RsdRegionDto, RsdRegionRepTerritoryDto, RsdRegionUserDto, RsdRegionsApiServiceInterface, RsdRegionsCreateRsdRegionRequestParams, RsdRegionsGetRsdRegionRequestParams, RsdRegionsRemoveRsdRegionRequestParams, RsdRegionsSearchRsdRegionsRequestParams, RsdRegionsUpdateRsdRegionRequestParams, SavePermissionBundleDto, SaveRepTerritoryDto, SearchPermissionBundleDto, SearchPermissionBundleDtoPagedListMetadataDto, SearchRegionDto, SearchRegionDtoPagedListMetadataDto, SearchRepTerritoryDto, SearchRepTerritoryDtoPagedListMetadataDto, SearchRsdRegionDto, SearchRsdRegionDtoPagedListMetadataDto, StandardDataFormat, StandardDataType, StandardParamStyle, TokenModel, TotalCountListMetadata, UpdateRsdRegionDto, UserEmailDto, UserPreferencesDto, UserProfileDto, UserRegistrationDto, UsersApiServiceInterface, UsersConfirmEmailRequestParams, UsersForgotPasswordRequestParams,
|
|
2581
|
+
export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, Permission, PermissionBundlesApiService, PermissionsApiService, RegionDtoLevelEnum, RegionLevel, RegionsApiService, RepContactsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, SearchRegionDtoLevelEnum, UsersApiService, provideApi };
|
|
2582
|
+
export type { AddressDto, AuthApiServiceInterface, AuthAuthenticateRequestParams, AuthRefreshTokenRequestParams, CompanyInformationDto, ConfigurationParameters, ContactDto, CreateRsdRegionDto, DataFormat, DataType, EmailConfirmationTokenDto, ForgotPasswordCommand, Int32IdDto, LoginUserCommand, OffsetLimitListMetadata, PagedListMetadata, Param, ParamLocation, ParamStyle, PermissionBundleDto, PermissionBundlesApiServiceInterface, PermissionBundlesCreatePermissionBundleRequestParams, PermissionBundlesGetPermissionBundleRequestParams, PermissionBundlesRemovePermissionBundleRequestParams, PermissionBundlesRestorePermissionBundleRequestParams, PermissionBundlesSearchPermissionBundlesRequestParams, PermissionBundlesUpdatePermissionBundleRequestParams, PermissionDto, PermissionsApiServiceInterface, PhysicalAddressDto, RefreshTokenCommand, RegionDto, RegionsApiServiceInterface, RegionsSearchRegionsRequestParams, RepContactsApiServiceInterface, RepContactsGetRepTerritoryRepContactRequestParams, RepContactsRemoveRepTerritoryRepContactRequestParams, RepContactsUpdateRepTerritoryRepContactRequestParams, RepTerritoriesApiServiceInterface, RepTerritoriesCreateRepTerritoryLocationRequestParams, RepTerritoriesCreateRepTerritoryRepContactRequestParams, RepTerritoriesCreateRepTerritoryRequestParams, RepTerritoriesGetRepTerritoryRequestParams, RepTerritoriesRemoveRepTerritoryRequestParams, RepTerritoriesSearchRepTerritoriesRequestParams, RepTerritoriesUpdateRepTerritoryRequestParams, RepTerritoryContactsDto, RepTerritoryDto, RepTerritoryLocationDto, RepTerritoryLocationsApiServiceInterface, RepTerritoryLocationsGetRepTerritoryLocationRequestParams, RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, RepTerritoryRepContactDto, ResetPasswordCommand, RsdRegionDocumentDto, RsdRegionDto, RsdRegionRepTerritoryDto, RsdRegionUserDto, RsdRegionsApiServiceInterface, RsdRegionsCreateRsdRegionRequestParams, RsdRegionsGetRsdRegionRequestParams, RsdRegionsRemoveRsdRegionRequestParams, RsdRegionsSearchRsdRegionsRequestParams, RsdRegionsUpdateRsdRegionRequestParams, SavePermissionBundleDto, SaveRepTerritoryDto, SaveRepTerritoryLocationDto, SaveRepTerritoryRepContactDto, SearchPermissionBundleDto, SearchPermissionBundleDtoPagedListMetadataDto, SearchRegionDto, SearchRegionDtoPagedListMetadataDto, SearchRepTerritoryDto, SearchRepTerritoryDtoPagedListMetadataDto, SearchRepTerritoryLocationDto, SearchRepTerritoryLocationDtoPagedListMetadataDto, SearchRsdRegionDto, SearchRsdRegionDtoPagedListMetadataDto, StandardDataFormat, StandardDataType, StandardParamStyle, TokenModel, TotalCountListMetadata, UpdateRsdRegionDto, UserEmailDto, UserPreferencesDto, UserProfileDto, UserRegistrationDto, UsersApiServiceInterface, UsersConfirmEmailRequestParams, UsersForgotPasswordRequestParams, UsersGetRepContactsRequestParams, UsersRegisterUserRequestParams, UsersRequestConfirmEmailRequestParams, UsersResetPasswordRequestParams };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.367",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.1.0-dev.367+Branch.develop.Sha.45636e58c23cdf6676fbc8c90e06823cf800d8a3.45636e58c23cdf6676fbc8c90e06823cf800d8a3)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|