@timetac/js-client-library
Advanced tools
Comparing version 2.19.2 to 2.19.3
export type IntegrationToCategory = { | ||
id: number; | ||
integrationId?: number; | ||
categoryId?: number; | ||
integrationId: number; | ||
categoryId: number; | ||
createdAt: string; | ||
updatedAt: string; | ||
}; |
export type IntegrationToCategory = { | ||
id: number; | ||
integrationId?: number; | ||
categoryId?: number; | ||
integrationId: number; | ||
categoryId: number; | ||
createdAt: string; | ||
updatedAt: string; | ||
}; |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "2.19.2", | ||
"version": "2.19.3", | ||
"description": "TimeTac API JS client library", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme", |
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
636101