@bpinternal/const
Advanced tools
Comparing version 0.0.39 to 0.0.40
{ | ||
"name": "@bpinternal/const", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "Constant utilities for Botpress", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
@@ -44,3 +44,4 @@ export const prefixToObjectMap = { | ||
webhook: 'webhook', | ||
wkspace: 'workspace' | ||
wkspace: 'workspace', | ||
wrkflow: 'workflow', | ||
} as const | ||
@@ -91,3 +92,4 @@ | ||
webhook: 'webhook', | ||
workspace: 'wkspace' | ||
workflow: 'wrkflow', | ||
workspace: 'wkspace', | ||
} as const | ||
@@ -135,7 +137,8 @@ | ||
export type TagId = Ids['TagId'] | ||
export type TaskId = Ids['TaskId'] | ||
export type UsageId = Ids['UsageId'] | ||
export type UserId = Ids['UserId'] | ||
export type WebhookId = Ids['WebhookId'] | ||
export type WorkflowId = Ids['WorkflowId'] | ||
export type WorkspaceId = Ids['WorkspaceId'] | ||
export type TaskId = Ids['TaskId'] | ||
@@ -142,0 +145,0 @@ type Reverser<T extends Record<PropertyKey, PropertyKey>> = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39476
1077