@swp/swipe-sdk
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -350,6 +350,6 @@ 'use strict'; | ||
var $$enum$2 = { | ||
Ok: "op_ok", | ||
Success: "op_success", | ||
Underfunded: "op_underfunded", | ||
NotProcessed: "op_not_processed" | ||
Ok: "action_ok", | ||
Success: "action_success", | ||
Underfunded: "action_underfunded", | ||
NotProcessed: "action_not_processed" | ||
}; | ||
@@ -356,0 +356,0 @@ |
@@ -10,6 +10,6 @@ declare module "@swp/wallet-sdk" { | ||
export type OperationCode = | ||
"op_ok" | | ||
"op_success" | | ||
"op_underfunded" | | ||
"op_not_processed" | ||
"action_ok" | | ||
"action_success" | | ||
"action_underfunded" | | ||
"action_not_processed" | ||
@@ -130,6 +130,6 @@ export interface Options { | ||
export const operationCodes: { | ||
Ok: "op_ok" | ||
Success: "op_success" | ||
Underfunded: "op_underfunded" | ||
NotProcessed: "op_not_processed" | ||
Ok: "action_ok" | ||
Success: "action_success" | ||
Underfunded: "action_underfunded" | ||
NotProcessed: "action_not_processed" | ||
} | ||
@@ -136,0 +136,0 @@ |
{ | ||
"name": "@swp/swipe-sdk", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
Sorry, the diff of this file is not supported yet
45325