@stackone/core 2.27.2 → 2.27.4
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/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1181,6 +1181,7 @@ type DefenderSettings = {
|
|
|
1181
1181
|
maxResponseSize?: number;
|
|
1182
1182
|
maxResponseWords?: number;
|
|
1183
1183
|
useDefaultToolRules?: boolean;
|
|
1184
|
+
tier2Fields?: string[];
|
|
1184
1185
|
};
|
|
1185
1186
|
//#endregion
|
|
1186
1187
|
//#region src/source/types.d.ts
|
|
@@ -1231,6 +1232,7 @@ type BlockContext = {
|
|
|
1231
1232
|
accountSecureId: string;
|
|
1232
1233
|
connectorKey: string;
|
|
1233
1234
|
connectorVersion: string;
|
|
1235
|
+
connectorOwner?: string;
|
|
1234
1236
|
category: Category;
|
|
1235
1237
|
schema?: string;
|
|
1236
1238
|
actionType: ActionType;
|
|
@@ -1289,6 +1291,7 @@ type DefenderMetadata = {
|
|
|
1289
1291
|
patternsByField: Record<string, string[]>;
|
|
1290
1292
|
detections: string[];
|
|
1291
1293
|
tier2Score?: number;
|
|
1294
|
+
tier2SkipReason?: string;
|
|
1292
1295
|
latencyMs: number;
|
|
1293
1296
|
};
|
|
1294
1297
|
skipped?: {
|
|
@@ -1690,6 +1693,7 @@ declare const isForeachStep: (step: Step) => step is ForeachStep;
|
|
|
1690
1693
|
type Account = {
|
|
1691
1694
|
providerKey: string;
|
|
1692
1695
|
providerVersion: string;
|
|
1696
|
+
connectorOwner?: string;
|
|
1693
1697
|
authConfigKey: string;
|
|
1694
1698
|
environment: string;
|
|
1695
1699
|
organizationId: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1180,6 +1180,7 @@ type DefenderSettings = {
|
|
|
1180
1180
|
maxResponseSize?: number;
|
|
1181
1181
|
maxResponseWords?: number;
|
|
1182
1182
|
useDefaultToolRules?: boolean;
|
|
1183
|
+
tier2Fields?: string[];
|
|
1183
1184
|
};
|
|
1184
1185
|
//#endregion
|
|
1185
1186
|
//#region src/source/types.d.ts
|
|
@@ -1230,6 +1231,7 @@ type BlockContext = {
|
|
|
1230
1231
|
accountSecureId: string;
|
|
1231
1232
|
connectorKey: string;
|
|
1232
1233
|
connectorVersion: string;
|
|
1234
|
+
connectorOwner?: string;
|
|
1233
1235
|
category: Category;
|
|
1234
1236
|
schema?: string;
|
|
1235
1237
|
actionType: ActionType;
|
|
@@ -1288,6 +1290,7 @@ type DefenderMetadata = {
|
|
|
1288
1290
|
patternsByField: Record<string, string[]>;
|
|
1289
1291
|
detections: string[];
|
|
1290
1292
|
tier2Score?: number;
|
|
1293
|
+
tier2SkipReason?: string;
|
|
1291
1294
|
latencyMs: number;
|
|
1292
1295
|
};
|
|
1293
1296
|
skipped?: {
|
|
@@ -1689,6 +1692,7 @@ declare const isForeachStep: (step: Step) => step is ForeachStep;
|
|
|
1689
1692
|
type Account = {
|
|
1690
1693
|
providerKey: string;
|
|
1691
1694
|
providerVersion: string;
|
|
1695
|
+
connectorOwner?: string;
|
|
1692
1696
|
authConfigKey: string;
|
|
1693
1697
|
environment: string;
|
|
1694
1698
|
organizationId: string;
|