@cesar-richard/git-connector-sdk 1.25.0 → 1.26.0
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/schema.d.ts +5 -5
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export interface components {
|
|
|
86
86
|
events: {
|
|
87
87
|
id: string;
|
|
88
88
|
source: "github" | "gitlab";
|
|
89
|
-
type: "commit" | "comment" | "review" | "state-transition" | "ci-run";
|
|
89
|
+
type: "commit" | "comment" | "review" | "state-transition" | "ci-run" | "ci-pipeline";
|
|
90
90
|
repo: string;
|
|
91
91
|
externalId: string;
|
|
92
92
|
day: string;
|
|
@@ -106,7 +106,7 @@ export interface components {
|
|
|
106
106
|
GitEvent: {
|
|
107
107
|
id: string;
|
|
108
108
|
source: "github" | "gitlab";
|
|
109
|
-
type: "commit" | "comment" | "review" | "state-transition" | "ci-run";
|
|
109
|
+
type: "commit" | "comment" | "review" | "state-transition" | "ci-run" | "ci-pipeline";
|
|
110
110
|
repo: string;
|
|
111
111
|
externalId: string;
|
|
112
112
|
day: string;
|
|
@@ -1115,7 +1115,7 @@ export interface operations {
|
|
|
1115
1115
|
events: {
|
|
1116
1116
|
id: string;
|
|
1117
1117
|
source: "github" | "gitlab";
|
|
1118
|
-
type: "commit" | "comment" | "review" | "state-transition" | "ci-run";
|
|
1118
|
+
type: "commit" | "comment" | "review" | "state-transition" | "ci-run" | "ci-pipeline";
|
|
1119
1119
|
repo: string;
|
|
1120
1120
|
externalId: string;
|
|
1121
1121
|
day: string;
|
|
@@ -1136,7 +1136,7 @@ export interface operations {
|
|
|
1136
1136
|
events: {
|
|
1137
1137
|
id: string;
|
|
1138
1138
|
source: "github" | "gitlab";
|
|
1139
|
-
type: "commit" | "comment" | "review" | "state-transition" | "ci-run";
|
|
1139
|
+
type: "commit" | "comment" | "review" | "state-transition" | "ci-run" | "ci-pipeline";
|
|
1140
1140
|
repo: string;
|
|
1141
1141
|
externalId: string;
|
|
1142
1142
|
day: string;
|
|
@@ -1157,7 +1157,7 @@ export interface operations {
|
|
|
1157
1157
|
events: {
|
|
1158
1158
|
id: string;
|
|
1159
1159
|
source: "github" | "gitlab";
|
|
1160
|
-
type: "commit" | "comment" | "review" | "state-transition" | "ci-run";
|
|
1160
|
+
type: "commit" | "comment" | "review" | "state-transition" | "ci-run" | "ci-pipeline";
|
|
1161
1161
|
repo: string;
|
|
1162
1162
|
externalId: string;
|
|
1163
1163
|
day: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cesar-richard/git-connector-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "TypeScript SDK for the git-connector v1 API (work items + iterations aggregated from GitHub/GitLab). Version published on npm tracks server releases.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|