@metrichor/epi2me-web
Advanced tools
Comparing version 5.0.4927889 to 5.0.4961252
@@ -21,4 +21,4 @@ "use strict"; | ||
endpoint: ts_runtime_typecheck_1.isOptString, | ||
billing_account: ts_runtime_typecheck_1.isOptString, | ||
compute_account: ts_runtime_typecheck_1.isOptString, | ||
billing_account: ts_runtime_typecheck_1.isOptIndex, | ||
compute_account: ts_runtime_typecheck_1.isOptIndex, | ||
}); | ||
@@ -25,0 +25,0 @@ const asProfileFileStructure = ts_runtime_typecheck_1.asStruct({ |
@@ -1,2 +0,2 @@ | ||
import { asStruct, isOptDictionaryOf, isOptString, isStruct } from 'ts-runtime-typecheck'; | ||
import { asStruct, isOptDictionaryOf, isOptIndex, isOptString, isStruct } from 'ts-runtime-typecheck'; | ||
import { ProfileManager } from './ProfileManager'; | ||
@@ -18,4 +18,4 @@ import { url as DEFAULT_ENDPOINT } from './default_options.json'; | ||
endpoint: isOptString, | ||
billing_account: isOptString, | ||
compute_account: isOptString, | ||
billing_account: isOptIndex, | ||
compute_account: isOptIndex, | ||
}); | ||
@@ -22,0 +22,0 @@ const asProfileFileStructure = asStruct({ |
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "5.0.4927889", | ||
"version": "5.0.4961252", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
@@ -1,2 +0,2 @@ | ||
import type { Dictionary, Optional } from 'ts-runtime-typecheck'; | ||
import type { Dictionary, Index, Optional } from 'ts-runtime-typecheck'; | ||
export interface Profile { | ||
@@ -6,4 +6,4 @@ apikey?: Optional<string>; | ||
endpoint?: Optional<string>; | ||
billing_account?: Optional<string>; | ||
compute_account?: Optional<string>; | ||
billing_account?: Optional<Index>; | ||
compute_account?: Optional<Index>; | ||
} | ||
@@ -10,0 +10,0 @@ export interface ProfileFileStructure { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2426684