@accrescent/console-client-sdk-angular 0.3.0 → 0.5.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/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# @accrescent/console-client-sdk-angular@0.
|
|
1
|
+
# @accrescent/console-client-sdk-angular@0.5.0
|
|
2
2
|
|
|
3
3
|
The official API for managing resources in the Accrescent console
|
|
4
4
|
|
|
5
|
-
The version of the OpenAPI document: 0.
|
|
5
|
+
The version of the OpenAPI document: 0.5.0
|
|
6
6
|
|
|
7
7
|
## Building
|
|
8
8
|
|
|
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
24
24
|
_published:_
|
|
25
25
|
|
|
26
26
|
```console
|
|
27
|
-
npm install @accrescent/console-client-sdk-angular@0.
|
|
27
|
+
npm install @accrescent/console-client-sdk-angular@0.5.0 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -327,7 +327,7 @@ class Configuration {
|
|
|
327
327
|
* Do not edit the class manually.
|
|
328
328
|
*/
|
|
329
329
|
class BaseService {
|
|
330
|
-
basePath = 'https://
|
|
330
|
+
basePath = 'https://console-api.accrescent.app:443';
|
|
331
331
|
defaultHeaders = new HttpHeaders();
|
|
332
332
|
configuration;
|
|
333
333
|
encoder;
|
|
@@ -1003,10 +1003,10 @@ class AppDraftsService extends BaseService {
|
|
|
1003
1003
|
reportProgress: reportProgress
|
|
1004
1004
|
});
|
|
1005
1005
|
}
|
|
1006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1007
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1006
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppDraftsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1007
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppDraftsService, providedIn: 'root' });
|
|
1008
1008
|
}
|
|
1009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppDraftsService, decorators: [{
|
|
1010
1010
|
type: Injectable,
|
|
1011
1011
|
args: [{
|
|
1012
1012
|
providedIn: 'root'
|
|
@@ -1517,10 +1517,10 @@ class AppEditsService extends BaseService {
|
|
|
1517
1517
|
reportProgress: reportProgress
|
|
1518
1518
|
});
|
|
1519
1519
|
}
|
|
1520
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1521
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppEditsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1521
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppEditsService, providedIn: 'root' });
|
|
1522
1522
|
}
|
|
1523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppEditsService, decorators: [{
|
|
1524
1524
|
type: Injectable,
|
|
1525
1525
|
args: [{
|
|
1526
1526
|
providedIn: 'root'
|
|
@@ -1678,10 +1678,10 @@ class AppsService extends BaseService {
|
|
|
1678
1678
|
reportProgress: reportProgress
|
|
1679
1679
|
});
|
|
1680
1680
|
}
|
|
1681
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1682
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1681
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1682
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppsService, providedIn: 'root' });
|
|
1683
1683
|
}
|
|
1684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AppsService, decorators: [{
|
|
1685
1685
|
type: Injectable,
|
|
1686
1686
|
args: [{
|
|
1687
1687
|
providedIn: 'root'
|
|
@@ -1711,12 +1711,8 @@ class OrganizationsService extends BaseService {
|
|
|
1711
1711
|
super(basePath, configuration);
|
|
1712
1712
|
this.httpClient = httpClient;
|
|
1713
1713
|
}
|
|
1714
|
-
organizationServiceListOrganizations(
|
|
1715
|
-
if (userId === null || userId === undefined) {
|
|
1716
|
-
throw new Error('Required parameter userId was null or undefined when calling organizationServiceListOrganizations.');
|
|
1717
|
-
}
|
|
1714
|
+
organizationServiceListOrganizations(pageSize, pageToken, observe = 'body', reportProgress = false, options) {
|
|
1718
1715
|
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
1719
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'userId', userId, QueryParamStyle.Form, false);
|
|
1720
1716
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'pageSize', pageSize, QueryParamStyle.Form, false);
|
|
1721
1717
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'pageToken', pageToken, QueryParamStyle.Form, false);
|
|
1722
1718
|
let localVarHeaders = this.defaultHeaders;
|
|
@@ -1753,10 +1749,10 @@ class OrganizationsService extends BaseService {
|
|
|
1753
1749
|
reportProgress: reportProgress
|
|
1754
1750
|
});
|
|
1755
1751
|
}
|
|
1756
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1757
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1752
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: OrganizationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1753
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: OrganizationsService, providedIn: 'root' });
|
|
1758
1754
|
}
|
|
1759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: OrganizationsService, decorators: [{
|
|
1760
1756
|
type: Injectable,
|
|
1761
1757
|
args: [{
|
|
1762
1758
|
providedIn: 'root'
|
|
@@ -1884,10 +1880,10 @@ class ReviewsService extends BaseService {
|
|
|
1884
1880
|
reportProgress: reportProgress
|
|
1885
1881
|
});
|
|
1886
1882
|
}
|
|
1887
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1888
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1883
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ReviewsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1884
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ReviewsService, providedIn: 'root' });
|
|
1889
1885
|
}
|
|
1890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ReviewsService, decorators: [{
|
|
1891
1887
|
type: Injectable,
|
|
1892
1888
|
args: [{
|
|
1893
1889
|
providedIn: 'root'
|
|
@@ -2000,10 +1996,10 @@ class UsersService extends BaseService {
|
|
|
2000
1996
|
reportProgress: reportProgress
|
|
2001
1997
|
});
|
|
2002
1998
|
}
|
|
2003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2004
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
1999
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: UsersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2000
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: UsersService, providedIn: 'root' });
|
|
2005
2001
|
}
|
|
2006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: UsersService, decorators: [{
|
|
2007
2003
|
type: Injectable,
|
|
2008
2004
|
args: [{
|
|
2009
2005
|
providedIn: 'root'
|
|
@@ -2214,11 +2210,11 @@ class ApiModule {
|
|
|
2214
2210
|
'See also https://github.com/angular/angular/issues/20575');
|
|
2215
2211
|
}
|
|
2216
2212
|
}
|
|
2217
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2218
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
2219
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
2213
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2214
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: ApiModule });
|
|
2215
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ApiModule });
|
|
2220
2216
|
}
|
|
2221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ApiModule, decorators: [{
|
|
2222
2218
|
type: NgModule,
|
|
2223
2219
|
args: [{
|
|
2224
2220
|
imports: [],
|