@qiwi/substrate-types
Advanced tools
Comparing version 1.27.1 to 1.28.0
@@ -0,1 +1,8 @@ | ||
# @qiwi/substrate-types [1.28.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.27.1...@qiwi/substrate-types@1.28.0) (2020-03-04) | ||
### Features | ||
* **types:** let all IClientEventMeta fields be optional ([f8ad0ad](https://github.com/qiwi/substrate/commit/f8ad0ad95f62ad781f977ffb97fa8236935aaeda)) | ||
## @qiwi/substrate-types [1.27.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.27.0...@qiwi/substrate-types@1.27.1) (2020-02-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.27.1", | ||
"version": "1.28.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
@@ -12,8 +12,8 @@ /** @module @qiwi/substrate-types */ | ||
export interface IClientEventMeta { | ||
appName: string; | ||
appHost: string; | ||
appVersion: string; | ||
appNamespace: string; | ||
appName?: string; | ||
appHost?: string; | ||
appVersion?: string; | ||
appNamespace?: string; | ||
appConfig?: Record<string, any>; | ||
envProfile: EnvironmentProfile; | ||
envProfile?: EnvironmentProfile; | ||
deviceInfo?: Record<string, any>; | ||
@@ -20,0 +20,0 @@ } |
@@ -12,8 +12,8 @@ /** @module @qiwi/substrate-types */ | ||
export interface IClientEventMeta { | ||
appName: string; | ||
appHost: string; | ||
appVersion: string; | ||
appNamespace: string; | ||
appName?: string; | ||
appHost?: string; | ||
appVersion?: string; | ||
appNamespace?: string; | ||
appConfig?: Record<string, any>; | ||
envProfile: EnvironmentProfile; | ||
envProfile?: EnvironmentProfile; | ||
deviceInfo?: Record<string, any>; | ||
@@ -20,0 +20,0 @@ } |
@@ -15,8 +15,8 @@ /** @module @qiwi/substrate-types */ | ||
export interface IClientEventMeta { | ||
appName: string | ||
appHost: string | ||
appVersion: string | ||
appNamespace: string, | ||
appName?: string | ||
appHost?: string | ||
appVersion?: string | ||
appNamespace?: string, | ||
appConfig?: Record<string, any>, | ||
envProfile: EnvironmentProfile, | ||
envProfile?: EnvironmentProfile, | ||
deviceInfo?: Record<string, any>, | ||
@@ -23,0 +23,0 @@ } |
@@ -44,8 +44,8 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
export interface IClientEventMeta { | ||
appName: string; | ||
appHost: string; | ||
appVersion: string; | ||
appNamespace: string; | ||
appName?: string; | ||
appHost?: string; | ||
appVersion?: string; | ||
appNamespace?: string; | ||
appConfig?: Record<string, any>; | ||
envProfile: EnvironmentProfile; | ||
envProfile?: EnvironmentProfile; | ||
deviceInfo?: Record<string, any>; | ||
@@ -52,0 +52,0 @@ } |
@@ -61,8 +61,8 @@ /** | ||
declare export interface IClientEventMeta { | ||
appName: string; | ||
appHost: string; | ||
appVersion: string; | ||
appNamespace: string; | ||
appName?: string; | ||
appHost?: string; | ||
appVersion?: string; | ||
appNamespace?: string; | ||
appConfig?: { [key: string]: any, ... }; | ||
envProfile: $Values<typeof EnvironmentProfile>; | ||
envProfile?: $Values<typeof EnvironmentProfile>; | ||
deviceInfo?: { [key: string]: any, ... }; | ||
@@ -69,0 +69,0 @@ } |
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
119114