diff --git a/docs/classes/_client_gateway_.gateway.html b/docs/classes/_client_gateway_.gateway.html index 5bbc49e..3d53602 100644 --- a/docs/classes/_client_gateway_.gateway.html +++ b/docs/classes/_client_gateway_.gateway.html @@ -130,7 +130,7 @@

constructor

  • @@ -159,7 +159,7 @@

    Protected token

    token: string = ""
    @@ -174,7 +174,7 @@

    Protected url

    url: string = "https://qiita.com"
    @@ -189,7 +189,7 @@

    Protected version

    version: string = "/api/v2"
    @@ -211,7 +211,7 @@

    Protected delete

  • @@ -264,7 +264,7 @@

    Protected get

  • @@ -317,7 +317,7 @@

    getToken

  • @@ -341,7 +341,7 @@

    getUrl

  • @@ -364,7 +364,7 @@

    getVersion

  • @@ -387,7 +387,7 @@

    Protected patch

  • @@ -440,7 +440,7 @@

    Protected post

  • @@ -493,7 +493,7 @@

    Protected put

  • @@ -546,7 +546,7 @@

    Protected request

  • @@ -584,7 +584,7 @@

    setToken

  • @@ -616,7 +616,7 @@

    setUrl

  • @@ -648,7 +648,7 @@

    setVersion

  • diff --git a/docs/classes/_client_qiita_.qiita.html b/docs/classes/_client_qiita_.qiita.html index fa0dec2..7e5f36f 100644 --- a/docs/classes/_client_qiita_.qiita.html +++ b/docs/classes/_client_qiita_.qiita.html @@ -200,7 +200,7 @@

    constructor

    @@ -230,7 +230,7 @@

    Protected token

    @@ -246,7 +246,7 @@

    Protected url

    @@ -262,7 +262,7 @@

    Protected version

    @@ -284,7 +284,7 @@

    addItemTag

  • @@ -333,7 +333,7 @@

    createCommentReaction

  • @@ -375,7 +375,7 @@

    createItem

  • @@ -404,7 +404,7 @@

    createItemComment

  • @@ -446,7 +446,7 @@

    createItemReaction

  • @@ -488,7 +488,7 @@

    createProject

  • @@ -517,7 +517,7 @@

    createProjectComment

  • @@ -559,7 +559,7 @@

    createProjectReaction

  • @@ -601,7 +601,7 @@

    createTeamInvitations

  • @@ -624,7 +624,7 @@

    createTemplate

  • @@ -654,7 +654,7 @@

    Protected delete

    @@ -707,7 +707,7 @@

    deleteAccessToken

  • @@ -741,7 +741,7 @@

    deleteComment

  • @@ -775,7 +775,7 @@

    deleteCommentReaction

  • @@ -817,7 +817,7 @@

    deleteItem

  • @@ -851,7 +851,7 @@

    deleteItemReaction

  • @@ -893,7 +893,7 @@

    deleteProject

  • @@ -927,7 +927,7 @@

    deleteProjectReaction

  • @@ -969,7 +969,7 @@

    deleteTeamInvitation

  • @@ -992,7 +992,7 @@

    deleteTemplate

  • @@ -1026,7 +1026,7 @@

    fetchAccessToken

  • @@ -1076,7 +1076,7 @@

    fetchAuthenticatedUser

  • @@ -1093,13 +1093,13 @@

    Returns Promise

    fetchAuthenticatedUserItems

      -
    • fetchAuthenticatedUserItems(options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Item[]>
    • +
    • fetchAuthenticatedUserItems(options?: options.PaginationOptions): AsyncIterableIterator<Item[]>
    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

  • @@ -1128,7 +1128,7 @@

    fetchComment

  • @@ -1162,7 +1162,7 @@

    fetchCommentReactions

  • @@ -1196,7 +1196,7 @@

    fetchIfItemLiked

  • @@ -1230,7 +1230,7 @@

    fetchIfItemStocked

  • @@ -1264,7 +1264,7 @@

    fetchIfUserFollowing

  • @@ -1298,7 +1298,7 @@

    fetchItem

  • @@ -1332,7 +1332,7 @@

    fetchItemComments

  • @@ -1366,7 +1366,7 @@

    fetchItemLikes

  • @@ -1400,7 +1400,7 @@

    fetchItemReactions

  • @@ -1428,13 +1428,13 @@

    Returns Promise

    fetchItemStockers

      -
    • fetchItemStockers(item_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | User[]>
    • +
    • fetchItemStockers(item_id: string, options?: options.PaginationOptions): AsyncIterableIterator<User[]>
    -

    Returns AsyncIterableIterator<"reset" | User[]>

    +

    Returns AsyncIterableIterator<User[]>

    ユーザー一覧を返す非同期反復可能オブジェクト

  • @@ -1460,13 +1460,13 @@

    Returns AsyncIter

    fetchItems

    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

    @@ -1495,7 +1495,7 @@

    fetchMe

  • @@ -1512,13 +1512,13 @@

    Returns Promise

    fetchMyItems

      -
    • fetchMyItems(options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Item[]>
    • +
    • fetchMyItems(options?: options.PaginationOptions): AsyncIterableIterator<Item[]>
    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

  • @@ -1547,7 +1547,7 @@

    fetchProject

  • @@ -1581,7 +1581,7 @@

    fetchProjectComments

  • @@ -1615,7 +1615,7 @@

    fetchProjectReactions

  • @@ -1643,13 +1643,13 @@

    Returns Promise

    fetchProjects

      -
    • fetchProjects(options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Project[]>
    • +
    • fetchProjects(options?: options.PaginationOptions): AsyncIterableIterator<Project[]>
    -

    Returns AsyncIterableIterator<"reset" | Project[]>

    +

    Returns AsyncIterableIterator<Project[]>

    プロジェクト一覧

  • @@ -1678,7 +1678,7 @@

    fetchTag

  • @@ -1707,7 +1707,7 @@

    fetchTagFollowing

  • @@ -1735,13 +1735,13 @@

    Returns Promise

    fetchTaggedItems

      -
    • fetchTaggedItems(tag_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Item[]>
    • +
    • fetchTaggedItems(tag_id: string, options?: options.PaginationOptions): AsyncIterableIterator<Item[]>
    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

  • @@ -1772,13 +1772,13 @@

    Returns AsyncIter

    fetchTags

      -
    • fetchTags(options?: options.FetchTagsOptions): Promise<AsyncIterableIterator<"reset" | Tag[]>>
    • +
    • fetchTags(options?: options.FetchTagsOptions): Promise<AsyncIterableIterator<Tag[]>>
    -

    Returns Promise<AsyncIterableIterator<"reset" | Tag[]>>

    +

    Returns Promise<AsyncIterableIterator<Tag[]>>

    タグ一覧を返す非同期反復可能オブジェクト

    @@ -1807,7 +1807,7 @@

    fetchTeamInvitations

  • @@ -1830,7 +1830,7 @@

    fetchTeams

  • @@ -1853,7 +1853,7 @@

    fetchTempalte

  • @@ -1881,13 +1881,13 @@

    Returns Promise

    fetchTemplates

      -
    • fetchTemplates(options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Template[]>
    • +
    • fetchTemplates(options?: options.PaginationOptions): AsyncIterableIterator<Template[]>
    -

    Returns AsyncIterableIterator<"reset" | Template[]>

    +

    Returns AsyncIterableIterator<Template[]>

    テンプレート一覧を返す非同期反復可能オブジェクト

  • @@ -1916,7 +1916,7 @@

    fetchUser

  • @@ -1944,13 +1944,13 @@

    Returns Promise

    fetchUserFollowees

      -
    • fetchUserFollowees(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | User[]>
    • +
    • fetchUserFollowees(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<User[]>
    -

    Returns AsyncIterableIterator<"reset" | User[]>

    +

    Returns AsyncIterableIterator<User[]>

    ユーザー一覧を返す非同期反復可能オブジェクト

  • @@ -1981,13 +1981,13 @@

    Returns AsyncIter

    fetchUserFollowers

      -
    • fetchUserFollowers(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | User[]>
    • +
    • fetchUserFollowers(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<User[]>
    -

    Returns AsyncIterableIterator<"reset" | User[]>

    +

    Returns AsyncIterableIterator<User[]>

    ユーザー一覧を返す非同期反復可能オブジェクト

    @@ -2018,13 +2018,13 @@

    Returns AsyncIter

    fetchUserFollowingTags

      -
    • fetchUserFollowingTags(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Tag[]>
    • +
    • fetchUserFollowingTags(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<Tag[]>
    -

    Returns AsyncIterableIterator<"reset" | Tag[]>

    +

    Returns AsyncIterableIterator<Tag[]>

    タグ一覧を返す非同期反復可能オブジェクト

    @@ -2055,13 +2055,13 @@

    Returns AsyncIter

    fetchUserItems

      -
    • fetchUserItems(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Item[]>
    • +
    • fetchUserItems(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<Item[]>
    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

    @@ -2092,13 +2092,13 @@

    Returns AsyncIter

    fetchUserStocks

      -
    • fetchUserStocks(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<"reset" | Item[]>
    • +
    • fetchUserStocks(user_id: string, options?: options.PaginationOptions): AsyncIterableIterator<Item[]>
    -

    Returns AsyncIterableIterator<"reset" | Item[]>

    +

    Returns AsyncIterableIterator<Item[]>

    投稿一覧を返す非同期反復可能オブジェクト

    @@ -2129,13 +2129,13 @@

    Returns AsyncIter

    fetchUsers

      -
    • fetchUsers(options?: options.PaginationOptions): AsyncIterableIterator<"reset" | User[]>
    • +
    • fetchUsers(options?: options.PaginationOptions): AsyncIterableIterator<User[]>
    -

    Returns AsyncIterableIterator<"reset" | User[]>

    +

    Returns AsyncIterableIterator<User[]>

    ユーザー一覧を返す非同期反復可能オブジェクト

    @@ -2164,7 +2164,7 @@

    followTag

  • @@ -2198,7 +2198,7 @@

    followUser

  • @@ -2233,7 +2233,7 @@

    Protected get

    @@ -2287,7 +2287,7 @@

    getToken

    @@ -2312,7 +2312,7 @@

    getUrl

    @@ -2336,7 +2336,7 @@

    getVersion

    @@ -2359,7 +2359,7 @@

    likeItem

  • @@ -2387,13 +2387,13 @@

    Returns Promise

    Protected paginationGenerator

      -
    • paginationGenerator<T>(url: string, params?: options.PaginationOptions): AsyncIterableIterator<T | "reset">
    • +
    • paginationGenerator<T>(url: string, params?: options.PaginationOptions): AsyncIterableIterator<T>
    • @@ -2420,7 +2420,7 @@
      Optional params: Returns AsyncIterableIterator<T | "reset">
      +

      Returns AsyncIterableIterator<T>

    @@ -2435,7 +2435,7 @@

    Protected patch

    @@ -2489,7 +2489,7 @@

    Protected post

    @@ -2543,7 +2543,7 @@

    Protected put

    @@ -2596,7 +2596,7 @@

    removeItemTag

  • @@ -2639,7 +2639,7 @@

    Protected request

    @@ -2677,7 +2677,7 @@

    searchTags

  • @@ -2712,7 +2712,7 @@

    setToken

    @@ -2745,7 +2745,7 @@

    setUrl

    @@ -2778,7 +2778,7 @@

    setVersion

    @@ -2810,7 +2810,7 @@

    stockItem

  • @@ -2844,7 +2844,7 @@

    unfollowTag

  • @@ -2878,7 +2878,7 @@

    unfollowUser

  • @@ -2912,7 +2912,7 @@

    unlikeItem

  • @@ -2946,7 +2946,7 @@

    unstockItem

  • @@ -2980,7 +2980,7 @@

    updateComment

  • @@ -3021,7 +3021,7 @@

    updateItem

  • @@ -3058,7 +3058,7 @@

    updateProject

  • @@ -3087,7 +3087,7 @@

    updateTempalte

  • diff --git a/docs/classes/_errors_qiitaerror_.qiitaerror.html b/docs/classes/_errors_qiitaerror_.qiitaerror.html index 92b77ed..99a1061 100644 --- a/docs/classes/_errors_qiitaerror_.qiitaerror.html +++ b/docs/classes/_errors_qiitaerror_.qiitaerror.html @@ -134,7 +134,7 @@

    constructor

  • @@ -175,7 +175,7 @@

    message

    @@ -191,7 +191,7 @@

    name

    diff --git a/docs/classes/_errors_qiitaforbiddenerror_.qiitaforbiddenerror.html b/docs/classes/_errors_qiitaforbiddenerror_.qiitaforbiddenerror.html index ba8ec33..60d2be1 100644 --- a/docs/classes/_errors_qiitaforbiddenerror_.qiitaforbiddenerror.html +++ b/docs/classes/_errors_qiitaforbiddenerror_.qiitaforbiddenerror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/classes/_errors_qiitainternalservererror_.qiitainternalservererror.html b/docs/classes/_errors_qiitainternalservererror_.qiitainternalservererror.html index 1b05fbf..90f32a9 100644 --- a/docs/classes/_errors_qiitainternalservererror_.qiitainternalservererror.html +++ b/docs/classes/_errors_qiitainternalservererror_.qiitainternalservererror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/classes/_errors_qiitanotfounderror_.qiitanotfounderror.html b/docs/classes/_errors_qiitanotfounderror_.qiitanotfounderror.html index ae5a022..5bebf45 100644 --- a/docs/classes/_errors_qiitanotfounderror_.qiitanotfounderror.html +++ b/docs/classes/_errors_qiitanotfounderror_.qiitanotfounderror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/classes/_errors_qiitaratelimiterror_.qiitaratelimiterror.html b/docs/classes/_errors_qiitaratelimiterror_.qiitaratelimiterror.html index ab31522..b91707c 100644 --- a/docs/classes/_errors_qiitaratelimiterror_.qiitaratelimiterror.html +++ b/docs/classes/_errors_qiitaratelimiterror_.qiitaratelimiterror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/classes/_errors_qiitaunauthorizederror_.qiitaunauthorizederror.html b/docs/classes/_errors_qiitaunauthorizederror_.qiitaunauthorizederror.html index 0a6acbb..cf8488b 100644 --- a/docs/classes/_errors_qiitaunauthorizederror_.qiitaunauthorizederror.html +++ b/docs/classes/_errors_qiitaunauthorizederror_.qiitaunauthorizederror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/classes/_errors_qiitaurlresolveerror_.qiitaurlresolveerror.html b/docs/classes/_errors_qiitaurlresolveerror_.qiitaurlresolveerror.html index 1a27685..68564b0 100644 --- a/docs/classes/_errors_qiitaurlresolveerror_.qiitaurlresolveerror.html +++ b/docs/classes/_errors_qiitaurlresolveerror_.qiitaurlresolveerror.html @@ -114,7 +114,7 @@

    constructor

    Parameters

    @@ -138,7 +138,7 @@

    message

    Inherited from QiitaError.message

    Overrides Error.message

    @@ -155,7 +155,7 @@

    name

    Inherited from QiitaError.name

    Overrides Error.name

    diff --git a/docs/interfaces/_client_options_.createitemoptions.html b/docs/interfaces/_client_options_.createitemoptions.html index 7b515c6..e2d796c 100644 --- a/docs/interfaces/_client_options_.createitemoptions.html +++ b/docs/interfaces/_client_options_.createitemoptions.html @@ -103,7 +103,7 @@

    body

    body: string
    @@ -118,7 +118,7 @@

    Optional coediting

    coediting: undefined | false | true
    @@ -133,7 +133,7 @@

    Optional gist

    gist: undefined | false | true
    @@ -148,7 +148,7 @@

    Optional group_url_n
    group_url_name: string | null
    @@ -163,7 +163,7 @@

    Optional private

    private: undefined | false | true
    @@ -178,7 +178,7 @@

    tags

    tags: Tagging[]
    @@ -193,7 +193,7 @@

    title

    title: string
    @@ -208,7 +208,7 @@

    Optional tweet

    tweet: undefined | false | true
    diff --git a/docs/interfaces/_client_options_.createprojectoptions.html b/docs/interfaces/_client_options_.createprojectoptions.html index 26b2660..ce6f2cf 100644 --- a/docs/interfaces/_client_options_.createprojectoptions.html +++ b/docs/interfaces/_client_options_.createprojectoptions.html @@ -99,7 +99,7 @@

    archived

    archived: boolean
    @@ -114,7 +114,7 @@

    body

    body: string
    @@ -129,7 +129,7 @@

    name

    name: string
    @@ -144,7 +144,7 @@

    tags

    tags: Tagging[]
    diff --git a/docs/interfaces/_client_options_.createtemplateoptions.html b/docs/interfaces/_client_options_.createtemplateoptions.html index 8d12bcc..568ee42 100644 --- a/docs/interfaces/_client_options_.createtemplateoptions.html +++ b/docs/interfaces/_client_options_.createtemplateoptions.html @@ -99,7 +99,7 @@

    body

    body: string
    @@ -114,7 +114,7 @@

    name

    name: string
    @@ -129,7 +129,7 @@

    tags

    tags: Tagging[]
    @@ -144,7 +144,7 @@

    title

    title: string
    diff --git a/docs/interfaces/_client_options_.fetchitemsoptions.html b/docs/interfaces/_client_options_.fetchitemsoptions.html index a5dda51..3806353 100644 --- a/docs/interfaces/_client_options_.fetchitemsoptions.html +++ b/docs/interfaces/_client_options_.fetchitemsoptions.html @@ -104,7 +104,7 @@

    Optional page

    @@ -120,7 +120,7 @@

    Optional per_page

    @@ -135,7 +135,7 @@

    Optional query

    query: undefined | string
    diff --git a/docs/interfaces/_client_options_.fetchtagsoptions.html b/docs/interfaces/_client_options_.fetchtagsoptions.html index 321c8d6..d449da5 100644 --- a/docs/interfaces/_client_options_.fetchtagsoptions.html +++ b/docs/interfaces/_client_options_.fetchtagsoptions.html @@ -104,7 +104,7 @@

    Optional page

    @@ -120,7 +120,7 @@

    Optional per_page

    @@ -135,7 +135,7 @@

    Optional sort

    sort: "count" | "name"
    diff --git a/docs/interfaces/_client_options_.paginationoptions.html b/docs/interfaces/_client_options_.paginationoptions.html index e181e8e..1e943bd 100644 --- a/docs/interfaces/_client_options_.paginationoptions.html +++ b/docs/interfaces/_client_options_.paginationoptions.html @@ -105,7 +105,7 @@

    Optional page

    page: undefined | number
    @@ -120,7 +120,7 @@

    Optional per_page

    per_page: undefined | number
    diff --git a/docs/interfaces/_entities_accesstoken_.accesstoken.html b/docs/interfaces/_entities_accesstoken_.accesstoken.html index e741146..e02b3fe 100644 --- a/docs/interfaces/_entities_accesstoken_.accesstoken.html +++ b/docs/interfaces/_entities_accesstoken_.accesstoken.html @@ -98,7 +98,7 @@

    client_id

    client_id: string
    @@ -113,7 +113,7 @@

    scopes

    scopes: string[]
    @@ -128,7 +128,7 @@

    token

    token: string
    diff --git a/docs/interfaces/_entities_authenticateduser_.authenticateduser.html b/docs/interfaces/_entities_authenticateduser_.authenticateduser.html index 6e1d5b9..a4a4785 100644 --- a/docs/interfaces/_entities_authenticateduser_.authenticateduser.html +++ b/docs/interfaces/_entities_authenticateduser_.authenticateduser.html @@ -119,7 +119,7 @@

    Optional description

    @@ -135,7 +135,7 @@

    Optional facebook_id

    @@ -151,7 +151,7 @@

    followees_count

    @@ -167,7 +167,7 @@

    followers_count

    @@ -183,7 +183,7 @@

    Optional github_login_

    Inherited from User.github_login_name

    @@ -199,7 +199,7 @@

    id

    @@ -214,7 +214,7 @@

    image_monthly_upload_limit

    image_monthly_upload_limit: number
    @@ -229,7 +229,7 @@

    image_monthly_upload_remaining

    image_monthly_upload_remaining: number
    @@ -245,7 +245,7 @@

    items_count

    @@ -261,7 +261,7 @@

    Optional linkedin_id

    @@ -277,7 +277,7 @@

    Optional location

    @@ -293,7 +293,7 @@

    Optional name

    @@ -309,7 +309,7 @@

    Optional organization

    @@ -325,7 +325,7 @@

    permanent_id

    @@ -341,7 +341,7 @@

    profile_image_url

    @@ -356,7 +356,7 @@

    team_only

    team_only: boolean
    @@ -372,7 +372,7 @@

    Optional twitter_screen_<
    @@ -388,7 +388,7 @@

    Optional website_url

    diff --git a/docs/interfaces/_entities_comment_.comment.html b/docs/interfaces/_entities_comment_.comment.html index 0214fc4..4c835d4 100644 --- a/docs/interfaces/_entities_comment_.comment.html +++ b/docs/interfaces/_entities_comment_.comment.html @@ -101,7 +101,7 @@

    body

    body: string
    @@ -116,7 +116,7 @@

    created_at

    created_at: string
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -146,7 +146,7 @@

    rendered_body

    rendered_body: string
    @@ -161,7 +161,7 @@

    updated_at

    updated_at: string
    @@ -176,7 +176,7 @@

    user

    user: User
    diff --git a/docs/interfaces/_entities_expandedtemplate_.expandedtemplate.html b/docs/interfaces/_entities_expandedtemplate_.expandedtemplate.html index e3a1aa2..040774d 100644 --- a/docs/interfaces/_entities_expandedtemplate_.expandedtemplate.html +++ b/docs/interfaces/_entities_expandedtemplate_.expandedtemplate.html @@ -98,7 +98,7 @@

    expanded_body

    expanded_body: string
    @@ -113,7 +113,7 @@

    expanded_tags

    expanded_tags: Tagging[]
    @@ -128,7 +128,7 @@

    expanded_title

    expanded_title: string
    diff --git a/docs/interfaces/_entities_group_.group.html b/docs/interfaces/_entities_group_.group.html index e52cab2..cc3efbc 100644 --- a/docs/interfaces/_entities_group_.group.html +++ b/docs/interfaces/_entities_group_.group.html @@ -101,7 +101,7 @@

    created_at

    created_at: string
    @@ -116,7 +116,7 @@

    id

    id: number
    @@ -131,7 +131,7 @@

    name

    name: string
    @@ -146,7 +146,7 @@

    private

    private: boolean
    @@ -161,7 +161,7 @@

    updated_at

    updated_at: string
    @@ -176,7 +176,7 @@

    url_name

    url_name: string
    diff --git a/docs/interfaces/_entities_item_.item.html b/docs/interfaces/_entities_item_.item.html index 387d2f6..d6021f4 100644 --- a/docs/interfaces/_entities_item_.item.html +++ b/docs/interfaces/_entities_item_.item.html @@ -110,7 +110,7 @@

    body

    body: string
    @@ -125,7 +125,7 @@

    coediting

    coediting: boolean
    @@ -140,7 +140,7 @@

    comments_count

    comments_count: number
    @@ -155,7 +155,7 @@

    created_at

    created_at: string
    @@ -170,7 +170,7 @@

    group

    group: Group
    @@ -185,7 +185,7 @@

    id

    id: string
    @@ -200,7 +200,7 @@

    likes_count

    likes_count: number
    @@ -215,7 +215,7 @@

    page_views_count

    page_views_count: number
    @@ -230,7 +230,7 @@

    private

    private: boolean
    @@ -245,7 +245,7 @@

    rendered_body

    rendered_body: string
    @@ -260,7 +260,7 @@

    tags

    tags: Tagging[]
    @@ -275,7 +275,7 @@

    title

    title: string
    @@ -290,7 +290,7 @@

    updated_at

    updated_at: string
    @@ -305,7 +305,7 @@

    url

    url: string
    @@ -320,7 +320,7 @@

    user

    user: User
    diff --git a/docs/interfaces/_entities_like_.like.html b/docs/interfaces/_entities_like_.like.html index be8b58a..8729687 100644 --- a/docs/interfaces/_entities_like_.like.html +++ b/docs/interfaces/_entities_like_.like.html @@ -97,7 +97,7 @@

    created_at

    created_at: string
    @@ -112,7 +112,7 @@

    user

    user: User
    diff --git a/docs/interfaces/_entities_project_.project.html b/docs/interfaces/_entities_project_.project.html index 0495b31..f859a57 100644 --- a/docs/interfaces/_entities_project_.project.html +++ b/docs/interfaces/_entities_project_.project.html @@ -103,7 +103,7 @@

    archived

    archived: boolean
    @@ -118,7 +118,7 @@

    body

    body: string
    @@ -133,7 +133,7 @@

    created_at

    created_at: string
    @@ -148,7 +148,7 @@

    id

    id: number
    @@ -163,7 +163,7 @@

    name

    name: string
    @@ -178,7 +178,7 @@

    reactions_count

    reactions_count: number
    @@ -193,7 +193,7 @@

    rendered_body

    rendered_body: string
    @@ -208,7 +208,7 @@

    updated_at

    updated_at: string
    diff --git a/docs/interfaces/_entities_reaction_.reaction.html b/docs/interfaces/_entities_reaction_.reaction.html index ae5fb89..efd20e7 100644 --- a/docs/interfaces/_entities_reaction_.reaction.html +++ b/docs/interfaces/_entities_reaction_.reaction.html @@ -99,7 +99,7 @@

    created_at

    created_at: string
    @@ -114,7 +114,7 @@

    image_url

    image_url: string
    @@ -129,7 +129,7 @@

    name

    name: string
    @@ -144,7 +144,7 @@

    user

    user: User
    diff --git a/docs/interfaces/_entities_tag_.searchtagresult.html b/docs/interfaces/_entities_tag_.searchtagresult.html index 7af4d91..c49d7fa 100644 --- a/docs/interfaces/_entities_tag_.searchtagresult.html +++ b/docs/interfaces/_entities_tag_.searchtagresult.html @@ -104,7 +104,7 @@

    follower_count

    follower_count: number
    @@ -114,7 +114,7 @@

    item_count

    item_count: number
    @@ -124,7 +124,7 @@

    name

    name: string
    @@ -134,7 +134,7 @@

    url_name

    url_name: string
    diff --git a/docs/interfaces/_entities_tag_.tag.html b/docs/interfaces/_entities_tag_.tag.html index e22d070..3903c24 100644 --- a/docs/interfaces/_entities_tag_.tag.html +++ b/docs/interfaces/_entities_tag_.tag.html @@ -99,7 +99,7 @@

    followers_count

    followers_count: number
    @@ -114,7 +114,7 @@

    Optional icon_url

    icon_url: undefined | string
    @@ -129,7 +129,7 @@

    id

    id: string
    @@ -144,7 +144,7 @@

    items_count

    items_count: number
    diff --git a/docs/interfaces/_entities_tagging_.tagging.html b/docs/interfaces/_entities_tagging_.tagging.html index 608af52..a1a35cc 100644 --- a/docs/interfaces/_entities_tagging_.tagging.html +++ b/docs/interfaces/_entities_tagging_.tagging.html @@ -97,7 +97,7 @@

    name

    name: string
    @@ -112,7 +112,7 @@

    versions

    versions: string[]
    diff --git a/docs/interfaces/_entities_team_.team.html b/docs/interfaces/_entities_team_.team.html index 7af465c..875cbd6 100644 --- a/docs/interfaces/_entities_team_.team.html +++ b/docs/interfaces/_entities_team_.team.html @@ -98,7 +98,7 @@

    active

    active: boolean
    @@ -113,7 +113,7 @@

    id

    id: string
    @@ -128,7 +128,7 @@

    name

    name: string
    diff --git a/docs/interfaces/_entities_teaminvitation_.teaminvitation.html b/docs/interfaces/_entities_teaminvitation_.teaminvitation.html index 68a4d04..cd5cb6b 100644 --- a/docs/interfaces/_entities_teaminvitation_.teaminvitation.html +++ b/docs/interfaces/_entities_teaminvitation_.teaminvitation.html @@ -97,7 +97,7 @@

    email

    email: string
    @@ -112,7 +112,7 @@

    url

    url: string
    diff --git a/docs/interfaces/_entities_template_.template.html b/docs/interfaces/_entities_template_.template.html index caf5435..ce1cd93 100644 --- a/docs/interfaces/_entities_template_.template.html +++ b/docs/interfaces/_entities_template_.template.html @@ -103,7 +103,7 @@

    body

    body: string
    @@ -118,7 +118,7 @@

    expanded_body

    expanded_body: string
    @@ -133,7 +133,7 @@

    expanded_tags

    expanded_tags: Tagging[]
    @@ -148,7 +148,7 @@

    expanded_title

    expanded_title: string
    @@ -163,7 +163,7 @@

    id

    id: number
    @@ -178,7 +178,7 @@

    name

    name: string
    @@ -193,7 +193,7 @@

    tags

    tags: Tagging[]
    @@ -208,7 +208,7 @@

    title

    title: string
    diff --git a/docs/interfaces/_entities_user_.user.html b/docs/interfaces/_entities_user_.user.html index 7ff4409..67a7523 100644 --- a/docs/interfaces/_entities_user_.user.html +++ b/docs/interfaces/_entities_user_.user.html @@ -115,7 +115,7 @@

    Optional description

    description: undefined | string
    @@ -130,7 +130,7 @@

    Optional facebook_id

    facebook_id: undefined | string
    @@ -145,7 +145,7 @@

    followees_count

    followees_count: number
    @@ -160,7 +160,7 @@

    followers_count

    followers_count: number
    @@ -175,7 +175,7 @@

    Optional github_login_github_login_name: undefined | string

    @@ -190,7 +190,7 @@

    id

    id: string
    @@ -205,7 +205,7 @@

    items_count

    items_count: number
    @@ -220,7 +220,7 @@

    Optional linkedin_id

    linkedin_id: undefined | string
    @@ -235,7 +235,7 @@

    Optional location

    location: undefined | string
    @@ -250,7 +250,7 @@

    Optional name

    name: undefined | string
    @@ -265,7 +265,7 @@

    Optional organization

    organization: undefined | string
    @@ -280,7 +280,7 @@

    permanent_id

    permanent_id: number
    @@ -295,7 +295,7 @@

    profile_image_url

    profile_image_url: string
    @@ -310,7 +310,7 @@

    Optional twitter_screen_<
    twitter_screen_name: undefined | string
    @@ -325,7 +325,7 @@

    Optional website_url

    website_url: undefined | string
    diff --git a/docs/modules/_client_linkheader_.html b/docs/modules/_client_linkheader_.html index 9c699dc..8817cf3 100644 --- a/docs/modules/_client_linkheader_.html +++ b/docs/modules/_client_linkheader_.html @@ -89,7 +89,7 @@

    Const getNextUrl

  • Parameters

    diff --git a/docs/modules/_client_options_.html b/docs/modules/_client_options_.html index ad6af20..f9d1597 100644 --- a/docs/modules/_client_options_.html +++ b/docs/modules/_client_options_.html @@ -98,7 +98,7 @@

    UpdateItemOptions

    UpdateItemOptions: CreateItemOptions
    @@ -108,7 +108,7 @@

    UpdateProjectOptions

    UpdateProjectOptions: CreateProjectOptions
    @@ -118,7 +118,7 @@

    UpdateTemplateOptions

    UpdateTemplateOptions: CreateTemplateOptions