@sport-activities/sdk
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "@sport-activities/sdk", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -9,4 +9,4 @@ "types": "./types.d.ts", | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} | ||
"author": "Decathlon", | ||
"license": "Apache-2.0" | ||
} |
@@ -1,11 +0,24 @@ | ||
export interface GelfMessageInterface { | ||
version: string; | ||
host: string; | ||
short_message: string; | ||
full_message?: string; | ||
timestamp: number; | ||
level: number; | ||
[key: string]: string | number; | ||
export interface Offer { | ||
price: string | number; | ||
priceCurrency: string; | ||
availability: string; | ||
validFrom: string; | ||
} | ||
export declare class Activity { | ||
sku: number; | ||
name: string; | ||
description: string; | ||
status: string; | ||
offers?: Offer; | ||
typicalAgeRange: string; | ||
accountabilityReference: string; | ||
} | ||
export declare class Person { | ||
identifier: string; | ||
readonly givenName: string; | ||
readonly familyName: string; | ||
readonly email: string; | ||
constructor(identifier: string, givenName: string, familyName: string, email: string); | ||
} | ||
export {}; |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
773
23
1
0