yt-transcript-strapi-plugin 0.0.25 → 0.0.26

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.
@@ -994,8 +994,7 @@ const contentApi = [
994
994
  path: "/mcp",
995
995
  handler: "mcp.handle",
996
996
  config: {
997
- policies: [],
998
- auth: false
997
+ policies: []
999
998
  }
1000
999
  },
1001
1000
  {
@@ -1003,8 +1002,7 @@ const contentApi = [
1003
1002
  path: "/mcp",
1004
1003
  handler: "mcp.handle",
1005
1004
  config: {
1006
- policies: [],
1007
- auth: false
1005
+ policies: []
1008
1006
  }
1009
1007
  },
1010
1008
  {
@@ -1012,8 +1010,7 @@ const contentApi = [
1012
1010
  path: "/mcp",
1013
1011
  handler: "mcp.handle",
1014
1012
  config: {
1015
- policies: [],
1016
- auth: false
1013
+ policies: []
1017
1014
  }
1018
1015
  },
1019
1016
  // Other routes
@@ -993,8 +993,7 @@ const contentApi = [
993
993
  path: "/mcp",
994
994
  handler: "mcp.handle",
995
995
  config: {
996
- policies: [],
997
- auth: false
996
+ policies: []
998
997
  }
999
998
  },
1000
999
  {
@@ -1002,8 +1001,7 @@ const contentApi = [
1002
1001
  path: "/mcp",
1003
1002
  handler: "mcp.handle",
1004
1003
  config: {
1005
- policies: [],
1006
- auth: false
1004
+ policies: []
1007
1005
  }
1008
1006
  },
1009
1007
  {
@@ -1011,8 +1009,7 @@ const contentApi = [
1011
1009
  path: "/mcp",
1012
1010
  handler: "mcp.handle",
1013
1011
  config: {
1014
- policies: [],
1015
- auth: false
1012
+ policies: []
1016
1013
  }
1017
1014
  },
1018
1015
  // Other routes
@@ -45,23 +45,14 @@ declare const _default: {
45
45
  routes: {
46
46
  "content-api": {
47
47
  type: string;
48
- routes: ({
49
- method: string;
50
- path: string;
51
- handler: string;
52
- config: {
53
- policies: any[];
54
- auth: boolean;
55
- };
56
- } | {
48
+ routes: {
57
49
  method: string;
58
50
  path: string;
59
51
  handler: string;
60
52
  config: {
61
53
  policies: any[];
62
- auth?: undefined;
63
54
  };
64
- })[];
55
+ }[];
65
56
  };
66
57
  admin: {
67
58
  type: string;
@@ -1,18 +1,9 @@
1
- declare const _default: ({
1
+ declare const _default: {
2
2
  method: string;
3
3
  path: string;
4
4
  handler: string;
5
5
  config: {
6
6
  policies: any[];
7
- auth: boolean;
8
7
  };
9
- } | {
10
- method: string;
11
- path: string;
12
- handler: string;
13
- config: {
14
- policies: any[];
15
- auth?: undefined;
16
- };
17
- })[];
8
+ }[];
18
9
  export default _default;
@@ -1,23 +1,14 @@
1
1
  declare const _default: {
2
2
  "content-api": {
3
3
  type: string;
4
- routes: ({
5
- method: string;
6
- path: string;
7
- handler: string;
8
- config: {
9
- policies: any[];
10
- auth: boolean;
11
- };
12
- } | {
4
+ routes: {
13
5
  method: string;
14
6
  path: string;
15
7
  handler: string;
16
8
  config: {
17
9
  policies: any[];
18
- auth?: undefined;
19
10
  };
20
- })[];
11
+ }[];
21
12
  };
22
13
  admin: {
23
14
  type: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.25",
2
+ "version": "0.0.26",
3
3
  "keywords": [
4
4
  "yt-transcript-strapi-plugin",
5
5
  "youtube",