@tenfold/client-sdk
Advanced tools
Comparing version 1.0.0-alpha.77 to 1.0.0-alpha.78
@@ -7,5 +7,7 @@ export declare enum InjectionKeys { | ||
Organization = "organization", | ||
Provider = "provider", | ||
ProviderConfig = "providerConfig", | ||
ProviderName = "providerName", | ||
User = "user" | ||
User = "user", | ||
UserProviderConfig = "userProviderConfig" | ||
} |
@@ -11,6 +11,8 @@ "use strict"; | ||
InjectionKeys["Organization"] = "organization"; | ||
InjectionKeys["Provider"] = "provider"; | ||
InjectionKeys["ProviderConfig"] = "providerConfig"; | ||
InjectionKeys["ProviderName"] = "providerName"; | ||
InjectionKeys["User"] = "user"; | ||
InjectionKeys["UserProviderConfig"] = "userProviderConfig"; | ||
})(InjectionKeys = exports.InjectionKeys || (exports.InjectionKeys = {})); | ||
//# sourceMappingURL=injection-keys.js.map |
{ | ||
"name": "@tenfold/client-sdk", | ||
"version": "1.0.0-alpha.77", | ||
"version": "1.0.0-alpha.78", | ||
"description": "Typescript type definitions for client-side integration libraries", | ||
@@ -46,5 +46,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@tenfold/api-responses": "^1.0.0-alpha.77", | ||
"@tenfold/http-client": "^1.0.0-alpha.77", | ||
"@tenfold/tenfold-types": "^1.0.0-alpha.77" | ||
"@tenfold/api-responses": "^1.0.0-alpha.78", | ||
"@tenfold/http-client": "^1.0.0-alpha.78", | ||
"@tenfold/tenfold-types": "^1.0.0-alpha.78" | ||
}, | ||
@@ -60,3 +60,3 @@ "optionalDependencies": { | ||
}, | ||
"gitHead": "f3d847d40e94daa3ca9279add7632a2ab5be8659" | ||
"gitHead": "0afce93745332a0e9ea5dba1a30905e35ba481b6" | ||
} |
Sorry, the diff of this file is not supported yet
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
17425
59