@azuro-org/toolkit
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -33,2 +33,3 @@ import * as Types from '../types'; | ||
outcomeId: string; | ||
title?: string | null; | ||
condition: { | ||
@@ -38,2 +39,3 @@ __typename?: 'Condition'; | ||
status: Types.ConditionStatus; | ||
title?: string | null; | ||
game: { | ||
@@ -40,0 +42,0 @@ __typename?: 'Game'; |
@@ -43,2 +43,3 @@ import * as Types from './types'; | ||
outcomeId: string; | ||
title?: string | null; | ||
condition: { | ||
@@ -48,2 +49,3 @@ __typename?: 'Condition'; | ||
status: Types.ConditionStatus; | ||
title?: string | null; | ||
game: { | ||
@@ -50,0 +52,0 @@ __typename?: 'Game'; |
{ | ||
"name": "@azuro-org/toolkit", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Set of helpers to work with Azuro protocol", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
820476
19636