Skip to content

Commit

Permalink
feat: fix for changes with external id
Browse files Browse the repository at this point in the history
- the external id now has extra sections for organisation id
  • Loading branch information
field123 committed Sep 25, 2023
1 parent 97fe49f commit 84be272
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ export const supportedIntegrationHubEnvironmentSchema = z.union([
])

export const externalIdSchema = z.tuple([
z.string(),
z.literal("store"),
supportedIntegrationHubEnvironmentSchema,
z.string(),
z.literal("org"),
z.string()
])

export type SupportedIntegrationHubEnvironment = z.TypeOf<
Expand Down

0 comments on commit 84be272

Please sign in to comment.