feat: get breakfast package from API
This commit is contained in:
@@ -176,7 +176,7 @@ export const protectedServerActionProcedure = serverActionProcedure.use(
|
||||
}
|
||||
)
|
||||
|
||||
// NOTE: This is actually save to use, just the implementation could change
|
||||
// NOTE: This is actually safe to use, just the implementation could change
|
||||
// in minor version bumps. Please read: https://trpc.io/docs/faq#unstable
|
||||
export const contentStackUidWithServiceProcedure =
|
||||
contentstackExtendedProcedureUID.unstable_concat(serviceProcedure)
|
||||
@@ -186,3 +186,6 @@ export const contentStackBaseWithServiceProcedure =
|
||||
|
||||
export const contentStackBaseWithProtectedProcedure =
|
||||
contentstackBaseProcedure.unstable_concat(protectedProcedure)
|
||||
|
||||
export const safeProtectedServiceProcedure =
|
||||
safeProtectedProcedure.unstable_concat(serviceProcedure)
|
||||
|
||||
Reference in New Issue
Block a user