@nimiq/hub-api
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -339,2 +339,3 @@ import { PostMessageRpcClient, RedirectRpcClient } from '@nimiq/rpc'; | ||
CashlinkTheme[CashlinkTheme["BIRTHDAY"] = 6] = "BIRTHDAY"; | ||
// Temporary themes that might be retracted in the future should be listed counting down from 255 | ||
})(CashlinkTheme || (CashlinkTheme = {})); | ||
@@ -341,0 +342,0 @@ |
@@ -342,2 +342,3 @@ (function (global, factory) { | ||
CashlinkTheme[CashlinkTheme["BIRTHDAY"] = 6] = "BIRTHDAY"; | ||
// Temporary themes that might be retracted in the future should be listed counting down from 255 | ||
})(CashlinkTheme || (CashlinkTheme = {})); | ||
@@ -344,0 +345,0 @@ |
@@ -301,2 +301,8 @@ import type { WalletType } from './Constants'; | ||
}; | ||
kyc?: { | ||
provider: 'TEN31 Pass'; | ||
userId: string; | ||
s3GrantToken: string; | ||
oasisGrantToken?: string; | ||
}; | ||
} | ||
@@ -303,0 +309,0 @@ export interface SetupSwapResult { |
@@ -200,2 +200,8 @@ import type { Currency, PaymentType, RequestType, CashlinkTheme } from './PublicRequestTypes'; | ||
}; | ||
kyc?: { | ||
provider: 'TEN31 Pass'; | ||
userId: string; | ||
s3GrantToken: string; | ||
oasisGrantToken?: string; | ||
}; | ||
} | ||
@@ -202,0 +208,0 @@ export interface ParsedRefundSwapRequest extends ParsedSimpleRequest { |
{ | ||
"name": "@nimiq/hub-api", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"main": "dist/HubApi.umd.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/HubApi.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137275
2105