Skip to content

Commit 8ffbacf

Browse files
committed
chore: export meta error related type
1 parent 7a638b6 commit 8ffbacf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-cloud-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "TypeScript wrapper for Meta's Cloud API",
55
"type": "module",
66
"main": "./dist/index.js",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export type { FlowEndpointRequest, FlowEndpointResponse } from './api/flow/types
2222

2323
// Utility functions
2424
export { isFlowDataExchangeRequest, isFlowErrorRequest, isFlowPingRequest } from './utils/flowTypeGuards';
25+
export { isMetaError } from './utils/isMetaError';
26+
export type { MetaError } from './utils/isMetaError';
2527

2628
// Common enums that users need frequently
2729
export {

0 commit comments

Comments
 (0)