@timetac/js-client-library
Advanced tools
Comparing version 2.38.0 to 2.38.1
export type IntegrationCategory = { | ||
id: number; | ||
title: string; | ||
externalId: string; | ||
externalId?: string; | ||
unique_id: string; | ||
iconUrl?: string; | ||
createdAt: string; | ||
updatedAt: string; | ||
icon_url?: string; | ||
createdAt?: string; | ||
created_at?: string; | ||
updatedAt?: string; | ||
updated_at?: string; | ||
}; |
@@ -5,5 +5,9 @@ export type Integration = { | ||
shortDescription?: string; | ||
short_description?: string; | ||
websiteUrl?: string; | ||
website_url?: string; | ||
navigationUrl?: string; | ||
navigation_url?: string; | ||
imageUrl?: string; | ||
image_url?: string; | ||
featured?: boolean; | ||
@@ -13,4 +17,7 @@ provider?: string; | ||
accessCredentialsId?: number | null; | ||
createdAt: string; | ||
updatedAt: string; | ||
access_credentials_id?: number | null; | ||
createdAt?: string; | ||
created_at?: string; | ||
updatedAt?: string; | ||
updated_at?: string; | ||
}; |
export type IntegrationToCategory = { | ||
id: number; | ||
integrationId: number; | ||
categoryId: number; | ||
createdAt: string; | ||
updatedAt: string; | ||
integrationId?: number; | ||
integration_id?: number; | ||
categoryId?: number; | ||
category_id?: number; | ||
createdAt?: string; | ||
updatedAt?: string; | ||
created_at?: string; | ||
updated_at?: string; | ||
}; |
export type IntegrationCategory = { | ||
id: number; | ||
title: string; | ||
externalId: string; | ||
externalId?: string; | ||
unique_id: string; | ||
iconUrl?: string; | ||
createdAt: string; | ||
updatedAt: string; | ||
icon_url?: string; | ||
createdAt?: string; | ||
created_at?: string; | ||
updatedAt?: string; | ||
updated_at?: string; | ||
}; |
@@ -5,5 +5,9 @@ export type Integration = { | ||
shortDescription?: string; | ||
short_description?: string; | ||
websiteUrl?: string; | ||
website_url?: string; | ||
navigationUrl?: string; | ||
navigation_url?: string; | ||
imageUrl?: string; | ||
image_url?: string; | ||
featured?: boolean; | ||
@@ -13,4 +17,7 @@ provider?: string; | ||
accessCredentialsId?: number | null; | ||
createdAt: string; | ||
updatedAt: string; | ||
access_credentials_id?: number | null; | ||
createdAt?: string; | ||
created_at?: string; | ||
updatedAt?: string; | ||
updated_at?: string; | ||
}; |
export type IntegrationToCategory = { | ||
id: number; | ||
integrationId: number; | ||
categoryId: number; | ||
createdAt: string; | ||
updatedAt: string; | ||
integrationId?: number; | ||
integration_id?: number; | ||
categoryId?: number; | ||
category_id?: number; | ||
createdAt?: string; | ||
updatedAt?: string; | ||
created_at?: string; | ||
updated_at?: string; | ||
}; |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "2.38.0", | ||
"version": "2.38.1", | ||
"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
690469
11348