keplar-api 0.0.3810178086 → 0.0.3905150158
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 +2 -2
- package/dist/apis/DefaultApi.d.ts +2 -2
- package/dist/apis/DefaultApi.js +2 -2
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## keplar-api@0.0.
|
|
1
|
+
## keplar-api@0.0.3905150158
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install keplar-api@0.0.
|
|
39
|
+
npm install keplar-api@0.0.3905150158 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -1178,11 +1178,11 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
1178
1178
|
*/
|
|
1179
1179
|
duplicateProject(requestParameters: DuplicateProjectRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DuplicateProjectResult>;
|
|
1180
1180
|
/**
|
|
1181
|
-
* Exit impersonation and
|
|
1181
|
+
* Exit impersonation and restore admin session
|
|
1182
1182
|
*/
|
|
1183
1183
|
exitImpersonationRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteArtifact200Response>>;
|
|
1184
1184
|
/**
|
|
1185
|
-
* Exit impersonation and
|
|
1185
|
+
* Exit impersonation and restore admin session
|
|
1186
1186
|
*/
|
|
1187
1187
|
exitImpersonation(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteArtifact200Response>;
|
|
1188
1188
|
/**
|
package/dist/apis/DefaultApi.js
CHANGED
|
@@ -4339,7 +4339,7 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
4339
4339
|
});
|
|
4340
4340
|
};
|
|
4341
4341
|
/**
|
|
4342
|
-
* Exit impersonation and
|
|
4342
|
+
* Exit impersonation and restore admin session
|
|
4343
4343
|
*/
|
|
4344
4344
|
DefaultApi.prototype.exitImpersonationRaw = function (initOverrides) {
|
|
4345
4345
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -4374,7 +4374,7 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
4374
4374
|
});
|
|
4375
4375
|
};
|
|
4376
4376
|
/**
|
|
4377
|
-
* Exit impersonation and
|
|
4377
|
+
* Exit impersonation and restore admin session
|
|
4378
4378
|
*/
|
|
4379
4379
|
DefaultApi.prototype.exitImpersonation = function (initOverrides) {
|
|
4380
4380
|
return __awaiter(this, void 0, void 0, function () {
|
package/package.json
CHANGED
package/src/apis/DefaultApi.ts
CHANGED
|
@@ -4730,7 +4730,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
4730
4730
|
}
|
|
4731
4731
|
|
|
4732
4732
|
/**
|
|
4733
|
-
* Exit impersonation and
|
|
4733
|
+
* Exit impersonation and restore admin session
|
|
4734
4734
|
*/
|
|
4735
4735
|
async exitImpersonationRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteArtifact200Response>> {
|
|
4736
4736
|
const queryParameters: any = {};
|
|
@@ -4759,7 +4759,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
4759
4759
|
}
|
|
4760
4760
|
|
|
4761
4761
|
/**
|
|
4762
|
-
* Exit impersonation and
|
|
4762
|
+
* Exit impersonation and restore admin session
|
|
4763
4763
|
*/
|
|
4764
4764
|
async exitImpersonation(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteArtifact200Response> {
|
|
4765
4765
|
const response = await this.exitImpersonationRaw(initOverrides);
|