@bpinternal/const
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "@bpinternal/const", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Constant utilities for Botpress", | ||
@@ -24,2 +24,2 @@ "main": "./dist/index.cjs", | ||
} | ||
} | ||
} |
@@ -33,2 +33,3 @@ export const prefixToObjectMap = { | ||
recevt: 'recurringEvent', | ||
report: 'report', | ||
sandbox: 'sandbox', | ||
@@ -79,2 +80,3 @@ schema: 'schema', | ||
recurringEvent: 'recevt', | ||
report: 'report', | ||
sandbox: 'sandbox', | ||
@@ -126,2 +128,3 @@ schema: 'schema', | ||
export type RecurringEventId = Ids['RecurringEventId'] | ||
export type ReportId = Ids['ReportId'] | ||
export type SandboxId = Ids['SandboxId'] | ||
@@ -128,0 +131,0 @@ export type SchemaId = Ids['SchemaId'] |
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
38722
1042