@pipeline-builder/pipeline-data 3.4.101 → 3.4.103
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/api/access-control-builder.js +1 -1
- package/lib/api/crud-service.js +1 -1
- package/lib/api/reporting-service.js +1 -1
- package/lib/database/drizzle-schema.d.ts +36 -36
- package/lib/database/migrator.js +1 -1
- package/lib/database/postgres-connection.js +1 -1
- package/lib/database/retry-strategy.js +1 -1
- package/lib/database/schema/alert.d.ts +8 -8
- package/lib/database/schema/compliance.d.ts +13 -13
- package/lib/database/schema/dashboard.d.ts +4 -4
- package/lib/database/schema/message.d.ts +1 -1
- package/lib/database/schema/pipeline.d.ts +3 -3
- package/lib/database/schema/plugin.d.ts +7 -7
- package/package.json +8 -7
|
@@ -302,7 +302,7 @@ export declare const compliancePolicy: import("drizzle-orm/pg-core").PgTableWith
|
|
|
302
302
|
generated: undefined;
|
|
303
303
|
}, {}, {}>;
|
|
304
304
|
};
|
|
305
|
-
dialect:
|
|
305
|
+
dialect: 'pg';
|
|
306
306
|
}>;
|
|
307
307
|
/**
|
|
308
308
|
* Compliance rules define individual checks against plugin/pipeline attributes.
|
|
@@ -835,7 +835,7 @@ export declare const complianceRule: import("drizzle-orm/pg-core").PgTableWithCo
|
|
|
835
835
|
generated: undefined;
|
|
836
836
|
}, {}, {}>;
|
|
837
837
|
};
|
|
838
|
-
dialect:
|
|
838
|
+
dialect: 'pg';
|
|
839
839
|
}>;
|
|
840
840
|
/**
|
|
841
841
|
* Tracks every change to compliance rules for versioning and rollback.
|
|
@@ -970,7 +970,7 @@ export declare const complianceRuleHistory: import("drizzle-orm/pg-core").PgTabl
|
|
|
970
970
|
generated: undefined;
|
|
971
971
|
}, {}, {}>;
|
|
972
972
|
};
|
|
973
|
-
dialect:
|
|
973
|
+
dialect: 'pg';
|
|
974
974
|
}>;
|
|
975
975
|
/**
|
|
976
976
|
* Compliance audit log stores every compliance check result.
|
|
@@ -1201,7 +1201,7 @@ export declare const complianceAuditLog: import("drizzle-orm/pg-core").PgTableWi
|
|
|
1201
1201
|
generated: undefined;
|
|
1202
1202
|
}, {}, {}>;
|
|
1203
1203
|
};
|
|
1204
|
-
dialect:
|
|
1204
|
+
dialect: 'pg';
|
|
1205
1205
|
}>;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* Per-entity exemptions from specific compliance rules.
|
|
@@ -1477,7 +1477,7 @@ export declare const complianceExemption: import("drizzle-orm/pg-core").PgTableW
|
|
|
1477
1477
|
generated: undefined;
|
|
1478
1478
|
}, {}, {}>;
|
|
1479
1479
|
};
|
|
1480
|
-
dialect:
|
|
1480
|
+
dialect: 'pg';
|
|
1481
1481
|
}>;
|
|
1482
1482
|
/**
|
|
1483
1483
|
* Tracks which orgs have opted into system-org published compliance rules.
|
|
@@ -1646,7 +1646,7 @@ export declare const complianceRuleSubscription: import("drizzle-orm/pg-core").P
|
|
|
1646
1646
|
generated: undefined;
|
|
1647
1647
|
}, {}, {}>;
|
|
1648
1648
|
};
|
|
1649
|
-
dialect:
|
|
1649
|
+
dialect: 'pg';
|
|
1650
1650
|
}>;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* Bulk compliance scans tracks scheduled and on-demand scans.
|
|
@@ -1972,7 +1972,7 @@ export declare const complianceScan: import("drizzle-orm/pg-core").PgTableWithCo
|
|
|
1972
1972
|
generated: undefined;
|
|
1973
1973
|
}, {}, {}>;
|
|
1974
1974
|
};
|
|
1975
|
-
dialect:
|
|
1975
|
+
dialect: 'pg';
|
|
1976
1976
|
}>;
|
|
1977
1977
|
/**
|
|
1978
1978
|
* Cron-based recurring scan schedules.
|
|
@@ -2177,7 +2177,7 @@ export declare const complianceScanSchedule: import("drizzle-orm/pg-core").PgTab
|
|
|
2177
2177
|
generated: undefined;
|
|
2178
2178
|
}, {}, {}>;
|
|
2179
2179
|
};
|
|
2180
|
-
dialect:
|
|
2180
|
+
dialect: 'pg';
|
|
2181
2181
|
}>;
|
|
2182
2182
|
/**
|
|
2183
2183
|
* Per-org notification settings for compliance events.
|
|
@@ -2422,7 +2422,7 @@ export declare const complianceNotificationPreference: import("drizzle-orm/pg-co
|
|
|
2422
2422
|
generated: undefined;
|
|
2423
2423
|
}, {}, {}>;
|
|
2424
2424
|
};
|
|
2425
|
-
dialect:
|
|
2425
|
+
dialect: 'pg';
|
|
2426
2426
|
}>;
|
|
2427
2427
|
/**
|
|
2428
2428
|
* Log of all compliance notifications sent.
|
|
@@ -2629,7 +2629,7 @@ export declare const complianceNotificationLog: import("drizzle-orm/pg-core").Pg
|
|
|
2629
2629
|
generated: undefined;
|
|
2630
2630
|
}, {}, {}>;
|
|
2631
2631
|
};
|
|
2632
|
-
dialect:
|
|
2632
|
+
dialect: 'pg';
|
|
2633
2633
|
}>;
|
|
2634
2634
|
/**
|
|
2635
2635
|
* Compliance-specific RBAC roles.
|
|
@@ -2766,7 +2766,7 @@ export declare const complianceRole: import("drizzle-orm/pg-core").PgTableWithCo
|
|
|
2766
2766
|
generated: undefined;
|
|
2767
2767
|
}, {}, {}>;
|
|
2768
2768
|
};
|
|
2769
|
-
dialect:
|
|
2769
|
+
dialect: 'pg';
|
|
2770
2770
|
}>;
|
|
2771
2771
|
/**
|
|
2772
2772
|
* Generated compliance reports.
|
|
@@ -2992,7 +2992,7 @@ export declare const complianceReport: import("drizzle-orm/pg-core").PgTableWith
|
|
|
2992
2992
|
generated: undefined;
|
|
2993
2993
|
}, {}, {}>;
|
|
2994
2994
|
};
|
|
2995
|
-
dialect:
|
|
2995
|
+
dialect: 'pg';
|
|
2996
2996
|
}>;
|
|
2997
2997
|
/**
|
|
2998
2998
|
* Cron-based recurring report generation schedules.
|
|
@@ -3254,7 +3254,7 @@ export declare const complianceReportSchedule: import("drizzle-orm/pg-core").PgT
|
|
|
3254
3254
|
generated: undefined;
|
|
3255
3255
|
}, {}, {}>;
|
|
3256
3256
|
};
|
|
3257
|
-
dialect:
|
|
3257
|
+
dialect: 'pg';
|
|
3258
3258
|
}>;
|
|
3259
3259
|
export type CompliancePolicy = typeof compliancePolicy.$inferSelect;
|
|
3260
3260
|
export type CompliancePolicyInsert = typeof compliancePolicy.$inferInsert;
|
|
@@ -200,7 +200,7 @@ export declare const dashboard: import("drizzle-orm/pg-core").PgTableWithColumns
|
|
|
200
200
|
tableName: "dashboards";
|
|
201
201
|
dataType: "string";
|
|
202
202
|
columnType: "PgVarchar";
|
|
203
|
-
data: "
|
|
203
|
+
data: "org" | "private" | "public";
|
|
204
204
|
driverParam: string;
|
|
205
205
|
notNull: true;
|
|
206
206
|
hasDefault: true;
|
|
@@ -213,7 +213,7 @@ export declare const dashboard: import("drizzle-orm/pg-core").PgTableWithColumns
|
|
|
213
213
|
generated: undefined;
|
|
214
214
|
}, {}, {
|
|
215
215
|
length: 10;
|
|
216
|
-
$type: "
|
|
216
|
+
$type: "org" | "private" | "public";
|
|
217
217
|
}>;
|
|
218
218
|
deletedAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
219
219
|
name: "deleted_at";
|
|
@@ -250,7 +250,7 @@ export declare const dashboard: import("drizzle-orm/pg-core").PgTableWithColumns
|
|
|
250
250
|
generated: undefined;
|
|
251
251
|
}, {}, {}>;
|
|
252
252
|
};
|
|
253
|
-
dialect:
|
|
253
|
+
dialect: 'pg';
|
|
254
254
|
}>;
|
|
255
255
|
/**
|
|
256
256
|
* A single panel inside a dashboard. The catalog `queryKey` is the only thing
|
|
@@ -447,7 +447,7 @@ export declare const dashboardPanel: import("drizzle-orm/pg-core").PgTableWithCo
|
|
|
447
447
|
$type: Record<string, string>;
|
|
448
448
|
}>;
|
|
449
449
|
};
|
|
450
|
-
dialect:
|
|
450
|
+
dialect: 'pg';
|
|
451
451
|
}>;
|
|
452
452
|
export type Dashboard = typeof dashboard.$inferSelect;
|
|
453
453
|
export type DashboardInsert = typeof dashboard.$inferInsert;
|
|
@@ -341,7 +341,7 @@ export declare const pipeline: import("drizzle-orm/pg-core").PgTableWithColumns<
|
|
|
341
341
|
generated: undefined;
|
|
342
342
|
}, {}, {}>;
|
|
343
343
|
};
|
|
344
|
-
dialect:
|
|
344
|
+
dialect: 'pg';
|
|
345
345
|
}>;
|
|
346
346
|
/**
|
|
347
347
|
* Pipeline deployment registry.
|
|
@@ -555,7 +555,7 @@ export declare const pipelineRegistry: import("drizzle-orm/pg-core").PgTableWith
|
|
|
555
555
|
generated: undefined;
|
|
556
556
|
}, {}, {}>;
|
|
557
557
|
};
|
|
558
|
-
dialect:
|
|
558
|
+
dialect: 'pg';
|
|
559
559
|
}>;
|
|
560
560
|
/**
|
|
561
561
|
* Event source identifiers for pipeline_events.
|
|
@@ -908,7 +908,7 @@ export declare const pipelineEvent: import("drizzle-orm/pg-core").PgTableWithCol
|
|
|
908
908
|
generated: undefined;
|
|
909
909
|
}, {}, {}>;
|
|
910
910
|
};
|
|
911
|
-
dialect:
|
|
911
|
+
dialect: 'pg';
|
|
912
912
|
}>;
|
|
913
913
|
/**
|
|
914
914
|
* TypeScript types representing database rows
|
|
@@ -302,7 +302,7 @@ export declare const plugin: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
|
302
302
|
tableName: "plugins";
|
|
303
303
|
dataType: "string";
|
|
304
304
|
columnType: "PgVarchar";
|
|
305
|
-
data: "fail" | "
|
|
305
|
+
data: "fail" | "ignore" | "warn";
|
|
306
306
|
driverParam: string;
|
|
307
307
|
notNull: true;
|
|
308
308
|
hasDefault: true;
|
|
@@ -315,7 +315,7 @@ export declare const plugin: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
|
315
315
|
generated: undefined;
|
|
316
316
|
}, {}, {
|
|
317
317
|
length: 10;
|
|
318
|
-
$type: "fail" | "
|
|
318
|
+
$type: "fail" | "ignore" | "warn";
|
|
319
319
|
}>;
|
|
320
320
|
secrets: import("drizzle-orm/pg-core").PgColumn<{
|
|
321
321
|
name: "secrets";
|
|
@@ -428,8 +428,8 @@ export declare const plugin: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
|
428
428
|
}, {}, {
|
|
429
429
|
baseBuilder: import("drizzle-orm/pg-core").PgColumnBuilder<{
|
|
430
430
|
name: "install_commands";
|
|
431
|
-
dataType:
|
|
432
|
-
columnType:
|
|
431
|
+
dataType: 'string';
|
|
432
|
+
columnType: 'PgText';
|
|
433
433
|
data: string;
|
|
434
434
|
enumValues: [string, ...string[]];
|
|
435
435
|
driverParam: string;
|
|
@@ -471,8 +471,8 @@ export declare const plugin: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
|
471
471
|
}, {}, {
|
|
472
472
|
baseBuilder: import("drizzle-orm/pg-core").PgColumnBuilder<{
|
|
473
473
|
name: "commands";
|
|
474
|
-
dataType:
|
|
475
|
-
columnType:
|
|
474
|
+
dataType: 'string';
|
|
475
|
+
columnType: 'PgText';
|
|
476
476
|
data: string;
|
|
477
477
|
enumValues: [string, ...string[]];
|
|
478
478
|
driverParam: string;
|
|
@@ -604,7 +604,7 @@ export declare const plugin: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
|
604
604
|
generated: undefined;
|
|
605
605
|
}, {}, {}>;
|
|
606
606
|
};
|
|
607
|
-
dialect:
|
|
607
|
+
dialect: 'pg';
|
|
608
608
|
}>;
|
|
609
609
|
/**
|
|
610
610
|
* TypeScript types representing database rows
|
package/package.json
CHANGED
|
@@ -6,25 +6,26 @@
|
|
|
6
6
|
"url": "git+https://github.com/mwashburn160/pipeline-builder.git"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@jest/globals": "30.
|
|
9
|
+
"@jest/globals": "30.4.1",
|
|
10
10
|
"@stylistic/eslint-plugin": "^2",
|
|
11
|
-
"@types/node": "26.1.
|
|
12
|
-
"@types/pg": "8.20.
|
|
11
|
+
"@types/node": "26.1.2",
|
|
12
|
+
"@types/pg": "8.20.3",
|
|
13
13
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
14
14
|
"@typescript-eslint/parser": "^8",
|
|
15
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
15
16
|
"drizzle-kit": "0.31.10",
|
|
16
17
|
"eslint": "^9",
|
|
17
18
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
18
19
|
"eslint-plugin-import": "^2.32.0",
|
|
19
20
|
"jest": "30.4.2",
|
|
20
21
|
"jest-junit": "^17",
|
|
21
|
-
"ts-jest": "
|
|
22
|
-
"typescript": "6.0.
|
|
22
|
+
"ts-jest": "29.4.12",
|
|
23
|
+
"typescript": "npm:@typescript/typescript6@^6.0.2"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"drizzle-orm": "0.45.2",
|
|
26
27
|
"pg": "8.22.0",
|
|
27
|
-
"@pipeline-builder/api-core": "3.4.
|
|
28
|
+
"@pipeline-builder/api-core": "3.4.99"
|
|
28
29
|
},
|
|
29
30
|
"keywords": [
|
|
30
31
|
"ci-cd",
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
"access": "public",
|
|
81
82
|
"registry": "https://registry.npmjs.org/"
|
|
82
83
|
},
|
|
83
|
-
"version": "3.4.
|
|
84
|
+
"version": "3.4.103",
|
|
84
85
|
"bugs": {
|
|
85
86
|
"url": "https://github.com/mwashburn160/pipeline-builder/issues"
|
|
86
87
|
},
|