n8n-nodes-github-copilot 3.31.10 → 3.31.11

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.
@@ -3,25 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nodeProperties = void 0;
4
4
  const GitHubCopilotModels_1 = require("../../shared/models/GitHubCopilotModels");
5
5
  exports.nodeProperties = [
6
- {
7
- displayName: "Credential Type",
8
- name: "credentialType",
9
- type: "options",
10
- options: [
11
- {
12
- name: "GitHub Copilot API (Manual Token)",
13
- value: "githubCopilotApi",
14
- description: "Use manual GitHub CLI token",
15
- },
16
- {
17
- name: "GitHub Copilot OAuth2 (with Helper)",
18
- value: "githubCopilotOAuth2Api",
19
- description: "Use OAuth2 credential with helper script",
20
- },
21
- ],
22
- default: "githubCopilotApi",
23
- description: "Type of credential to use for GitHub Copilot authentication",
24
- },
25
6
  {
26
7
  displayName: "Operation",
27
8
  name: "operation",
@@ -2,25 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nodeProperties = void 0;
4
4
  exports.nodeProperties = [
5
- {
6
- displayName: "Credential Type",
7
- name: "credentialType",
8
- type: "options",
9
- options: [
10
- {
11
- name: "GitHub Copilot API (Manual Token)",
12
- value: "githubCopilotApi",
13
- description: "Use manual GitHub CLI token",
14
- },
15
- {
16
- name: "GitHub Copilot OAuth2 (with Helper)",
17
- value: "githubCopilotOAuth2Api",
18
- description: "Use OAuth2 credential with helper script",
19
- },
20
- ],
21
- default: "githubCopilotApi",
22
- description: "Type of credential to use for GitHub Copilot authentication",
23
- },
24
5
  {
25
6
  displayName: "Operation",
26
7
  name: "operation",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.31.10",
3
+ "version": "3.31.11",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.31.10",
3
+ "version": "3.31.11",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",