diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dec9a84..47fc5d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.0.2 (2020-05-15) + +- fix: wrong typings path ([3a9cc75](https://github.com/Workfront/workfront-api/commit/3a9cc75)) + ## 7.0.1 (2020-05-12) - fix: cjs bundle was broken ([0cc423e](https://github.com/Workfront/workfront-api/commit/0cc423e)) diff --git a/docs/classes/_api_.api.html b/docs/classes/_api_.api.html index 6679a83f..c5a46502 100644 --- a/docs/classes/_api_.api.html +++ b/docs/classes/_api_.api.html @@ -159,7 +159,7 @@

constructor

  • Parameters

    @@ -181,7 +181,7 @@

    _httpOptions

    _httpOptions: IHttpOptions
    @@ -191,7 +191,7 @@

    _uriGenerationMode

    _uriGenerationMode: boolean
    @@ -201,7 +201,7 @@

    serverAcceptsJSON

    serverAcceptsJSON: boolean
    @@ -219,7 +219,7 @@

    batch

  • @@ -281,7 +281,7 @@

    Returns Promise

    Parameters

    @@ -328,7 +328,7 @@

    clearApiKey

  • @@ -357,7 +357,7 @@

    copy

  • @@ -416,7 +416,7 @@

    count

  • @@ -455,7 +455,7 @@

    create

  • @@ -501,7 +501,7 @@

    edit

  • @@ -553,7 +553,7 @@

    editMultiple

  • @@ -599,7 +599,7 @@

    execute

  • @@ -651,7 +651,7 @@

    get

  • @@ -700,7 +700,7 @@

    getApiKey

  • @@ -749,7 +749,7 @@

    Protected getHeaders

    Returns Headers

    @@ -766,7 +766,7 @@

    login

  • @@ -816,7 +816,7 @@

    logout

  • @@ -844,7 +844,7 @@

    metadata

  • @@ -884,7 +884,7 @@

    namedQuery

  • @@ -936,7 +936,7 @@

    remove

  • @@ -982,7 +982,7 @@

    report

  • @@ -1028,7 +1028,7 @@

    request

  • @@ -1077,7 +1077,7 @@

    search

  • @@ -1123,7 +1123,7 @@

    setApiKey

  • @@ -1157,7 +1157,7 @@

    setSessionID

  • @@ -1193,7 +1193,7 @@

    setXSRFToken

  • @@ -1229,7 +1229,7 @@

    uploadFileContent

  • Parameters

    @@ -1254,7 +1254,7 @@

    Static Methods

    Methods: object
    @@ -1263,7 +1263,7 @@

    DELETE

    DELETE: string = "DELETE"
    @@ -1273,7 +1273,7 @@

    GET

    GET: string = "GET"
    @@ -1283,7 +1283,7 @@

    POST

    POST: string = "POST"
    @@ -1293,7 +1293,7 @@

    PUT

    PUT: string = "PUT"
    diff --git a/docs/classes/_node_.nodeapi.html b/docs/classes/_node_.nodeapi.html index f4aa58d6..219f790a 100644 --- a/docs/classes/_node_.nodeapi.html +++ b/docs/classes/_node_.nodeapi.html @@ -176,7 +176,7 @@

    constructor

    Parameters

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

    _httpOptions

    @@ -210,7 +210,7 @@

    _uriGenerationMode

    @@ -221,7 +221,7 @@

    serverAcceptsJSON

    @@ -240,7 +240,7 @@

    batch

    @@ -303,7 +303,7 @@

    Returns Promise

    Inherited from Api.batch

    Parameters

    @@ -351,7 +351,7 @@

    clearApiKey

    @@ -381,7 +381,7 @@

    copy

    @@ -441,7 +441,7 @@

    count

    @@ -481,7 +481,7 @@

    create

    @@ -528,7 +528,7 @@

    edit

    @@ -581,7 +581,7 @@

    editMultiple

    @@ -628,7 +628,7 @@

    execute

    @@ -681,7 +681,7 @@

    get

    @@ -731,7 +731,7 @@

    getApiKey

    @@ -781,7 +781,7 @@

    Protected getHeaders

    Inherited from Api.getHeaders

    Returns Headers

    @@ -799,7 +799,7 @@

    login

    @@ -850,7 +850,7 @@

    logout

    @@ -879,7 +879,7 @@

    metadata

    @@ -920,7 +920,7 @@

    namedQuery

    @@ -973,7 +973,7 @@

    remove

    @@ -1020,7 +1020,7 @@

    report

    @@ -1067,7 +1067,7 @@

    request

    @@ -1117,7 +1117,7 @@

    search

    @@ -1164,7 +1164,7 @@

    setApiKey

    @@ -1199,7 +1199,7 @@

    setSessionID

    @@ -1236,7 +1236,7 @@

    setXSRFToken

    @@ -1273,7 +1273,7 @@

    uploadFileContent

    Parameters

    @@ -1299,7 +1299,7 @@

    uploadFromStream

  • Parameters

    @@ -1325,7 +1325,7 @@

    Static Methods

    @@ -1334,7 +1334,7 @@

    DELETE

    DELETE: string = "DELETE"
    @@ -1344,7 +1344,7 @@

    GET

    GET: string = "GET"
    @@ -1354,7 +1354,7 @@

    POST

    POST: string = "POST"
    @@ -1364,7 +1364,7 @@

    PUT

    PUT: string = "PUT"
    diff --git a/docs/interfaces/_api_.iapiconfig.html b/docs/interfaces/_api_.iapiconfig.html index 33056171..9a7f6dfd 100644 --- a/docs/interfaces/_api_.iapiconfig.html +++ b/docs/interfaces/_api_.iapiconfig.html @@ -100,7 +100,7 @@

    Optional alwaysUseGe
    alwaysUseGet: boolean
    @@ -110,7 +110,7 @@

    Optional apiKey

    apiKey: string
    @@ -120,7 +120,7 @@

    Optional headers

    headers: {}
    @@ -138,7 +138,7 @@

    url

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

    Optional version

    version: string
    diff --git a/docs/interfaces/_api_.ibatchapi.html b/docs/interfaces/_api_.ibatchapi.html index 5544818a..cf7cffc3 100644 --- a/docs/interfaces/_api_.ibatchapi.html +++ b/docs/interfaces/_api_.ibatchapi.html @@ -108,7 +108,7 @@

    copy

    copy: (objCode: string, objID: string, updates: object, fields?: TFields, options?: string[]) => string
    @@ -151,7 +151,7 @@

    count

    count: (objCode: string, query?: object) => string
    @@ -185,7 +185,7 @@

    create

    create: (objCode: string, params: any, fields?: TFields) => string
    @@ -222,7 +222,7 @@

    edit

    edit: (objCode: string, objID: string, updates: any, fields?: TFields) => string
    @@ -262,7 +262,7 @@

    editMultiple

    editMultiple: (objCode: string, updates: any[], fields?: TFields) => string
    @@ -299,7 +299,7 @@

    execute

    execute: (objCode: string, objID: string | null, action: string, actionArgs?: object) => string
    @@ -339,7 +339,7 @@

    get

    get: (objCode: string, objIDs: string | string[], fields?: TFields) => string
    @@ -376,7 +376,7 @@

    metadata

    metadata: (objCode?: string, fields?: TFields) => string
    @@ -410,7 +410,7 @@

    namedQuery

    namedQuery: (objCode: string, query: string, queryArgs?: object, fields?: TFields) => string
    @@ -450,7 +450,7 @@

    remove

    remove: (objCode: string, objID: string, bForce?: boolean) => string
    @@ -487,7 +487,7 @@

    report

    report: (objCode: string, query: object) => string
    @@ -521,7 +521,7 @@

    request

    request: (path: string, params: any, fields?: TFields, method?: string) => string
    @@ -561,7 +561,7 @@

    search

    search: (objCode: string, query?: object, fields?: TFields) => string
    diff --git a/docs/interfaces/_api_.ihttpoptions.html b/docs/interfaces/_api_.ihttpoptions.html index 4aa3b5ce..4d5f22dc 100644 --- a/docs/interfaces/_api_.ihttpoptions.html +++ b/docs/interfaces/_api_.ihttpoptions.html @@ -100,7 +100,7 @@

    Optional alwaysUseGe
    alwaysUseGet: boolean
    @@ -110,7 +110,7 @@

    headers

    headers: { X-XSRF-TOKEN?: string; apiKey?: string; sessionID?: string }
    @@ -134,7 +134,7 @@

    Optional method

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

    Optional path

    path: string
    @@ -154,7 +154,7 @@

    url

    url: string
    diff --git a/docs/modules/_api_.html b/docs/modules/_api_.html index 665a3567..3e096a2d 100644 --- a/docs/modules/_api_.html +++ b/docs/modules/_api_.html @@ -131,7 +131,7 @@

    TFailureHandler

    TFailureHandler: (err: any) => never
    @@ -162,7 +162,7 @@

    TFields

    TFields: string | string[]
    @@ -172,7 +172,7 @@

    TSuccessHandler

    TSuccessHandler<T>: (response: any) => Promise<T>

    Type parameters

    @@ -216,7 +216,7 @@

    batchApiFactory

  • Parameters

    @@ -239,7 +239,7 @@

    makeFetchCall

  • Parameters

    @@ -265,7 +265,7 @@

    Const queryStringify

  • Parameters

    @@ -287,7 +287,7 @@

    Const ResponseHandler

    ResponseHandler: object
    @@ -300,7 +300,7 @@

    failure

  • Parameters

    @@ -323,7 +323,7 @@

    success

  • Parameters

    diff --git a/package.json b/package.json index f987d204..490a51bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workfront-api", - "version": "7.0.1", + "version": "7.0.2", "description": "A Workfront API for the Node.js and the Web", "main": "dist/workfront-api.cjs.js", "module": "dist/workfront-api.es.js",