mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
feat(unvired-cordova-sdk): add new property containing HTTP status code (#3302)
* feat(unvired-cordova-sdk): support login via email * fix(unvired-cordova-sdk): return typed promise object for user settings * fix(unvired-cordova-sdk): change return type to string for guid() * doc(unvired-cordova-sdk): doc update * doc(unvired-cordova-sdk): update doc * feat(unvired-cordova-sdk): add support for metadata JSON * doc(unvired-cordova-sdk): update doc * doc(unvired-cordova-sdk): update doc * feat(unvired-cordova-sdk): add methods to get and set log level * fix(unvired-cordova-sdk): update the return type for getLog() * feat(unvired-cordova-sdk): return platform name * feat(unvired-cordova-sdk): add method to get log file path * feat(unvired-cordova-sdk): test push notifications * fix(unvired-cordova-sdk): define return for logRead * doc(unvired-cordova-sdk): remove mobile only restriction for some apis * feat(unvired-cordova-sdk): add new property containing HTTP status code.
This commit is contained in:
parent
614ade447f
commit
3b18135ebf
@ -264,6 +264,10 @@ export class SettingsResult extends UnviredResult {
|
|||||||
|
|
||||||
export class SyncResult extends UnviredResult {
|
export class SyncResult extends UnviredResult {
|
||||||
type: ResultType;
|
type: ResultType;
|
||||||
|
/**
|
||||||
|
* This code refers to the HTTP status code obtained during the network call.
|
||||||
|
*/
|
||||||
|
code: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class DbResult extends UnviredResult {
|
export class DbResult extends UnviredResult {
|
||||||
|
Loading…
Reference in New Issue
Block a user