haystack-nclient
Advanced tools
Comparing version 3.0.46 to 4.0.0
import { HVal } from 'haystack-core'; | ||
export declare const HS_ACCEPT_HEADER_VALUE: string; | ||
export declare const HS_ACCEPT_HEADER_VALUE = "text/zinc,application/vnd.haystack+json"; | ||
export interface FetchMethod { | ||
@@ -4,0 +4,0 @@ (resource: RequestInfo, options?: RequestInit | undefined): Promise<Response>; |
@@ -14,3 +14,3 @@ import { HDict, HGrid, HMarker, HRef, HaysonDict, HList } from 'haystack-core'; | ||
*/ | ||
export declare type GroupsReadOptions = Omit<ReadOptions, 'unique'>; | ||
export type GroupsReadOptions = Omit<ReadOptions, 'unique'>; | ||
/** | ||
@@ -17,0 +17,0 @@ * An implementation of the FIN Groups service. |
@@ -14,3 +14,3 @@ import { HaysonDict, HDict, HGrid, HMarker, HRef } from 'haystack-core'; | ||
*/ | ||
export declare type RolesReadOptions = Omit<ReadOptions, 'unique'>; | ||
export type RolesReadOptions = Omit<ReadOptions, 'unique'>; | ||
/** | ||
@@ -17,0 +17,0 @@ * An implementation of the FIN Roles service. |
@@ -12,3 +12,3 @@ import { HDateTime, HDict, HList, HRef, OptionalHVal } from 'haystack-core'; | ||
*/ | ||
export declare type ScheduleReadOptions = { | ||
export type ScheduleReadOptions = { | ||
/** | ||
@@ -38,3 +38,3 @@ * If defined, Gets the functions filtered by a Haystack filter | ||
*/ | ||
export declare type ScheduleEventsReadOptions = { | ||
export type ScheduleEventsReadOptions = { | ||
start: string; | ||
@@ -41,0 +41,0 @@ end?: string; |
@@ -11,3 +11,3 @@ import { ClientServiceConfig } from './ClientServiceConfig'; | ||
} | ||
export declare type UserReadOptions = Omit<ReadOptions, 'unique'>; | ||
export type UserReadOptions = Omit<ReadOptions, 'unique'>; | ||
/** | ||
@@ -14,0 +14,0 @@ * An implementation of the FIN user service. |
@@ -14,3 +14,3 @@ import { HRef, HDict, HList, HGrid, HaysonDict } from 'haystack-core'; | ||
*/ | ||
export declare type Ids = string | HRef | HDict | HGrid | string[] | HRef[] | HDict[] | HList<HRef | HDict>; | ||
export type Ids = string | HRef | HDict | HGrid | string[] | HRef[] | HDict[] | HList<HRef | HDict>; | ||
/** | ||
@@ -17,0 +17,0 @@ * Convert the ids to an array of id strings. |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/j2inn/haystack-nclient", | ||
"version": "3.0.46", | ||
"version": "4.0.0", | ||
"module": "dist/index.es.js", | ||
@@ -39,13 +39,13 @@ "main": "dist/index.js", | ||
"@types/adm-zip": "^0.5.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/lodash": "^4.14.184", | ||
"@types/node": "^18.7.14", | ||
"@types/jest": "^29.5.2", | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "^22.10.3", | ||
"@types/node-fetch": "^2.6.2", | ||
"@typescript-eslint/eslint-plugin": "^5.36.0", | ||
"@typescript-eslint/parser": "^5.36.0", | ||
"@typescript-eslint/eslint-plugin": "^8.19.0", | ||
"@typescript-eslint/parser": "^8.19.0", | ||
"babel-jest": "^29.0.1", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -55,20 +55,20 @@ "fetch-mock": "^9.10.7", | ||
"html-webpack-plugin": "^5.5.0", | ||
"jest": "^29.0.1", | ||
"jest": "^29.5.0", | ||
"node-fetch": "^2.6.1", | ||
"nodemon": "^2.0.19", | ||
"nodemon": "^3.1.9", | ||
"npm-dts": "^1.3.12", | ||
"npm-dts-webpack-plugin": "^1.3.12", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.8", | ||
"prettier-eslint": "^15.0.1", | ||
"prettier-eslint-cli": "^7.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.78.1", | ||
"ts-jest": "^29.0.5", | ||
"ts-loader": "^9.3.1", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^3.25.1", | ||
"ts-jest": "^29.1.0", | ||
"ts-loader": "^9.4.3", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.11", | ||
"typescript": "^4.8.2", | ||
"typedoc": "^0.27.6", | ||
"typescript": "^5.1.3", | ||
"typescript-eslint-parser": "^22.0.0", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack": "^5.88.0", | ||
"webpack-cli": "^6.0.1", | ||
"webpack-dev-server": "^4.10.1", | ||
@@ -78,4 +78,4 @@ "write-file-webpack-plugin": "^4.5.1" | ||
"dependencies": { | ||
"haystack-core": "^2.0.62" | ||
"haystack-core": "^3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
13693
432498
+ Addedhaystack-core@3.0.2(transitive)
- Removedhaystack-core@2.0.62(transitive)
Updatedhaystack-core@^3.0.0