Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guzart committed Sep 27, 2019
1 parent a3b57e7 commit 2d71532
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dist/types/helpscout-docs/categories.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
import { DateTime, ItemsCollectionEnvelope } from './common'
import { DateTime, ItemsCollectionEnvelope, Visibility } from './common'

export type CategorySort = 'popularity' | 'name' | 'updatedAt' | 'custom'

// https://developer.helpscout.com/docs-api/objects/category/
export interface Category {
id: string
number: number
slug: string
visibility: Visibility
collectionId: string
order: number
defaultSort: CategorySort
name: string
description: string
articleCount: number
publishedArticleCount: number
publicUrl: string
createdBy: number
updatedBy: number
createdAt: DateTime
Expand Down

0 comments on commit 2d71532

Please sign in to comment.