n8n-nodes-rooyai-model 1.0.8 → 1.0.10
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/package.json +1 -1
- package/dist/RooyaiAccount.credentials.d.ts +0 -6
- package/dist/RooyaiAccount.credentials.js +0 -20
- package/dist/RooyaiOpenAI.credentials.d.ts +0 -6
- package/dist/RooyaiOpenAI.credentials.js +0 -20
- package/dist/RooyaiOpenRouter.credentials.d.ts +0 -6
- package/dist/RooyaiOpenRouter.credentials.js +0 -20
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RooyaiAccount = void 0;
|
|
4
|
-
class RooyaiAccount {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.name = 'rooyaiAccount';
|
|
7
|
-
this.displayName = 'Rooyai Account';
|
|
8
|
-
this.properties = [
|
|
9
|
-
{
|
|
10
|
-
displayName: 'Account Token',
|
|
11
|
-
name: 'token',
|
|
12
|
-
type: 'string',
|
|
13
|
-
typeOptions: { password: true },
|
|
14
|
-
default: '',
|
|
15
|
-
required: true,
|
|
16
|
-
},
|
|
17
|
-
];
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.RooyaiAccount = RooyaiAccount;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RooyaiOpenAI = void 0;
|
|
4
|
-
class RooyaiOpenAI {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.name = 'rooyaiOpenAI';
|
|
7
|
-
this.displayName = 'Rooyai OpenAI';
|
|
8
|
-
this.properties = [
|
|
9
|
-
{
|
|
10
|
-
displayName: 'API Key',
|
|
11
|
-
name: 'apiKey',
|
|
12
|
-
type: 'string',
|
|
13
|
-
typeOptions: { password: true },
|
|
14
|
-
default: '',
|
|
15
|
-
required: true,
|
|
16
|
-
},
|
|
17
|
-
];
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.RooyaiOpenAI = RooyaiOpenAI;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RooyaiOpenRouter = void 0;
|
|
4
|
-
class RooyaiOpenRouter {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.name = 'rooyaiOpenRouter';
|
|
7
|
-
this.displayName = 'Rooyai OpenRouter';
|
|
8
|
-
this.properties = [
|
|
9
|
-
{
|
|
10
|
-
displayName: 'API Key',
|
|
11
|
-
name: 'apiKey',
|
|
12
|
-
type: 'string',
|
|
13
|
-
typeOptions: { password: true },
|
|
14
|
-
default: '',
|
|
15
|
-
required: true,
|
|
16
|
-
},
|
|
17
|
-
];
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.RooyaiOpenRouter = RooyaiOpenRouter;
|