faros-airbyte-common 0.18.18 → 0.18.20
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/lib/gitlab/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Camelize, CommitSchema, DeploymentSchema, EventSchema, GroupSchema, IssueSchema, MergeRequestSchema, NoteSchema, PipelineSchema, ProjectSchema, ReleaseSchema, TagSchema, UserSchema } from '@gitbeaker/rest';
|
|
1
|
+
import { Camelize, CommitSchema, DeploymentSchema, EventSchema, GroupSchema, IssueSchema, JobSchema, MergeRequestSchema, NoteSchema, PipelineSchema, ProjectSchema, ReleaseSchema, TagSchema, UserSchema } from '@gitbeaker/rest';
|
|
2
2
|
export type FarosProjectOutput = {
|
|
3
3
|
readonly __brand: 'FarosProject';
|
|
4
4
|
id: string;
|
|
@@ -77,3 +77,9 @@ export type FarosPipelineOutput = {
|
|
|
77
77
|
project_path: string;
|
|
78
78
|
project_id: string;
|
|
79
79
|
} & Pick<PipelineSchema, 'id' | 'iid' | 'sha' | 'ref' | 'status' | 'source' | 'created_at' | 'updated_at' | 'started_at' | 'finished_at' | 'duration' | 'web_url' | 'user' | 'tag'>;
|
|
80
|
+
export type FarosJobOutput = {
|
|
81
|
+
readonly __brand: 'FarosJob';
|
|
82
|
+
group_id: string;
|
|
83
|
+
project_path: string;
|
|
84
|
+
pipeline_id: number;
|
|
85
|
+
} & Pick<JobSchema, 'id' | 'name' | 'stage' | 'status' | 'created_at' | 'started_at' | 'finished_at' | 'duration' | 'web_url' | 'user' | 'ref' | 'commit' | 'tag' | 'allow_failure' | 'artifacts' | 'runner'>;
|
package/lib/jira/types.d.ts
CHANGED
package/lib/jira/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/jira/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/jira/types.ts"],"names":[],"mappings":";;;AAqFA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,oDAAsC,CAAA;IACtC,+BAAiB,CAAA;IACjB,yBAAW,CAAA;AACb,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
|