@mastra/auth-studio 1.3.6-alpha.0 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -312,7 +312,7 @@ var MastraAuthProvider = class extends MastraBase {
|
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
//#endregion
|
|
315
|
-
//#region ../../packages/_internals/auth/dist/ee-
|
|
315
|
+
//#region ../../packages/_internals/auth/dist/ee-B4JkfaNy.js
|
|
316
316
|
/**
|
|
317
317
|
* FGA enforcement utility for checking fine-grained authorization.
|
|
318
318
|
*
|
|
@@ -329,6 +329,7 @@ const RESOURCE_EXPANSIONS = { stored: [
|
|
|
329
329
|
"stored-prompt-blocks",
|
|
330
330
|
"stored-scorers",
|
|
331
331
|
"stored-skills",
|
|
332
|
+
"stored-workflows",
|
|
332
333
|
"stored-workspaces"
|
|
333
334
|
] };
|
|
334
335
|
/**
|