Type aliases
Channels
Channels: object
Color
Color: "shibafu" | "momiji" | "sora" | "ichou" | "ajisai" | "kuro"
Condition
Condition: ">" | "=" | "<" | "multipleOf"
Dictionary
Dictionary: object
DisplayMode
DisplayMode: "short" | "line"
Graph
Graph: object
Type declaration
-
-
id: string
-
isSecret: boolean
-
name: string
-
publishOptionalData: boolean
-
purgeCacheURLs: string[]
-
-
timezone: string
-
-
unit: string
InvokeType
InvokeType: "increment" | "decrement"
Notification
Notification: object
Type declaration
-
channelId: string
-
id: string
-
name: string
-
-
threshold: string
NotificationTarget
NotificationTarget: "quantity"
Notifications
Notifications: object
Pixel
Pixel: object
Type declaration
-
optionalData: any
-
quantity: number
PixelDates
PixelDates: object
PixelaNumber
PixelaNumber: string | number
Response
Response: object
Type declaration
-
isSuccess: boolean
-
message: string
SelfSufficient
SelfSufficient: "increment" | "decrement" | "none"
SlackChannel
SlackChannel: object
Type declaration
-
detail: object
-
channelName: string
-
url: string
-
userName: string
-
type: "slack"
Stats
Stats: object
Type declaration
-
avgQuantity: number
-
maxQuantity: number
-
minQuantity: number
-
todaysQuantity: number
-
totalPixelsCount: number
-
totalQuantity: number
Type
Type: "int" | "float"
Webhooks
Webhooks: object
YesNoBoolean
YesNoBoolean: "yes" | "no" | boolean