Compare commits
No commits in common. "3b2d839f04ddd2bc1d512468dfe864741e48f8f5" and "f99c51e4df036096e18189ab7be5d45171869091" have entirely different histories.
3b2d839f04
...
f99c51e4df
|
@ -9,7 +9,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/s5-js": "^0.0.0-20240318183028",
|
"@lumeweb/s5-js": "^0.0.0-20240318153443",
|
||||||
"axios": "^1.6.7",
|
"axios": "^1.6.7",
|
||||||
"memize": "^2.1.0",
|
"memize": "^2.1.0",
|
||||||
"orval": "^6.25.0",
|
"orval": "^6.25.0",
|
||||||
|
@ -2897,9 +2897,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lumeweb/s5-js": {
|
"node_modules/@lumeweb/s5-js": {
|
||||||
"version": "0.0.0-20240318183028",
|
"version": "0.0.0-20240318153443",
|
||||||
"resolved": "https://registry.npmjs.org/@lumeweb/s5-js/-/s5-js-0.0.0-20240318183028.tgz",
|
"resolved": "https://registry.npmjs.org/@lumeweb/s5-js/-/s5-js-0.0.0-20240318153443.tgz",
|
||||||
"integrity": "sha512-mOGuVELytVmONrShaTsC9i4mb77p3K9V2/imu+RnROanHQC1As0vDMfTul3jCRg5C9T+prLP964Ag4aVPisawA==",
|
"integrity": "sha512-jPfuBJ1WgcI9gg/2HH0FzJtfbWJuny5xHUNmPZSEsQ7rPOk0k5C0DtVGxKvCwYopE9YCbRdgEgTe3rE+h8IGzw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/libs5": "^0.1.0-develop.82",
|
"@lumeweb/libs5": "^0.1.0-develop.82",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!",
|
||||||
"_id": "@lumeweb/portal-sdk@0.0.0",
|
"_id": "@lumeweb/portal-sdk@0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/s5-js": "^0.0.0-20240318183028",
|
"@lumeweb/s5-js": "^0.0.0-20240318153443",
|
||||||
"axios": "^1.6.7",
|
"axios": "^1.6.7",
|
||||||
"memize": "^2.1.0",
|
"memize": "^2.1.0",
|
||||||
"orval": "^6.25.0",
|
"orval": "^6.25.0",
|
||||||
|
|
|
@ -183,13 +183,7 @@ export class AccountApi {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const success = this.checkSuccessVal(ret) && ret.data.ping == "pong";
|
return this.checkSuccessVal(ret) && ret.data.ping == "pong";
|
||||||
|
|
||||||
if (success) {
|
|
||||||
this._jwtToken = ret.data.token;
|
|
||||||
}
|
|
||||||
|
|
||||||
return success;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async info(): Promise<boolean | AccountInfoResponse> {
|
public async info(): Promise<boolean | AccountInfoResponse> {
|
||||||
|
|
|
@ -253,8 +253,6 @@ components:
|
||||||
properties:
|
properties:
|
||||||
ping:
|
ping:
|
||||||
type: string
|
type: string
|
||||||
token:
|
|
||||||
type: string
|
|
||||||
AccountInfoResponse:
|
AccountInfoResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue