@types/node-zendesk
Advanced tools
Comparing version
@@ -10,4 +10,4 @@ // Type definitions for node-zendesk 2.0 | ||
import stream = require('node:stream'); | ||
import { PathLike } from 'fs'; | ||
import stream = require("node:stream"); | ||
import { PathLike } from "fs"; | ||
@@ -156,3 +156,3 @@ export type ZendeskCallback<TResponse, TResult> = ( | ||
type Status = 'queued' | 'working' | 'failed' | 'completed' | 'killed'; | ||
type Status = "queued" | "working" | "failed" | "completed" | "killed"; | ||
@@ -456,3 +456,3 @@ interface Result extends PersistableModel { | ||
type RequestType = 'Comment' | 'VoiceComment'; | ||
type RequestType = "Comment" | "VoiceComment"; | ||
@@ -694,7 +694,7 @@ namespace CommentsUsers { | ||
type Priority = 'urgent' | 'high' | 'normal' | 'low'; | ||
type Priority = "urgent" | "high" | "normal" | "low"; | ||
type Status = 'new' | 'open' | 'pending' | 'hold' | 'solved' | 'closed'; | ||
type Status = "new" | "open" | "pending" | "hold" | "solved" | "closed"; | ||
type TicketType = 'problem' | 'incident' | 'question' | 'task'; | ||
type TicketType = "problem" | "incident" | "question" | "task"; | ||
@@ -706,3 +706,3 @@ interface Via { | ||
type ViaChannel = 'api' | 'web' | 'mobile' | 'rule' | 'system'; | ||
type ViaChannel = "api" | "web" | "mobile" | "rule" | "system"; | ||
@@ -1136,3 +1136,3 @@ interface ViaSource { | ||
type Role = 'admin' | 'agent' | 'end-user'; | ||
type Role = "admin" | "agent" | "end-user"; | ||
@@ -1147,3 +1147,3 @@ /** | ||
type TicketRestriction = 'assigned' | 'groups' | 'organization' | 'requested'; | ||
type TicketRestriction = "assigned" | "groups" | "organization" | "requested"; | ||
@@ -1230,5 +1230,5 @@ /** | ||
type IdentityType = 'agent_forwarding' | 'email' | 'facebook' | 'google' | 'phone_number' | 'sdk'; | ||
type IdentityType = "agent_forwarding" | "email" | "facebook" | "google" | "phone_number" | "sdk"; | ||
type DeliverableState = 'deliverable' | 'undeliverable'; | ||
type DeliverableState = "deliverable" | "undeliverable"; | ||
} | ||
@@ -1254,3 +1254,3 @@ | ||
*/ | ||
type UserFieldType = 'text' | 'textarea' | 'checkbox' | 'date' | 'integer' | 'decimal' | 'regexp' | 'tagger'; | ||
type UserFieldType = "text" | "textarea" | "checkbox" | "date" | "integer" | "decimal" | "regexp" | "tagger"; | ||
@@ -1257,0 +1257,0 @@ /** |
{ | ||
"name": "@types/node-zendesk", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "TypeScript definitions for node-zendesk", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-zendesk", | ||
}, | ||
"typesPublisherContentHash": "1cf70327d84e35c506a6ef4bd0449602b60b983957b3036f966a7758842c17da", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "d826b06c252826d953130f3734871059e2a03452ba2386f00715aafaf65fa652", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 06 May 2023 00:02:51 GMT | ||
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node:stream](https://npmjs.com/package/@types/node:stream) | ||
@@ -14,0 +14,0 @@ * Global values: none |