@trentapps/manager-protocol 1.1.2 → 1.2.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/README.md +29 -1
- package/dist/analyzers/CSSAnalyzer.d.ts +188 -8
- package/dist/analyzers/CSSAnalyzer.d.ts.map +1 -1
- package/dist/analyzers/CSSAnalyzer.js +794 -192
- package/dist/analyzers/CSSAnalyzer.js.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/config/dashboard.d.ts +55 -0
- package/dist/config/dashboard.d.ts.map +1 -0
- package/dist/config/dashboard.js +103 -0
- package/dist/config/dashboard.js.map +1 -0
- package/dist/config/index.d.ts +7 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +7 -0
- package/dist/config/index.js.map +1 -0
- package/dist/dashboard/httpDashboard.d.ts +100 -0
- package/dist/dashboard/httpDashboard.d.ts.map +1 -0
- package/dist/dashboard/httpDashboard.js +1276 -0
- package/dist/dashboard/httpDashboard.js.map +1 -0
- package/dist/dashboard/index.d.ts +6 -0
- package/dist/dashboard/index.d.ts.map +1 -0
- package/dist/dashboard/index.js +7 -0
- package/dist/dashboard/index.js.map +1 -0
- package/dist/engine/AuditLogger.d.ts +370 -2
- package/dist/engine/AuditLogger.d.ts.map +1 -1
- package/dist/engine/AuditLogger.js +1067 -24
- package/dist/engine/AuditLogger.js.map +1 -1
- package/dist/engine/GitHubApprovalManager.d.ts +13 -0
- package/dist/engine/GitHubApprovalManager.d.ts.map +1 -1
- package/dist/engine/GitHubApprovalManager.js +72 -46
- package/dist/engine/GitHubApprovalManager.js.map +1 -1
- package/dist/engine/GitHubClient.d.ts +183 -0
- package/dist/engine/GitHubClient.d.ts.map +1 -0
- package/dist/engine/GitHubClient.js +411 -0
- package/dist/engine/GitHubClient.js.map +1 -0
- package/dist/engine/RateLimiter.d.ts +5 -3
- package/dist/engine/RateLimiter.d.ts.map +1 -1
- package/dist/engine/RateLimiter.js +53 -70
- package/dist/engine/RateLimiter.js.map +1 -1
- package/dist/engine/RuleDependencyAnalyzer.d.ts +73 -0
- package/dist/engine/RuleDependencyAnalyzer.d.ts.map +1 -0
- package/dist/engine/RuleDependencyAnalyzer.js +475 -0
- package/dist/engine/RuleDependencyAnalyzer.js.map +1 -0
- package/dist/engine/RulesEngine.d.ts +102 -3
- package/dist/engine/RulesEngine.d.ts.map +1 -1
- package/dist/engine/RulesEngine.js +326 -21
- package/dist/engine/RulesEngine.js.map +1 -1
- package/dist/engine/TaskManager.d.ts +11 -10
- package/dist/engine/TaskManager.d.ts.map +1 -1
- package/dist/engine/TaskManager.js +180 -195
- package/dist/engine/TaskManager.js.map +1 -1
- package/dist/engine/index.d.ts +3 -0
- package/dist/engine/index.d.ts.map +1 -1
- package/dist/engine/index.js +5 -0
- package/dist/engine/index.js.map +1 -1
- package/dist/rules/azure.d.ts.map +1 -1
- package/dist/rules/azure.js +12 -14
- package/dist/rules/azure.js.map +1 -1
- package/dist/rules/compliance.d.ts.map +1 -1
- package/dist/rules/compliance.js +23 -41
- package/dist/rules/compliance.js.map +1 -1
- package/dist/rules/condition-optimizer.d.ts +151 -0
- package/dist/rules/condition-optimizer.d.ts.map +1 -0
- package/dist/rules/condition-optimizer.js +479 -0
- package/dist/rules/condition-optimizer.js.map +1 -0
- package/dist/rules/css.d.ts.map +1 -1
- package/dist/rules/css.js +538 -0
- package/dist/rules/css.js.map +1 -1
- package/dist/rules/field-standards.d.ts +1172 -0
- package/dist/rules/field-standards.d.ts.map +1 -0
- package/dist/rules/field-standards.js +908 -0
- package/dist/rules/field-standards.js.map +1 -0
- package/dist/rules/flask.d.ts.map +1 -1
- package/dist/rules/flask.js +18 -31
- package/dist/rules/flask.js.map +1 -1
- package/dist/rules/index.d.ts +220 -0
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/index.js +155 -0
- package/dist/rules/index.js.map +1 -1
- package/dist/rules/ml-ai.d.ts.map +1 -1
- package/dist/rules/ml-ai.js +11 -13
- package/dist/rules/ml-ai.js.map +1 -1
- package/dist/rules/patterns.d.ts +568 -0
- package/dist/rules/patterns.d.ts.map +1 -0
- package/dist/rules/patterns.js +1359 -0
- package/dist/rules/patterns.js.map +1 -0
- package/dist/rules/security.d.ts.map +1 -1
- package/dist/rules/security.js +580 -19
- package/dist/rules/security.js.map +1 -1
- package/dist/rules/shared-patterns.d.ts +268 -0
- package/dist/rules/shared-patterns.d.ts.map +1 -0
- package/dist/rules/shared-patterns.js +556 -0
- package/dist/rules/shared-patterns.js.map +1 -0
- package/dist/rules/storage.d.ts +8 -2
- package/dist/rules/storage.d.ts.map +1 -1
- package/dist/rules/storage.js +541 -3
- package/dist/rules/storage.js.map +1 -1
- package/dist/rules/stripe.d.ts.map +1 -1
- package/dist/rules/stripe.js +19 -26
- package/dist/rules/stripe.js.map +1 -1
- package/dist/rules/websocket.d.ts.map +1 -1
- package/dist/rules/websocket.js +32 -40
- package/dist/rules/websocket.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +96 -17
- package/dist/server.js.map +1 -1
- package/dist/supervisor/AgentSupervisor.d.ts +52 -0
- package/dist/supervisor/AgentSupervisor.d.ts.map +1 -1
- package/dist/supervisor/AgentSupervisor.js +120 -1
- package/dist/supervisor/AgentSupervisor.js.map +1 -1
- package/dist/supervisor/ManagedServerRegistry.d.ts +139 -2
- package/dist/supervisor/ManagedServerRegistry.d.ts.map +1 -1
- package/dist/supervisor/ManagedServerRegistry.js +590 -6
- package/dist/supervisor/ManagedServerRegistry.js.map +1 -1
- package/dist/supervisor/ProjectTracker.d.ts +24 -2
- package/dist/supervisor/ProjectTracker.d.ts.map +1 -1
- package/dist/supervisor/ProjectTracker.js +151 -59
- package/dist/supervisor/ProjectTracker.js.map +1 -1
- package/dist/testing/index.d.ts +11 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/index.js +12 -0
- package/dist/testing/index.js.map +1 -0
- package/dist/testing/rule-tester.d.ts +217 -0
- package/dist/testing/rule-tester.d.ts.map +1 -0
- package/dist/testing/rule-tester.examples.d.ts +57 -0
- package/dist/testing/rule-tester.examples.d.ts.map +1 -0
- package/dist/testing/rule-tester.examples.js +375 -0
- package/dist/testing/rule-tester.examples.js.map +1 -0
- package/dist/testing/rule-tester.js +381 -0
- package/dist/testing/rule-tester.js.map +1 -0
- package/dist/testing/rule-validator.d.ts +141 -0
- package/dist/testing/rule-validator.d.ts.map +1 -0
- package/dist/testing/rule-validator.js +640 -0
- package/dist/testing/rule-validator.js.map +1 -0
- package/dist/types/index.d.ts +265 -4
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +57 -2
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +2 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/rate-limiting.d.ts +268 -0
- package/dist/utils/rate-limiting.d.ts.map +1 -0
- package/dist/utils/rate-limiting.js +403 -0
- package/dist/utils/rate-limiting.js.map +1 -0
- package/dist/utils/shared.d.ts +306 -0
- package/dist/utils/shared.d.ts.map +1 -0
- package/dist/utils/shared.js +464 -0
- package/dist/utils/shared.js.map +1 -0
- package/package.json +2 -1
|
@@ -0,0 +1,1172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enterprise Agent Supervisor - Field Standards
|
|
3
|
+
* Task #33: Standardize Condition Naming and Field References
|
|
4
|
+
*
|
|
5
|
+
* This module defines standard field names for rule conditions to ensure
|
|
6
|
+
* consistency across all rule files. Use these constants when defining
|
|
7
|
+
* rule conditions instead of string literals.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Action-related fields
|
|
11
|
+
* These fields describe the action being evaluated
|
|
12
|
+
*/
|
|
13
|
+
export declare const ActionFields: {
|
|
14
|
+
/** The name/identifier of the action (e.g., 'deploy', 'export', 'webhook') */
|
|
15
|
+
readonly NAME: "action.name";
|
|
16
|
+
/** The category of action (data_access, data_modification, etc.) */
|
|
17
|
+
readonly CATEGORY: "action.category";
|
|
18
|
+
/** Action parameters object */
|
|
19
|
+
readonly PARAMETERS: "action.parameters";
|
|
20
|
+
/** Action metadata */
|
|
21
|
+
readonly METADATA: "action.metadata";
|
|
22
|
+
/** Description of the action */
|
|
23
|
+
readonly DESCRIPTION: "action.description";
|
|
24
|
+
/** @deprecated Use ActionFields.NAME instead */
|
|
25
|
+
readonly LEGACY_ACTION_NAME: "actionName";
|
|
26
|
+
/** @deprecated Use ActionFields.CATEGORY instead */
|
|
27
|
+
readonly LEGACY_ACTION_CATEGORY: "actionCategory";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Environment fields
|
|
31
|
+
* Fields describing the execution environment
|
|
32
|
+
*/
|
|
33
|
+
export declare const EnvironmentFields: {
|
|
34
|
+
/** The deployment environment (development, staging, production) */
|
|
35
|
+
readonly ENVIRONMENT: "context.environment";
|
|
36
|
+
/** The platform/framework (flask, azure-functions, etc.) */
|
|
37
|
+
readonly PLATFORM: "context.platform";
|
|
38
|
+
/** The framework in use */
|
|
39
|
+
readonly FRAMEWORK: "context.framework";
|
|
40
|
+
/** @deprecated Use EnvironmentFields.ENVIRONMENT instead */
|
|
41
|
+
readonly LEGACY_ENVIRONMENT: "environment";
|
|
42
|
+
/** @deprecated Use EnvironmentFields.PLATFORM instead */
|
|
43
|
+
readonly LEGACY_PLATFORM: "platform";
|
|
44
|
+
/** @deprecated Use EnvironmentFields.FRAMEWORK instead */
|
|
45
|
+
readonly LEGACY_FRAMEWORK: "framework";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* User and authentication fields
|
|
49
|
+
* Fields related to the user or agent performing the action
|
|
50
|
+
*/
|
|
51
|
+
export declare const UserFields: {
|
|
52
|
+
/** User's unique identifier */
|
|
53
|
+
readonly USER_ID: "context.userId";
|
|
54
|
+
/** User's role (admin, data_officer, etc.) */
|
|
55
|
+
readonly USER_ROLE: "context.userRole";
|
|
56
|
+
/** Agent's unique identifier */
|
|
57
|
+
readonly AGENT_ID: "context.agentId";
|
|
58
|
+
/** Agent's type classification */
|
|
59
|
+
readonly AGENT_TYPE: "context.agentType";
|
|
60
|
+
/** Session identifier */
|
|
61
|
+
readonly SESSION_ID: "context.sessionId";
|
|
62
|
+
/** Organization identifier */
|
|
63
|
+
readonly ORG_ID: "context.organizationId";
|
|
64
|
+
/** Department within organization */
|
|
65
|
+
readonly DEPARTMENT: "context.department";
|
|
66
|
+
/** @deprecated Use UserFields.USER_ID instead */
|
|
67
|
+
readonly LEGACY_USER_ID: "userId";
|
|
68
|
+
/** @deprecated Use UserFields.USER_ROLE instead */
|
|
69
|
+
readonly LEGACY_USER_ROLE: "userRole";
|
|
70
|
+
/** @deprecated Use UserFields.AGENT_ID instead */
|
|
71
|
+
readonly LEGACY_AGENT_ID: "agentId";
|
|
72
|
+
/** @deprecated Use UserFields.SESSION_ID instead */
|
|
73
|
+
readonly LEGACY_SESSION_ID: "sessionId";
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Data classification and handling fields
|
|
77
|
+
* Fields describing the data being accessed or modified
|
|
78
|
+
*/
|
|
79
|
+
export declare const DataFields: {
|
|
80
|
+
/** Data classification level (public, internal, confidential, restricted) */
|
|
81
|
+
readonly CLASSIFICATION: "data.classification";
|
|
82
|
+
/** Type of data (phi, cardholder, pan, cvv, pii, etc.) */
|
|
83
|
+
readonly TYPE: "data.type";
|
|
84
|
+
/** Whether data contains PII */
|
|
85
|
+
readonly CONTAINS_PII: "data.containsPii";
|
|
86
|
+
/** Number of records affected */
|
|
87
|
+
readonly RECORD_COUNT: "data.recordCount";
|
|
88
|
+
/** Size of data in bytes */
|
|
89
|
+
readonly SIZE: "data.size";
|
|
90
|
+
/** Data retention exceeded flag */
|
|
91
|
+
readonly RETENTION_EXCEEDED: "data.retentionExceeded";
|
|
92
|
+
/** Storage type (localStorage, sessionStorage, indexedDB) */
|
|
93
|
+
readonly STORAGE_TYPE: "data.storageType";
|
|
94
|
+
/** @deprecated Use DataFields.CLASSIFICATION instead */
|
|
95
|
+
readonly LEGACY_DATA_CLASSIFICATION: "dataClassification";
|
|
96
|
+
/** @deprecated Use DataFields.TYPE instead */
|
|
97
|
+
readonly LEGACY_DATA_TYPE: "dataType";
|
|
98
|
+
/** @deprecated Use DataFields.CONTAINS_PII instead */
|
|
99
|
+
readonly LEGACY_DATA_CONTAINS_PII: "dataContainsPII";
|
|
100
|
+
/** @deprecated Use DataFields.RECORD_COUNT instead */
|
|
101
|
+
readonly LEGACY_RECORD_COUNT: "recordCount";
|
|
102
|
+
/** @deprecated Use DataFields.RETENTION_EXCEEDED instead */
|
|
103
|
+
readonly LEGACY_DATA_RETENTION_EXCEEDED: "dataRetentionExceeded";
|
|
104
|
+
/** @deprecated Use DataFields.STORAGE_TYPE instead */
|
|
105
|
+
readonly LEGACY_STORAGE_TYPE: "storageType";
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Operation and request fields
|
|
109
|
+
* Fields describing the operation being performed
|
|
110
|
+
*/
|
|
111
|
+
export declare const OperationFields: {
|
|
112
|
+
/** The operation type (read, write, delete, upload, etc.) */
|
|
113
|
+
readonly OPERATION: "operation.type";
|
|
114
|
+
/** HTTP method for API calls */
|
|
115
|
+
readonly HTTP_METHOD: "operation.httpMethod";
|
|
116
|
+
/** Protocol being used (https, websocket, etc.) */
|
|
117
|
+
readonly PROTOCOL: "operation.protocol";
|
|
118
|
+
/** File path for file system operations */
|
|
119
|
+
readonly FILE_PATH: "operation.filePath";
|
|
120
|
+
/** Query string for data access */
|
|
121
|
+
readonly QUERY: "operation.query";
|
|
122
|
+
/** Request type */
|
|
123
|
+
readonly REQUEST_TYPE: "operation.requestType";
|
|
124
|
+
/** Target role for authorization operations */
|
|
125
|
+
readonly TARGET_ROLE: "operation.targetRole";
|
|
126
|
+
/** Destination region for data transfers */
|
|
127
|
+
readonly DESTINATION_REGION: "operation.destinationRegion";
|
|
128
|
+
/** @deprecated Use OperationFields.OPERATION instead */
|
|
129
|
+
readonly LEGACY_OPERATION: "operation";
|
|
130
|
+
/** @deprecated Use OperationFields.HTTP_METHOD instead */
|
|
131
|
+
readonly LEGACY_HTTP_METHOD: "httpMethod";
|
|
132
|
+
/** @deprecated Use OperationFields.PROTOCOL instead */
|
|
133
|
+
readonly LEGACY_PROTOCOL: "protocol";
|
|
134
|
+
/** @deprecated Use OperationFields.FILE_PATH instead */
|
|
135
|
+
readonly LEGACY_FILE_PATH: "filePath";
|
|
136
|
+
/** @deprecated Use OperationFields.QUERY instead */
|
|
137
|
+
readonly LEGACY_QUERY: "query";
|
|
138
|
+
/** @deprecated Use OperationFields.REQUEST_TYPE instead */
|
|
139
|
+
readonly LEGACY_REQUEST_TYPE: "requestType";
|
|
140
|
+
/** @deprecated Use OperationFields.TARGET_ROLE instead */
|
|
141
|
+
readonly LEGACY_TARGET_ROLE: "targetRole";
|
|
142
|
+
/** @deprecated Use OperationFields.DESTINATION_REGION instead */
|
|
143
|
+
readonly LEGACY_DESTINATION_REGION: "destinationRegion";
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Security and authentication fields
|
|
147
|
+
* Fields related to security state and verification
|
|
148
|
+
*/
|
|
149
|
+
export declare const SecurityFields: {
|
|
150
|
+
/** Authentication token present */
|
|
151
|
+
readonly AUTH_TOKEN: "security.authToken";
|
|
152
|
+
/** Whether the request is authenticated */
|
|
153
|
+
readonly AUTHENTICATED: "security.authenticated";
|
|
154
|
+
/** Whether code has been validated */
|
|
155
|
+
readonly CODE_VALIDATED: "security.codeValidated";
|
|
156
|
+
/** Whether request is sandboxed */
|
|
157
|
+
readonly SANDBOXED: "security.sandboxed";
|
|
158
|
+
/** Whether host is whitelisted */
|
|
159
|
+
readonly HOST_WHITELISTED: "security.hostWhitelisted";
|
|
160
|
+
/** Whether encryption is enabled */
|
|
161
|
+
readonly ENCRYPTION_ENABLED: "security.encryptionEnabled";
|
|
162
|
+
/** Session anomaly score (0-1) */
|
|
163
|
+
readonly SESSION_ANOMALY_SCORE: "security.sessionAnomalyScore";
|
|
164
|
+
/** Webhook signature validation status */
|
|
165
|
+
readonly SIGNATURE_VALIDATED: "security.signatureValidated";
|
|
166
|
+
/** Input validation status */
|
|
167
|
+
readonly INPUT_VALIDATED: "security.inputValidated";
|
|
168
|
+
/** File validation status */
|
|
169
|
+
readonly FILE_VALIDATED: "security.fileValidated";
|
|
170
|
+
/** Whether TLS is enabled */
|
|
171
|
+
readonly TLS_ENABLED: "security.tlsEnabled";
|
|
172
|
+
/** @deprecated Use SecurityFields.AUTH_TOKEN instead */
|
|
173
|
+
readonly LEGACY_AUTH_TOKEN: "authToken";
|
|
174
|
+
/** @deprecated Use SecurityFields.AUTHENTICATED instead */
|
|
175
|
+
readonly LEGACY_AUTHENTICATED: "authenticated";
|
|
176
|
+
/** @deprecated Use SecurityFields.CODE_VALIDATED instead */
|
|
177
|
+
readonly LEGACY_CODE_VALIDATED: "codeValidated";
|
|
178
|
+
/** @deprecated Use SecurityFields.SANDBOXED instead */
|
|
179
|
+
readonly LEGACY_SANDBOXED: "sandboxed";
|
|
180
|
+
/** @deprecated Use SecurityFields.HOST_WHITELISTED instead */
|
|
181
|
+
readonly LEGACY_HOST_WHITELISTED: "hostWhitelisted";
|
|
182
|
+
/** @deprecated Use SecurityFields.ENCRYPTION_ENABLED instead */
|
|
183
|
+
readonly LEGACY_ENCRYPTION_ENABLED: "encryptionEnabled";
|
|
184
|
+
/** @deprecated Use SecurityFields.SESSION_ANOMALY_SCORE instead */
|
|
185
|
+
readonly LEGACY_SESSION_ANOMALY_SCORE: "sessionAnomalyScore";
|
|
186
|
+
/** @deprecated Use SecurityFields.SIGNATURE_VALIDATED instead */
|
|
187
|
+
readonly LEGACY_SIGNATURE_VALIDATED: "signatureValidated";
|
|
188
|
+
/** @deprecated Use SecurityFields.INPUT_VALIDATED instead */
|
|
189
|
+
readonly LEGACY_INPUT_VALIDATION: "inputValidation";
|
|
190
|
+
/** @deprecated Use SecurityFields.FILE_VALIDATED instead */
|
|
191
|
+
readonly LEGACY_FILE_VALIDATION: "fileValidation";
|
|
192
|
+
/** @deprecated Use SecurityFields.TLS_ENABLED instead */
|
|
193
|
+
readonly LEGACY_TLS_ENABLED: "tlsEnabled";
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* Compliance and consent fields
|
|
197
|
+
* Fields related to regulatory compliance
|
|
198
|
+
*/
|
|
199
|
+
export declare const ComplianceFields: {
|
|
200
|
+
/** Verification completed status */
|
|
201
|
+
readonly VERIFICATION_COMPLETED: "compliance.verificationCompleted";
|
|
202
|
+
/** Processing basis (consent, legitimate_interest, etc.) */
|
|
203
|
+
readonly PROCESSING_BASIS: "compliance.processingBasis";
|
|
204
|
+
/** Consent validity status */
|
|
205
|
+
readonly CONSENT_VALID: "compliance.consentValid";
|
|
206
|
+
/** Whether data is masked */
|
|
207
|
+
readonly DATA_MASKED: "compliance.dataMasked";
|
|
208
|
+
/** Business justification provided */
|
|
209
|
+
readonly BUSINESS_JUSTIFICATION: "compliance.businessJustification";
|
|
210
|
+
/** Number of fields requested */
|
|
211
|
+
readonly FIELDS_REQUESTED: "compliance.fieldsRequested";
|
|
212
|
+
/** Initiator ID for segregation of duties */
|
|
213
|
+
readonly INITIATOR_ID: "compliance.initiatorId";
|
|
214
|
+
/** Whether account requirements are validated */
|
|
215
|
+
readonly ACCOUNT_REQUIREMENTS_VALIDATED: "compliance.accountRequirementsValidated";
|
|
216
|
+
/** SCA enabled for EU payments */
|
|
217
|
+
readonly SCA_ENABLED: "compliance.scaEnabled";
|
|
218
|
+
/** Customer region */
|
|
219
|
+
readonly CUSTOMER_REGION: "compliance.customerRegion";
|
|
220
|
+
/** @deprecated Use ComplianceFields.VERIFICATION_COMPLETED instead */
|
|
221
|
+
readonly LEGACY_VERIFICATION_COMPLETED: "verificationCompleted";
|
|
222
|
+
/** @deprecated Use ComplianceFields.PROCESSING_BASIS instead */
|
|
223
|
+
readonly LEGACY_PROCESSING_BASIS: "processingBasis";
|
|
224
|
+
/** @deprecated Use ComplianceFields.CONSENT_VALID instead */
|
|
225
|
+
readonly LEGACY_CONSENT_VALID: "consentValid";
|
|
226
|
+
/** @deprecated Use ComplianceFields.DATA_MASKED instead */
|
|
227
|
+
readonly LEGACY_MASKED: "masked";
|
|
228
|
+
/** @deprecated Use ComplianceFields.BUSINESS_JUSTIFICATION instead */
|
|
229
|
+
readonly LEGACY_BUSINESS_JUSTIFICATION: "businessJustification";
|
|
230
|
+
/** @deprecated Use ComplianceFields.FIELDS_REQUESTED instead */
|
|
231
|
+
readonly LEGACY_FIELDS_REQUESTED: "fieldsRequested";
|
|
232
|
+
/** @deprecated Use ComplianceFields.INITIATOR_ID instead */
|
|
233
|
+
readonly LEGACY_INITIATOR_ID: "initiatorId";
|
|
234
|
+
/** @deprecated Use ComplianceFields.ACCOUNT_REQUIREMENTS_VALIDATED instead */
|
|
235
|
+
readonly LEGACY_ACCOUNT_REQUIREMENTS_VALIDATED: "accountRequirementsValidated";
|
|
236
|
+
/** @deprecated Use ComplianceFields.SCA_ENABLED instead */
|
|
237
|
+
readonly LEGACY_SCA_ENABLED: "scaEnabled";
|
|
238
|
+
/** @deprecated Use ComplianceFields.CUSTOMER_REGION instead */
|
|
239
|
+
readonly LEGACY_CUSTOMER_REGION: "customerRegion";
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* Operational and system fields
|
|
243
|
+
* Fields related to system operations and limits
|
|
244
|
+
*/
|
|
245
|
+
export declare const OperationalFields: {
|
|
246
|
+
/** Estimated cost of operation */
|
|
247
|
+
readonly ESTIMATED_COST: "operational.estimatedCost";
|
|
248
|
+
/** Resource cost in dollars */
|
|
249
|
+
readonly RESOURCE_COST: "operational.resourceCost";
|
|
250
|
+
/** Estimated memory usage in MB */
|
|
251
|
+
readonly ESTIMATED_MEMORY_MB: "operational.estimatedMemoryMb";
|
|
252
|
+
/** Token count for LLM operations */
|
|
253
|
+
readonly TOKEN_COUNT: "operational.tokenCount";
|
|
254
|
+
/** Daily spend amount */
|
|
255
|
+
readonly DAILY_SPEND: "operational.dailySpend";
|
|
256
|
+
/** Budget override approved */
|
|
257
|
+
readonly BUDGET_OVERRIDE_APPROVED: "operational.budgetOverrideApproved";
|
|
258
|
+
/** Deployment window status */
|
|
259
|
+
readonly DEPLOYMENT_WINDOW_OPEN: "operational.deploymentWindowOpen";
|
|
260
|
+
/** Rollback plan defined */
|
|
261
|
+
readonly ROLLBACK_PLAN_DEFINED: "operational.rollbackPlanDefined";
|
|
262
|
+
/** Change freeze active */
|
|
263
|
+
readonly CHANGE_FREEZE_ACTIVE: "operational.changeFreezeActive";
|
|
264
|
+
/** Maintenance window active */
|
|
265
|
+
readonly MAINTENANCE_WINDOW_ACTIVE: "operational.maintenanceWindowActive";
|
|
266
|
+
/** Backup verified */
|
|
267
|
+
readonly BACKUP_VERIFIED: "operational.backupVerified";
|
|
268
|
+
/** Incident severity */
|
|
269
|
+
readonly INCIDENT_SEVERITY: "operational.incidentSeverity";
|
|
270
|
+
/** Session action count */
|
|
271
|
+
readonly SESSION_ACTION_COUNT: "operational.sessionActionCount";
|
|
272
|
+
/** Retry count */
|
|
273
|
+
readonly RETRY_COUNT: "operational.retryCount";
|
|
274
|
+
/** Action pattern (loop detection) */
|
|
275
|
+
readonly ACTION_PATTERN: "operational.actionPattern";
|
|
276
|
+
/** Concurrent count */
|
|
277
|
+
readonly CONCURRENT_COUNT: "operational.concurrentCount";
|
|
278
|
+
/** Operation type */
|
|
279
|
+
readonly OPERATION_TYPE: "operational.operationType";
|
|
280
|
+
/** Timeout configuration in ms */
|
|
281
|
+
readonly TIMEOUT_MS: "operational.timeoutMs";
|
|
282
|
+
/** @deprecated Use OperationalFields.ESTIMATED_COST instead */
|
|
283
|
+
readonly LEGACY_ESTIMATED_COST: "estimatedCost";
|
|
284
|
+
/** @deprecated Use OperationalFields.RESOURCE_COST instead */
|
|
285
|
+
readonly LEGACY_RESOURCE_COST: "resourceCost";
|
|
286
|
+
/** @deprecated Use OperationalFields.ESTIMATED_MEMORY_MB instead */
|
|
287
|
+
readonly LEGACY_ESTIMATED_MEMORY_MB: "estimatedMemoryMb";
|
|
288
|
+
/** @deprecated Use OperationalFields.TOKEN_COUNT instead */
|
|
289
|
+
readonly LEGACY_TOKEN_COUNT: "tokenCount";
|
|
290
|
+
/** @deprecated Use OperationalFields.DAILY_SPEND instead */
|
|
291
|
+
readonly LEGACY_DAILY_SPEND: "dailySpend";
|
|
292
|
+
/** @deprecated Use OperationalFields.DEPLOYMENT_WINDOW_OPEN instead */
|
|
293
|
+
readonly LEGACY_DEPLOYMENT_WINDOW_OPEN: "deploymentWindowOpen";
|
|
294
|
+
/** @deprecated Use OperationalFields.ROLLBACK_PLAN_DEFINED instead */
|
|
295
|
+
readonly LEGACY_ROLLBACK_PLAN_DEFINED: "rollbackPlanDefined";
|
|
296
|
+
/** @deprecated Use OperationalFields.CHANGE_FREEZE_ACTIVE instead */
|
|
297
|
+
readonly LEGACY_CHANGE_FREEZE_ACTIVE: "changeFreezeActive";
|
|
298
|
+
/** @deprecated Use OperationalFields.MAINTENANCE_WINDOW_ACTIVE instead */
|
|
299
|
+
readonly LEGACY_MAINTENANCE_WINDOW_ACTIVE: "maintenanceWindowActive";
|
|
300
|
+
/** @deprecated Use OperationalFields.BACKUP_VERIFIED instead */
|
|
301
|
+
readonly LEGACY_BACKUP_VERIFIED: "backupVerified";
|
|
302
|
+
/** @deprecated Use OperationalFields.INCIDENT_SEVERITY instead */
|
|
303
|
+
readonly LEGACY_INCIDENT_SEVERITY: "incidentSeverity";
|
|
304
|
+
/** @deprecated Use OperationalFields.SESSION_ACTION_COUNT instead */
|
|
305
|
+
readonly LEGACY_SESSION_ACTION_COUNT: "sessionActionCount";
|
|
306
|
+
/** @deprecated Use OperationalFields.RETRY_COUNT instead */
|
|
307
|
+
readonly LEGACY_RETRY_COUNT: "retryCount";
|
|
308
|
+
/** @deprecated Use OperationalFields.ACTION_PATTERN instead */
|
|
309
|
+
readonly LEGACY_ACTION_PATTERN: "actionPattern";
|
|
310
|
+
/** @deprecated Use OperationalFields.CONCURRENT_COUNT instead */
|
|
311
|
+
readonly LEGACY_CONCURRENT_COUNT: "concurrentCount";
|
|
312
|
+
/** @deprecated Use OperationalFields.TIMEOUT_MS instead */
|
|
313
|
+
readonly LEGACY_TIMEOUT: "timeout";
|
|
314
|
+
};
|
|
315
|
+
/**
|
|
316
|
+
* Testing and QA fields
|
|
317
|
+
* Fields specific to testing operations
|
|
318
|
+
*/
|
|
319
|
+
export declare const TestingFields: {
|
|
320
|
+
/** Whether the operation is a test */
|
|
321
|
+
readonly IS_TEST: "testing.isTest";
|
|
322
|
+
/** Test type (unit, integration, e2e) */
|
|
323
|
+
readonly TEST_TYPE: "testing.testType";
|
|
324
|
+
/** Test isolation status */
|
|
325
|
+
readonly TEST_ISOLATION: "testing.testIsolation";
|
|
326
|
+
/** Test cleanup status */
|
|
327
|
+
readonly HAS_CLEANUP: "testing.hasCleanup";
|
|
328
|
+
/** Execution time in ms */
|
|
329
|
+
readonly EXECUTION_TIME_MS: "testing.executionTimeMs";
|
|
330
|
+
/** Uses random wait (anti-pattern) */
|
|
331
|
+
readonly USES_RANDOM_WAIT: "testing.usesRandomWait";
|
|
332
|
+
/** Runs in parallel */
|
|
333
|
+
readonly RUNS_IN_PARALLEL: "testing.runsInParallel";
|
|
334
|
+
/** Parallel safe */
|
|
335
|
+
readonly PARALLEL_SAFE: "testing.parallelSafe";
|
|
336
|
+
/** Screenshot retention days */
|
|
337
|
+
readonly SCREENSHOT_RETENTION_DAYS: "testing.screenshotRetentionDays";
|
|
338
|
+
/** @deprecated Use TestingFields.IS_TEST instead */
|
|
339
|
+
readonly LEGACY_IS_TEST: "isTest";
|
|
340
|
+
/** @deprecated Use TestingFields.TEST_TYPE instead */
|
|
341
|
+
readonly LEGACY_TEST_TYPE: "testType";
|
|
342
|
+
/** @deprecated Use TestingFields.TEST_ISOLATION instead */
|
|
343
|
+
readonly LEGACY_TEST_ISOLATION: "testIsolation";
|
|
344
|
+
/** @deprecated Use TestingFields.HAS_CLEANUP instead */
|
|
345
|
+
readonly LEGACY_HAS_CLEANUP: "hasCleanup";
|
|
346
|
+
/** @deprecated Use TestingFields.EXECUTION_TIME_MS instead */
|
|
347
|
+
readonly LEGACY_EXECUTION_TIME_MS: "executionTimeMs";
|
|
348
|
+
/** @deprecated Use TestingFields.USES_RANDOM_WAIT instead */
|
|
349
|
+
readonly LEGACY_USES_RANDOM_WAIT: "usesRandomWait";
|
|
350
|
+
/** @deprecated Use TestingFields.RUNS_IN_PARALLEL instead */
|
|
351
|
+
readonly LEGACY_RUNS_IN_PARALLEL: "runsInParallel";
|
|
352
|
+
/** @deprecated Use TestingFields.PARALLEL_SAFE instead */
|
|
353
|
+
readonly LEGACY_PARALLEL_SAFE: "parallelSafe";
|
|
354
|
+
};
|
|
355
|
+
/**
|
|
356
|
+
* API and external service fields
|
|
357
|
+
* Fields related to API calls and external integrations
|
|
358
|
+
*/
|
|
359
|
+
export declare const ApiFields: {
|
|
360
|
+
/** API version */
|
|
361
|
+
readonly API_VERSION: "api.version";
|
|
362
|
+
/** Rate limit headers included */
|
|
363
|
+
readonly RATE_LIMIT_HEADERS_INCLUDED: "api.rateLimitHeadersIncluded";
|
|
364
|
+
/** Idempotency key */
|
|
365
|
+
readonly IDEMPOTENCY_KEY: "api.idempotencyKey";
|
|
366
|
+
/** Circuit breaker enabled */
|
|
367
|
+
readonly CIRCUIT_BREAKER_ENABLED: "api.circuitBreakerEnabled";
|
|
368
|
+
/** Retry policy defined */
|
|
369
|
+
readonly RETRY_POLICY: "api.retryPolicy";
|
|
370
|
+
/** Whether operation is idempotent */
|
|
371
|
+
readonly IS_IDEMPOTENT: "api.isIdempotent";
|
|
372
|
+
/** Provider name (stripe, azure-openai, etc.) */
|
|
373
|
+
readonly PROVIDER: "api.provider";
|
|
374
|
+
/** Respects rate limits */
|
|
375
|
+
readonly RESPECTS_RATE_LIMITS: "api.respectsRateLimits";
|
|
376
|
+
/** @deprecated Use ApiFields.API_VERSION instead */
|
|
377
|
+
readonly LEGACY_API_VERSION: "apiVersion";
|
|
378
|
+
/** @deprecated Use ApiFields.RATE_LIMIT_HEADERS_INCLUDED instead */
|
|
379
|
+
readonly LEGACY_RATE_LIMIT_HEADERS_INCLUDED: "rateLimitHeadersIncluded";
|
|
380
|
+
/** @deprecated Use ApiFields.IDEMPOTENCY_KEY instead */
|
|
381
|
+
readonly LEGACY_IDEMPOTENCY_KEY: "idempotencyKey";
|
|
382
|
+
/** @deprecated Use ApiFields.CIRCUIT_BREAKER_ENABLED instead */
|
|
383
|
+
readonly LEGACY_CIRCUIT_BREAKER_ENABLED: "circuitBreakerEnabled";
|
|
384
|
+
/** @deprecated Use ApiFields.RETRY_POLICY instead */
|
|
385
|
+
readonly LEGACY_RETRY_POLICY: "retryPolicy";
|
|
386
|
+
/** @deprecated Use ApiFields.IS_IDEMPOTENT instead */
|
|
387
|
+
readonly LEGACY_IS_IDEMPOTENT: "isIdempotent";
|
|
388
|
+
/** @deprecated Use ApiFields.PROVIDER instead */
|
|
389
|
+
readonly LEGACY_PROVIDER: "provider";
|
|
390
|
+
/** @deprecated Use ApiFields.RESPECTS_RATE_LIMITS instead */
|
|
391
|
+
readonly LEGACY_RESPECTS_RATE_LIMITS: "respectsRateLimits";
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* UX and communication fields
|
|
395
|
+
* Fields related to user experience
|
|
396
|
+
*/
|
|
397
|
+
export declare const UxFields: {
|
|
398
|
+
/** Response length in characters */
|
|
399
|
+
readonly RESPONSE_LENGTH: "ux.responseLength";
|
|
400
|
+
/** User type (technical, non_technical) */
|
|
401
|
+
readonly USER_TYPE: "ux.userType";
|
|
402
|
+
/** Technical term count */
|
|
403
|
+
readonly TECHNICAL_TERM_COUNT: "ux.technicalTermCount";
|
|
404
|
+
/** Recovery steps included */
|
|
405
|
+
readonly INCLUDES_RECOVERY_STEPS: "ux.includesRecoverySteps";
|
|
406
|
+
/** Confirmation required */
|
|
407
|
+
readonly CONFIRMATION_REQUIRED: "ux.confirmationRequired";
|
|
408
|
+
/** Estimated duration in ms */
|
|
409
|
+
readonly ESTIMATED_DURATION_MS: "ux.estimatedDurationMs";
|
|
410
|
+
/** Progress callback enabled */
|
|
411
|
+
readonly PROGRESS_CALLBACK_ENABLED: "ux.progressCallbackEnabled";
|
|
412
|
+
/** Undo supported */
|
|
413
|
+
readonly UNDO_SUPPORTED: "ux.undoSupported";
|
|
414
|
+
/** User initiated */
|
|
415
|
+
readonly USER_INITIATED: "ux.userInitiated";
|
|
416
|
+
/** Notifications in last hour */
|
|
417
|
+
readonly NOTIFICATIONS_LAST_HOUR: "ux.notificationsLastHour";
|
|
418
|
+
/** Prompts in last minute */
|
|
419
|
+
readonly PROMPTS_LAST_MINUTE: "ux.promptsLastMinute";
|
|
420
|
+
/** Loading indicator enabled */
|
|
421
|
+
readonly LOADING_INDICATOR_ENABLED: "ux.loadingIndicatorEnabled";
|
|
422
|
+
/** Timeout warning enabled */
|
|
423
|
+
readonly TIMEOUT_WARNING_ENABLED: "ux.timeoutWarningEnabled";
|
|
424
|
+
/** Alt text exists */
|
|
425
|
+
readonly ALT_TEXT: "ux.altText";
|
|
426
|
+
/** Contrast ratio met */
|
|
427
|
+
readonly CONTRAST_RATIO_MET: "ux.contrastRatioMet";
|
|
428
|
+
/** Keyboard accessible */
|
|
429
|
+
readonly KEYBOARD_ACCESSIBLE: "ux.keyboardAccessible";
|
|
430
|
+
/** Result count */
|
|
431
|
+
readonly RESULT_COUNT: "ux.resultCount";
|
|
432
|
+
/** Empty state message */
|
|
433
|
+
readonly EMPTY_STATE_MESSAGE: "ux.emptyStateMessage";
|
|
434
|
+
/** Is async operation */
|
|
435
|
+
readonly IS_ASYNC: "ux.isAsync";
|
|
436
|
+
/** Has timeout */
|
|
437
|
+
readonly HAS_TIMEOUT: "ux.hasTimeout";
|
|
438
|
+
/** Content type */
|
|
439
|
+
readonly CONTENT_TYPE: "ux.contentType";
|
|
440
|
+
/** Has color content */
|
|
441
|
+
readonly HAS_COLOR_CONTENT: "ux.hasColorContent";
|
|
442
|
+
/** @deprecated Use UxFields.RESPONSE_LENGTH instead */
|
|
443
|
+
readonly LEGACY_RESPONSE_LENGTH: "responseLength";
|
|
444
|
+
/** @deprecated Use UxFields.USER_TYPE instead */
|
|
445
|
+
readonly LEGACY_USER_TYPE: "userType";
|
|
446
|
+
/** @deprecated Use UxFields.TECHNICAL_TERM_COUNT instead */
|
|
447
|
+
readonly LEGACY_TECHNICAL_TERM_COUNT: "technicalTermCount";
|
|
448
|
+
/** @deprecated Use UxFields.INCLUDES_RECOVERY_STEPS instead */
|
|
449
|
+
readonly LEGACY_INCLUDES_RECOVERY_STEPS: "includesRecoverySteps";
|
|
450
|
+
/** @deprecated Use UxFields.CONFIRMATION_REQUIRED instead */
|
|
451
|
+
readonly LEGACY_CONFIRMATION_REQUIRED: "confirmationRequired";
|
|
452
|
+
/** @deprecated Use UxFields.ESTIMATED_DURATION_MS instead */
|
|
453
|
+
readonly LEGACY_ESTIMATED_DURATION_MS: "estimatedDurationMs";
|
|
454
|
+
/** @deprecated Use UxFields.PROGRESS_CALLBACK_ENABLED instead */
|
|
455
|
+
readonly LEGACY_PROGRESS_CALLBACK_ENABLED: "progressCallbackEnabled";
|
|
456
|
+
/** @deprecated Use UxFields.UNDO_SUPPORTED instead */
|
|
457
|
+
readonly LEGACY_UNDO_SUPPORTED: "undoSupported";
|
|
458
|
+
/** @deprecated Use UxFields.USER_INITIATED instead */
|
|
459
|
+
readonly LEGACY_USER_INITIATED: "userInitiated";
|
|
460
|
+
/** @deprecated Use UxFields.NOTIFICATIONS_LAST_HOUR instead */
|
|
461
|
+
readonly LEGACY_NOTIFICATIONS_LAST_HOUR: "notificationsLastHour";
|
|
462
|
+
/** @deprecated Use UxFields.IS_ASYNC instead */
|
|
463
|
+
readonly LEGACY_IS_ASYNC: "isAsync";
|
|
464
|
+
/** @deprecated Use UxFields.CONTENT_TYPE instead */
|
|
465
|
+
readonly LEGACY_CONTENT_TYPE: "contentType";
|
|
466
|
+
};
|
|
467
|
+
/**
|
|
468
|
+
* WebSocket and real-time fields
|
|
469
|
+
*/
|
|
470
|
+
export declare const WebSocketFields: {
|
|
471
|
+
/** WebSocket protocol */
|
|
472
|
+
readonly PROTOCOL: "websocket.protocol";
|
|
473
|
+
/** Message rate limit enabled */
|
|
474
|
+
readonly MESSAGE_RATE_LIMIT_ENABLED: "websocket.messageRateLimitEnabled";
|
|
475
|
+
/** Message type (text, binary) */
|
|
476
|
+
readonly MESSAGE_TYPE: "websocket.messageType";
|
|
477
|
+
/** Max message size */
|
|
478
|
+
readonly MAX_MESSAGE_SIZE: "websocket.maxMessageSize";
|
|
479
|
+
/** Heartbeat enabled */
|
|
480
|
+
readonly HEARTBEAT_ENABLED: "websocket.heartbeatEnabled";
|
|
481
|
+
/** Concurrent connections */
|
|
482
|
+
readonly CONCURRENT_CONNECTIONS: "websocket.concurrentConnections";
|
|
483
|
+
/** Message validation enabled */
|
|
484
|
+
readonly MESSAGE_VALIDATION: "websocket.messageValidation";
|
|
485
|
+
/** @deprecated Use WebSocketFields.MESSAGE_RATE_LIMIT_ENABLED instead */
|
|
486
|
+
readonly LEGACY_MESSAGE_RATE_LIMIT_ENABLED: "messageRateLimitEnabled";
|
|
487
|
+
/** @deprecated Use WebSocketFields.MAX_MESSAGE_SIZE instead */
|
|
488
|
+
readonly LEGACY_MAX_MESSAGE_SIZE: "maxMessageSize";
|
|
489
|
+
/** @deprecated Use WebSocketFields.HEARTBEAT_ENABLED instead */
|
|
490
|
+
readonly LEGACY_HEARTBEAT_ENABLED: "heartbeatEnabled";
|
|
491
|
+
/** @deprecated Use WebSocketFields.CONCURRENT_CONNECTIONS instead */
|
|
492
|
+
readonly LEGACY_CONCURRENT_CONNECTIONS: "concurrentConnections";
|
|
493
|
+
/** @deprecated Use WebSocketFields.MESSAGE_VALIDATION instead */
|
|
494
|
+
readonly LEGACY_MESSAGE_VALIDATION: "messageValidation";
|
|
495
|
+
};
|
|
496
|
+
/**
|
|
497
|
+
* ML/AI specific fields
|
|
498
|
+
*/
|
|
499
|
+
export declare const MlAiFields: {
|
|
500
|
+
/** OOM handling configured */
|
|
501
|
+
readonly OOM_HANDLING: "mlai.oomHandling";
|
|
502
|
+
/** Unload strategy defined */
|
|
503
|
+
readonly UNLOAD_STRATEGY: "mlai.unloadStrategy";
|
|
504
|
+
/** Inference batch size */
|
|
505
|
+
readonly BATCH_SIZE: "mlai.batchSize";
|
|
506
|
+
/** Content safety filter enabled */
|
|
507
|
+
readonly CONTENT_SAFETY_FILTER: "mlai.contentSafetyFilter";
|
|
508
|
+
/** GPU memory usage (0-1) */
|
|
509
|
+
readonly GPU_MEMORY_USAGE: "mlai.gpuMemoryUsage";
|
|
510
|
+
/** Model version */
|
|
511
|
+
readonly MODEL_VERSION: "mlai.modelVersion";
|
|
512
|
+
/** @deprecated Use MlAiFields.OOM_HANDLING instead */
|
|
513
|
+
readonly LEGACY_OOM_HANDLING: "oomHandling";
|
|
514
|
+
/** @deprecated Use MlAiFields.UNLOAD_STRATEGY instead */
|
|
515
|
+
readonly LEGACY_UNLOAD_STRATEGY: "unloadStrategy";
|
|
516
|
+
/** @deprecated Use MlAiFields.BATCH_SIZE instead */
|
|
517
|
+
readonly LEGACY_BATCH_SIZE: "batchSize";
|
|
518
|
+
/** @deprecated Use MlAiFields.CONTENT_SAFETY_FILTER instead */
|
|
519
|
+
readonly LEGACY_CONTENT_SAFETY_FILTER: "contentSafetyFilter";
|
|
520
|
+
/** @deprecated Use MlAiFields.GPU_MEMORY_USAGE instead */
|
|
521
|
+
readonly LEGACY_GPU_MEMORY_USAGE: "gpuMemoryUsage";
|
|
522
|
+
/** @deprecated Use MlAiFields.MODEL_VERSION instead */
|
|
523
|
+
readonly LEGACY_MODEL_VERSION: "modelVersion";
|
|
524
|
+
};
|
|
525
|
+
/**
|
|
526
|
+
* Framework-specific fields (Flask, Azure, etc.)
|
|
527
|
+
*/
|
|
528
|
+
export declare const FrameworkFields: {
|
|
529
|
+
/** Flask debug mode enabled */
|
|
530
|
+
readonly FLASK_DEBUG_ENABLED: "flask.debugEnabled";
|
|
531
|
+
/** CORS origins setting */
|
|
532
|
+
readonly CORS_ORIGINS: "flask.corsOrigins";
|
|
533
|
+
/** Max content length */
|
|
534
|
+
readonly MAX_CONTENT_LENGTH: "flask.maxContentLength";
|
|
535
|
+
/** Secret key strength */
|
|
536
|
+
readonly SECRET_KEY_STRENGTH: "flask.secretKeyStrength";
|
|
537
|
+
/** Jinja auto escape enabled */
|
|
538
|
+
readonly JINJA_AUTO_ESCAPE: "flask.jinjaAutoEscape";
|
|
539
|
+
/** HTTPS enforced */
|
|
540
|
+
readonly HTTPS_ENFORCED: "flask.httpsEnforced";
|
|
541
|
+
/** Session cookie secure */
|
|
542
|
+
readonly SESSION_COOKIE_SECURE: "flask.sessionCookieSecure";
|
|
543
|
+
/** Azure database type (cosmos-db) */
|
|
544
|
+
readonly DATABASE: "azure.database";
|
|
545
|
+
/** RU usage percent */
|
|
546
|
+
readonly RU_USAGE_PERCENT: "azure.ruUsagePercent";
|
|
547
|
+
/** Uses connection string */
|
|
548
|
+
readonly USES_CONNECTION_STRING: "azure.usesConnectionString";
|
|
549
|
+
/** App Insights enabled */
|
|
550
|
+
readonly APP_INSIGHTS_ENABLED: "azure.appInsightsEnabled";
|
|
551
|
+
/** Partition key optimized */
|
|
552
|
+
readonly PARTITION_KEY_OPTIMIZED: "azure.partitionKeyOptimized";
|
|
553
|
+
/** CORS configured */
|
|
554
|
+
readonly CORS_CONFIGURED: "azure.corsConfigured";
|
|
555
|
+
/** @deprecated Use FrameworkFields.FLASK_DEBUG_ENABLED instead */
|
|
556
|
+
readonly LEGACY_FLASK_DEBUG_ENABLED: "flaskDebugEnabled";
|
|
557
|
+
/** @deprecated Use FrameworkFields.CORS_ORIGINS instead */
|
|
558
|
+
readonly LEGACY_CORS_ORIGINS: "corsOrigins";
|
|
559
|
+
/** @deprecated Use FrameworkFields.MAX_CONTENT_LENGTH instead */
|
|
560
|
+
readonly LEGACY_MAX_CONTENT_LENGTH: "maxContentLength";
|
|
561
|
+
/** @deprecated Use FrameworkFields.SECRET_KEY_STRENGTH instead */
|
|
562
|
+
readonly LEGACY_SECRET_KEY_STRENGTH: "secretKeyStrength";
|
|
563
|
+
/** @deprecated Use FrameworkFields.JINJA_AUTO_ESCAPE instead */
|
|
564
|
+
readonly LEGACY_JINJA_AUTO_ESCAPE: "jinjaAutoEscape";
|
|
565
|
+
/** @deprecated Use FrameworkFields.HTTPS_ENFORCED instead */
|
|
566
|
+
readonly LEGACY_HTTPS_ENFORCED: "httpsEnforced";
|
|
567
|
+
/** @deprecated Use FrameworkFields.SESSION_COOKIE_SECURE instead */
|
|
568
|
+
readonly LEGACY_SESSION_COOKIE_SECURE: "sessionCookieSecure";
|
|
569
|
+
/** @deprecated Use FrameworkFields.DATABASE instead */
|
|
570
|
+
readonly LEGACY_DATABASE: "database";
|
|
571
|
+
/** @deprecated Use FrameworkFields.RU_USAGE_PERCENT instead */
|
|
572
|
+
readonly LEGACY_RU_USAGE_PERCENT: "ruUsagePercent";
|
|
573
|
+
/** @deprecated Use FrameworkFields.USES_CONNECTION_STRING instead */
|
|
574
|
+
readonly LEGACY_USES_CONNECTION_STRING: "usesConnectionString";
|
|
575
|
+
/** @deprecated Use FrameworkFields.APP_INSIGHTS_ENABLED instead */
|
|
576
|
+
readonly LEGACY_APP_INSIGHTS_ENABLED: "appInsightsEnabled";
|
|
577
|
+
/** @deprecated Use FrameworkFields.PARTITION_KEY_OPTIMIZED instead */
|
|
578
|
+
readonly LEGACY_PARTITION_KEY_OPTIMIZED: "partitionKeyOptimized";
|
|
579
|
+
/** @deprecated Use FrameworkFields.CORS_CONFIGURED instead */
|
|
580
|
+
readonly LEGACY_CORS_CONFIGURED: "corsConfigured";
|
|
581
|
+
};
|
|
582
|
+
/** All standard field paths as a union type */
|
|
583
|
+
export type StandardFieldPath = typeof ActionFields[keyof typeof ActionFields] | typeof EnvironmentFields[keyof typeof EnvironmentFields] | typeof UserFields[keyof typeof UserFields] | typeof DataFields[keyof typeof DataFields] | typeof OperationFields[keyof typeof OperationFields] | typeof SecurityFields[keyof typeof SecurityFields] | typeof ComplianceFields[keyof typeof ComplianceFields] | typeof OperationalFields[keyof typeof OperationalFields] | typeof TestingFields[keyof typeof TestingFields] | typeof ApiFields[keyof typeof ApiFields] | typeof UxFields[keyof typeof UxFields] | typeof WebSocketFields[keyof typeof WebSocketFields] | typeof MlAiFields[keyof typeof MlAiFields] | typeof FrameworkFields[keyof typeof FrameworkFields];
|
|
584
|
+
/** Field category names */
|
|
585
|
+
export type FieldCategory = 'action' | 'context' | 'data' | 'operation' | 'security' | 'compliance' | 'operational' | 'testing' | 'api' | 'ux' | 'websocket' | 'mlai' | 'flask' | 'azure' | 'css';
|
|
586
|
+
/**
|
|
587
|
+
* Mapping from legacy field names to standard field paths
|
|
588
|
+
* Used for migration and backward compatibility
|
|
589
|
+
*/
|
|
590
|
+
export declare const LegacyFieldMappings: Record<string, string>;
|
|
591
|
+
/**
|
|
592
|
+
* Field validation result
|
|
593
|
+
*/
|
|
594
|
+
export interface FieldValidationResult {
|
|
595
|
+
/** Whether the field is valid (known) */
|
|
596
|
+
valid: boolean;
|
|
597
|
+
/** Whether this is a legacy field that should be migrated */
|
|
598
|
+
isLegacy: boolean;
|
|
599
|
+
/** The standard field path to use (if migrating from legacy) */
|
|
600
|
+
standardPath?: string;
|
|
601
|
+
/** Warning message if applicable */
|
|
602
|
+
warning?: string;
|
|
603
|
+
/** Suggestion for unknown fields */
|
|
604
|
+
suggestion?: string;
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Validate a field name and provide migration guidance
|
|
608
|
+
*
|
|
609
|
+
* @param field - The field name to validate
|
|
610
|
+
* @returns Validation result with migration guidance
|
|
611
|
+
*/
|
|
612
|
+
export declare function validateFieldName(field: string): FieldValidationResult;
|
|
613
|
+
/**
|
|
614
|
+
* Validate all fields in a rule's conditions
|
|
615
|
+
*
|
|
616
|
+
* @param conditions - Array of rule conditions to validate
|
|
617
|
+
* @returns Array of validation results for each condition
|
|
618
|
+
*/
|
|
619
|
+
export declare function validateRuleConditions(conditions: Array<{
|
|
620
|
+
field: string;
|
|
621
|
+
}>): FieldValidationResult[];
|
|
622
|
+
/**
|
|
623
|
+
* Get all legacy field warnings for a set of rules
|
|
624
|
+
*
|
|
625
|
+
* @param rules - Array of rules to check
|
|
626
|
+
* @returns Array of warnings about legacy field usage
|
|
627
|
+
*/
|
|
628
|
+
export declare function getLegacyFieldWarnings(rules: Array<{
|
|
629
|
+
id: string;
|
|
630
|
+
conditions: Array<{
|
|
631
|
+
field: string;
|
|
632
|
+
}>;
|
|
633
|
+
}>): Array<{
|
|
634
|
+
ruleId: string;
|
|
635
|
+
field: string;
|
|
636
|
+
warning: string;
|
|
637
|
+
standardPath: string;
|
|
638
|
+
}>;
|
|
639
|
+
/**
|
|
640
|
+
* Convert a legacy field name to its standard path
|
|
641
|
+
*
|
|
642
|
+
* @param legacyField - The legacy field name
|
|
643
|
+
* @returns The standard field path, or the original if not found
|
|
644
|
+
*/
|
|
645
|
+
export declare function toStandardFieldPath(legacyField: string): string;
|
|
646
|
+
/**
|
|
647
|
+
* All field constants organized by category
|
|
648
|
+
*/
|
|
649
|
+
export declare const Fields: {
|
|
650
|
+
readonly Action: {
|
|
651
|
+
/** The name/identifier of the action (e.g., 'deploy', 'export', 'webhook') */
|
|
652
|
+
readonly NAME: "action.name";
|
|
653
|
+
/** The category of action (data_access, data_modification, etc.) */
|
|
654
|
+
readonly CATEGORY: "action.category";
|
|
655
|
+
/** Action parameters object */
|
|
656
|
+
readonly PARAMETERS: "action.parameters";
|
|
657
|
+
/** Action metadata */
|
|
658
|
+
readonly METADATA: "action.metadata";
|
|
659
|
+
/** Description of the action */
|
|
660
|
+
readonly DESCRIPTION: "action.description";
|
|
661
|
+
/** @deprecated Use ActionFields.NAME instead */
|
|
662
|
+
readonly LEGACY_ACTION_NAME: "actionName";
|
|
663
|
+
/** @deprecated Use ActionFields.CATEGORY instead */
|
|
664
|
+
readonly LEGACY_ACTION_CATEGORY: "actionCategory";
|
|
665
|
+
};
|
|
666
|
+
readonly Environment: {
|
|
667
|
+
/** The deployment environment (development, staging, production) */
|
|
668
|
+
readonly ENVIRONMENT: "context.environment";
|
|
669
|
+
/** The platform/framework (flask, azure-functions, etc.) */
|
|
670
|
+
readonly PLATFORM: "context.platform";
|
|
671
|
+
/** The framework in use */
|
|
672
|
+
readonly FRAMEWORK: "context.framework";
|
|
673
|
+
/** @deprecated Use EnvironmentFields.ENVIRONMENT instead */
|
|
674
|
+
readonly LEGACY_ENVIRONMENT: "environment";
|
|
675
|
+
/** @deprecated Use EnvironmentFields.PLATFORM instead */
|
|
676
|
+
readonly LEGACY_PLATFORM: "platform";
|
|
677
|
+
/** @deprecated Use EnvironmentFields.FRAMEWORK instead */
|
|
678
|
+
readonly LEGACY_FRAMEWORK: "framework";
|
|
679
|
+
};
|
|
680
|
+
readonly User: {
|
|
681
|
+
/** User's unique identifier */
|
|
682
|
+
readonly USER_ID: "context.userId";
|
|
683
|
+
/** User's role (admin, data_officer, etc.) */
|
|
684
|
+
readonly USER_ROLE: "context.userRole";
|
|
685
|
+
/** Agent's unique identifier */
|
|
686
|
+
readonly AGENT_ID: "context.agentId";
|
|
687
|
+
/** Agent's type classification */
|
|
688
|
+
readonly AGENT_TYPE: "context.agentType";
|
|
689
|
+
/** Session identifier */
|
|
690
|
+
readonly SESSION_ID: "context.sessionId";
|
|
691
|
+
/** Organization identifier */
|
|
692
|
+
readonly ORG_ID: "context.organizationId";
|
|
693
|
+
/** Department within organization */
|
|
694
|
+
readonly DEPARTMENT: "context.department";
|
|
695
|
+
/** @deprecated Use UserFields.USER_ID instead */
|
|
696
|
+
readonly LEGACY_USER_ID: "userId";
|
|
697
|
+
/** @deprecated Use UserFields.USER_ROLE instead */
|
|
698
|
+
readonly LEGACY_USER_ROLE: "userRole";
|
|
699
|
+
/** @deprecated Use UserFields.AGENT_ID instead */
|
|
700
|
+
readonly LEGACY_AGENT_ID: "agentId";
|
|
701
|
+
/** @deprecated Use UserFields.SESSION_ID instead */
|
|
702
|
+
readonly LEGACY_SESSION_ID: "sessionId";
|
|
703
|
+
};
|
|
704
|
+
readonly Data: {
|
|
705
|
+
/** Data classification level (public, internal, confidential, restricted) */
|
|
706
|
+
readonly CLASSIFICATION: "data.classification";
|
|
707
|
+
/** Type of data (phi, cardholder, pan, cvv, pii, etc.) */
|
|
708
|
+
readonly TYPE: "data.type";
|
|
709
|
+
/** Whether data contains PII */
|
|
710
|
+
readonly CONTAINS_PII: "data.containsPii";
|
|
711
|
+
/** Number of records affected */
|
|
712
|
+
readonly RECORD_COUNT: "data.recordCount";
|
|
713
|
+
/** Size of data in bytes */
|
|
714
|
+
readonly SIZE: "data.size";
|
|
715
|
+
/** Data retention exceeded flag */
|
|
716
|
+
readonly RETENTION_EXCEEDED: "data.retentionExceeded";
|
|
717
|
+
/** Storage type (localStorage, sessionStorage, indexedDB) */
|
|
718
|
+
readonly STORAGE_TYPE: "data.storageType";
|
|
719
|
+
/** @deprecated Use DataFields.CLASSIFICATION instead */
|
|
720
|
+
readonly LEGACY_DATA_CLASSIFICATION: "dataClassification";
|
|
721
|
+
/** @deprecated Use DataFields.TYPE instead */
|
|
722
|
+
readonly LEGACY_DATA_TYPE: "dataType";
|
|
723
|
+
/** @deprecated Use DataFields.CONTAINS_PII instead */
|
|
724
|
+
readonly LEGACY_DATA_CONTAINS_PII: "dataContainsPII";
|
|
725
|
+
/** @deprecated Use DataFields.RECORD_COUNT instead */
|
|
726
|
+
readonly LEGACY_RECORD_COUNT: "recordCount";
|
|
727
|
+
/** @deprecated Use DataFields.RETENTION_EXCEEDED instead */
|
|
728
|
+
readonly LEGACY_DATA_RETENTION_EXCEEDED: "dataRetentionExceeded";
|
|
729
|
+
/** @deprecated Use DataFields.STORAGE_TYPE instead */
|
|
730
|
+
readonly LEGACY_STORAGE_TYPE: "storageType";
|
|
731
|
+
};
|
|
732
|
+
readonly Operation: {
|
|
733
|
+
/** The operation type (read, write, delete, upload, etc.) */
|
|
734
|
+
readonly OPERATION: "operation.type";
|
|
735
|
+
/** HTTP method for API calls */
|
|
736
|
+
readonly HTTP_METHOD: "operation.httpMethod";
|
|
737
|
+
/** Protocol being used (https, websocket, etc.) */
|
|
738
|
+
readonly PROTOCOL: "operation.protocol";
|
|
739
|
+
/** File path for file system operations */
|
|
740
|
+
readonly FILE_PATH: "operation.filePath";
|
|
741
|
+
/** Query string for data access */
|
|
742
|
+
readonly QUERY: "operation.query";
|
|
743
|
+
/** Request type */
|
|
744
|
+
readonly REQUEST_TYPE: "operation.requestType";
|
|
745
|
+
/** Target role for authorization operations */
|
|
746
|
+
readonly TARGET_ROLE: "operation.targetRole";
|
|
747
|
+
/** Destination region for data transfers */
|
|
748
|
+
readonly DESTINATION_REGION: "operation.destinationRegion";
|
|
749
|
+
/** @deprecated Use OperationFields.OPERATION instead */
|
|
750
|
+
readonly LEGACY_OPERATION: "operation";
|
|
751
|
+
/** @deprecated Use OperationFields.HTTP_METHOD instead */
|
|
752
|
+
readonly LEGACY_HTTP_METHOD: "httpMethod";
|
|
753
|
+
/** @deprecated Use OperationFields.PROTOCOL instead */
|
|
754
|
+
readonly LEGACY_PROTOCOL: "protocol";
|
|
755
|
+
/** @deprecated Use OperationFields.FILE_PATH instead */
|
|
756
|
+
readonly LEGACY_FILE_PATH: "filePath";
|
|
757
|
+
/** @deprecated Use OperationFields.QUERY instead */
|
|
758
|
+
readonly LEGACY_QUERY: "query";
|
|
759
|
+
/** @deprecated Use OperationFields.REQUEST_TYPE instead */
|
|
760
|
+
readonly LEGACY_REQUEST_TYPE: "requestType";
|
|
761
|
+
/** @deprecated Use OperationFields.TARGET_ROLE instead */
|
|
762
|
+
readonly LEGACY_TARGET_ROLE: "targetRole";
|
|
763
|
+
/** @deprecated Use OperationFields.DESTINATION_REGION instead */
|
|
764
|
+
readonly LEGACY_DESTINATION_REGION: "destinationRegion";
|
|
765
|
+
};
|
|
766
|
+
readonly Security: {
|
|
767
|
+
/** Authentication token present */
|
|
768
|
+
readonly AUTH_TOKEN: "security.authToken";
|
|
769
|
+
/** Whether the request is authenticated */
|
|
770
|
+
readonly AUTHENTICATED: "security.authenticated";
|
|
771
|
+
/** Whether code has been validated */
|
|
772
|
+
readonly CODE_VALIDATED: "security.codeValidated";
|
|
773
|
+
/** Whether request is sandboxed */
|
|
774
|
+
readonly SANDBOXED: "security.sandboxed";
|
|
775
|
+
/** Whether host is whitelisted */
|
|
776
|
+
readonly HOST_WHITELISTED: "security.hostWhitelisted";
|
|
777
|
+
/** Whether encryption is enabled */
|
|
778
|
+
readonly ENCRYPTION_ENABLED: "security.encryptionEnabled";
|
|
779
|
+
/** Session anomaly score (0-1) */
|
|
780
|
+
readonly SESSION_ANOMALY_SCORE: "security.sessionAnomalyScore";
|
|
781
|
+
/** Webhook signature validation status */
|
|
782
|
+
readonly SIGNATURE_VALIDATED: "security.signatureValidated";
|
|
783
|
+
/** Input validation status */
|
|
784
|
+
readonly INPUT_VALIDATED: "security.inputValidated";
|
|
785
|
+
/** File validation status */
|
|
786
|
+
readonly FILE_VALIDATED: "security.fileValidated";
|
|
787
|
+
/** Whether TLS is enabled */
|
|
788
|
+
readonly TLS_ENABLED: "security.tlsEnabled";
|
|
789
|
+
/** @deprecated Use SecurityFields.AUTH_TOKEN instead */
|
|
790
|
+
readonly LEGACY_AUTH_TOKEN: "authToken";
|
|
791
|
+
/** @deprecated Use SecurityFields.AUTHENTICATED instead */
|
|
792
|
+
readonly LEGACY_AUTHENTICATED: "authenticated";
|
|
793
|
+
/** @deprecated Use SecurityFields.CODE_VALIDATED instead */
|
|
794
|
+
readonly LEGACY_CODE_VALIDATED: "codeValidated";
|
|
795
|
+
/** @deprecated Use SecurityFields.SANDBOXED instead */
|
|
796
|
+
readonly LEGACY_SANDBOXED: "sandboxed";
|
|
797
|
+
/** @deprecated Use SecurityFields.HOST_WHITELISTED instead */
|
|
798
|
+
readonly LEGACY_HOST_WHITELISTED: "hostWhitelisted";
|
|
799
|
+
/** @deprecated Use SecurityFields.ENCRYPTION_ENABLED instead */
|
|
800
|
+
readonly LEGACY_ENCRYPTION_ENABLED: "encryptionEnabled";
|
|
801
|
+
/** @deprecated Use SecurityFields.SESSION_ANOMALY_SCORE instead */
|
|
802
|
+
readonly LEGACY_SESSION_ANOMALY_SCORE: "sessionAnomalyScore";
|
|
803
|
+
/** @deprecated Use SecurityFields.SIGNATURE_VALIDATED instead */
|
|
804
|
+
readonly LEGACY_SIGNATURE_VALIDATED: "signatureValidated";
|
|
805
|
+
/** @deprecated Use SecurityFields.INPUT_VALIDATED instead */
|
|
806
|
+
readonly LEGACY_INPUT_VALIDATION: "inputValidation";
|
|
807
|
+
/** @deprecated Use SecurityFields.FILE_VALIDATED instead */
|
|
808
|
+
readonly LEGACY_FILE_VALIDATION: "fileValidation";
|
|
809
|
+
/** @deprecated Use SecurityFields.TLS_ENABLED instead */
|
|
810
|
+
readonly LEGACY_TLS_ENABLED: "tlsEnabled";
|
|
811
|
+
};
|
|
812
|
+
readonly Compliance: {
|
|
813
|
+
/** Verification completed status */
|
|
814
|
+
readonly VERIFICATION_COMPLETED: "compliance.verificationCompleted";
|
|
815
|
+
/** Processing basis (consent, legitimate_interest, etc.) */
|
|
816
|
+
readonly PROCESSING_BASIS: "compliance.processingBasis";
|
|
817
|
+
/** Consent validity status */
|
|
818
|
+
readonly CONSENT_VALID: "compliance.consentValid";
|
|
819
|
+
/** Whether data is masked */
|
|
820
|
+
readonly DATA_MASKED: "compliance.dataMasked";
|
|
821
|
+
/** Business justification provided */
|
|
822
|
+
readonly BUSINESS_JUSTIFICATION: "compliance.businessJustification";
|
|
823
|
+
/** Number of fields requested */
|
|
824
|
+
readonly FIELDS_REQUESTED: "compliance.fieldsRequested";
|
|
825
|
+
/** Initiator ID for segregation of duties */
|
|
826
|
+
readonly INITIATOR_ID: "compliance.initiatorId";
|
|
827
|
+
/** Whether account requirements are validated */
|
|
828
|
+
readonly ACCOUNT_REQUIREMENTS_VALIDATED: "compliance.accountRequirementsValidated";
|
|
829
|
+
/** SCA enabled for EU payments */
|
|
830
|
+
readonly SCA_ENABLED: "compliance.scaEnabled";
|
|
831
|
+
/** Customer region */
|
|
832
|
+
readonly CUSTOMER_REGION: "compliance.customerRegion";
|
|
833
|
+
/** @deprecated Use ComplianceFields.VERIFICATION_COMPLETED instead */
|
|
834
|
+
readonly LEGACY_VERIFICATION_COMPLETED: "verificationCompleted";
|
|
835
|
+
/** @deprecated Use ComplianceFields.PROCESSING_BASIS instead */
|
|
836
|
+
readonly LEGACY_PROCESSING_BASIS: "processingBasis";
|
|
837
|
+
/** @deprecated Use ComplianceFields.CONSENT_VALID instead */
|
|
838
|
+
readonly LEGACY_CONSENT_VALID: "consentValid";
|
|
839
|
+
/** @deprecated Use ComplianceFields.DATA_MASKED instead */
|
|
840
|
+
readonly LEGACY_MASKED: "masked";
|
|
841
|
+
/** @deprecated Use ComplianceFields.BUSINESS_JUSTIFICATION instead */
|
|
842
|
+
readonly LEGACY_BUSINESS_JUSTIFICATION: "businessJustification";
|
|
843
|
+
/** @deprecated Use ComplianceFields.FIELDS_REQUESTED instead */
|
|
844
|
+
readonly LEGACY_FIELDS_REQUESTED: "fieldsRequested";
|
|
845
|
+
/** @deprecated Use ComplianceFields.INITIATOR_ID instead */
|
|
846
|
+
readonly LEGACY_INITIATOR_ID: "initiatorId";
|
|
847
|
+
/** @deprecated Use ComplianceFields.ACCOUNT_REQUIREMENTS_VALIDATED instead */
|
|
848
|
+
readonly LEGACY_ACCOUNT_REQUIREMENTS_VALIDATED: "accountRequirementsValidated";
|
|
849
|
+
/** @deprecated Use ComplianceFields.SCA_ENABLED instead */
|
|
850
|
+
readonly LEGACY_SCA_ENABLED: "scaEnabled";
|
|
851
|
+
/** @deprecated Use ComplianceFields.CUSTOMER_REGION instead */
|
|
852
|
+
readonly LEGACY_CUSTOMER_REGION: "customerRegion";
|
|
853
|
+
};
|
|
854
|
+
readonly Operational: {
|
|
855
|
+
/** Estimated cost of operation */
|
|
856
|
+
readonly ESTIMATED_COST: "operational.estimatedCost";
|
|
857
|
+
/** Resource cost in dollars */
|
|
858
|
+
readonly RESOURCE_COST: "operational.resourceCost";
|
|
859
|
+
/** Estimated memory usage in MB */
|
|
860
|
+
readonly ESTIMATED_MEMORY_MB: "operational.estimatedMemoryMb";
|
|
861
|
+
/** Token count for LLM operations */
|
|
862
|
+
readonly TOKEN_COUNT: "operational.tokenCount";
|
|
863
|
+
/** Daily spend amount */
|
|
864
|
+
readonly DAILY_SPEND: "operational.dailySpend";
|
|
865
|
+
/** Budget override approved */
|
|
866
|
+
readonly BUDGET_OVERRIDE_APPROVED: "operational.budgetOverrideApproved";
|
|
867
|
+
/** Deployment window status */
|
|
868
|
+
readonly DEPLOYMENT_WINDOW_OPEN: "operational.deploymentWindowOpen";
|
|
869
|
+
/** Rollback plan defined */
|
|
870
|
+
readonly ROLLBACK_PLAN_DEFINED: "operational.rollbackPlanDefined";
|
|
871
|
+
/** Change freeze active */
|
|
872
|
+
readonly CHANGE_FREEZE_ACTIVE: "operational.changeFreezeActive";
|
|
873
|
+
/** Maintenance window active */
|
|
874
|
+
readonly MAINTENANCE_WINDOW_ACTIVE: "operational.maintenanceWindowActive";
|
|
875
|
+
/** Backup verified */
|
|
876
|
+
readonly BACKUP_VERIFIED: "operational.backupVerified";
|
|
877
|
+
/** Incident severity */
|
|
878
|
+
readonly INCIDENT_SEVERITY: "operational.incidentSeverity";
|
|
879
|
+
/** Session action count */
|
|
880
|
+
readonly SESSION_ACTION_COUNT: "operational.sessionActionCount";
|
|
881
|
+
/** Retry count */
|
|
882
|
+
readonly RETRY_COUNT: "operational.retryCount";
|
|
883
|
+
/** Action pattern (loop detection) */
|
|
884
|
+
readonly ACTION_PATTERN: "operational.actionPattern";
|
|
885
|
+
/** Concurrent count */
|
|
886
|
+
readonly CONCURRENT_COUNT: "operational.concurrentCount";
|
|
887
|
+
/** Operation type */
|
|
888
|
+
readonly OPERATION_TYPE: "operational.operationType";
|
|
889
|
+
/** Timeout configuration in ms */
|
|
890
|
+
readonly TIMEOUT_MS: "operational.timeoutMs";
|
|
891
|
+
/** @deprecated Use OperationalFields.ESTIMATED_COST instead */
|
|
892
|
+
readonly LEGACY_ESTIMATED_COST: "estimatedCost";
|
|
893
|
+
/** @deprecated Use OperationalFields.RESOURCE_COST instead */
|
|
894
|
+
readonly LEGACY_RESOURCE_COST: "resourceCost";
|
|
895
|
+
/** @deprecated Use OperationalFields.ESTIMATED_MEMORY_MB instead */
|
|
896
|
+
readonly LEGACY_ESTIMATED_MEMORY_MB: "estimatedMemoryMb";
|
|
897
|
+
/** @deprecated Use OperationalFields.TOKEN_COUNT instead */
|
|
898
|
+
readonly LEGACY_TOKEN_COUNT: "tokenCount";
|
|
899
|
+
/** @deprecated Use OperationalFields.DAILY_SPEND instead */
|
|
900
|
+
readonly LEGACY_DAILY_SPEND: "dailySpend";
|
|
901
|
+
/** @deprecated Use OperationalFields.DEPLOYMENT_WINDOW_OPEN instead */
|
|
902
|
+
readonly LEGACY_DEPLOYMENT_WINDOW_OPEN: "deploymentWindowOpen";
|
|
903
|
+
/** @deprecated Use OperationalFields.ROLLBACK_PLAN_DEFINED instead */
|
|
904
|
+
readonly LEGACY_ROLLBACK_PLAN_DEFINED: "rollbackPlanDefined";
|
|
905
|
+
/** @deprecated Use OperationalFields.CHANGE_FREEZE_ACTIVE instead */
|
|
906
|
+
readonly LEGACY_CHANGE_FREEZE_ACTIVE: "changeFreezeActive";
|
|
907
|
+
/** @deprecated Use OperationalFields.MAINTENANCE_WINDOW_ACTIVE instead */
|
|
908
|
+
readonly LEGACY_MAINTENANCE_WINDOW_ACTIVE: "maintenanceWindowActive";
|
|
909
|
+
/** @deprecated Use OperationalFields.BACKUP_VERIFIED instead */
|
|
910
|
+
readonly LEGACY_BACKUP_VERIFIED: "backupVerified";
|
|
911
|
+
/** @deprecated Use OperationalFields.INCIDENT_SEVERITY instead */
|
|
912
|
+
readonly LEGACY_INCIDENT_SEVERITY: "incidentSeverity";
|
|
913
|
+
/** @deprecated Use OperationalFields.SESSION_ACTION_COUNT instead */
|
|
914
|
+
readonly LEGACY_SESSION_ACTION_COUNT: "sessionActionCount";
|
|
915
|
+
/** @deprecated Use OperationalFields.RETRY_COUNT instead */
|
|
916
|
+
readonly LEGACY_RETRY_COUNT: "retryCount";
|
|
917
|
+
/** @deprecated Use OperationalFields.ACTION_PATTERN instead */
|
|
918
|
+
readonly LEGACY_ACTION_PATTERN: "actionPattern";
|
|
919
|
+
/** @deprecated Use OperationalFields.CONCURRENT_COUNT instead */
|
|
920
|
+
readonly LEGACY_CONCURRENT_COUNT: "concurrentCount";
|
|
921
|
+
/** @deprecated Use OperationalFields.TIMEOUT_MS instead */
|
|
922
|
+
readonly LEGACY_TIMEOUT: "timeout";
|
|
923
|
+
};
|
|
924
|
+
readonly Testing: {
|
|
925
|
+
/** Whether the operation is a test */
|
|
926
|
+
readonly IS_TEST: "testing.isTest";
|
|
927
|
+
/** Test type (unit, integration, e2e) */
|
|
928
|
+
readonly TEST_TYPE: "testing.testType";
|
|
929
|
+
/** Test isolation status */
|
|
930
|
+
readonly TEST_ISOLATION: "testing.testIsolation";
|
|
931
|
+
/** Test cleanup status */
|
|
932
|
+
readonly HAS_CLEANUP: "testing.hasCleanup";
|
|
933
|
+
/** Execution time in ms */
|
|
934
|
+
readonly EXECUTION_TIME_MS: "testing.executionTimeMs";
|
|
935
|
+
/** Uses random wait (anti-pattern) */
|
|
936
|
+
readonly USES_RANDOM_WAIT: "testing.usesRandomWait";
|
|
937
|
+
/** Runs in parallel */
|
|
938
|
+
readonly RUNS_IN_PARALLEL: "testing.runsInParallel";
|
|
939
|
+
/** Parallel safe */
|
|
940
|
+
readonly PARALLEL_SAFE: "testing.parallelSafe";
|
|
941
|
+
/** Screenshot retention days */
|
|
942
|
+
readonly SCREENSHOT_RETENTION_DAYS: "testing.screenshotRetentionDays";
|
|
943
|
+
/** @deprecated Use TestingFields.IS_TEST instead */
|
|
944
|
+
readonly LEGACY_IS_TEST: "isTest";
|
|
945
|
+
/** @deprecated Use TestingFields.TEST_TYPE instead */
|
|
946
|
+
readonly LEGACY_TEST_TYPE: "testType";
|
|
947
|
+
/** @deprecated Use TestingFields.TEST_ISOLATION instead */
|
|
948
|
+
readonly LEGACY_TEST_ISOLATION: "testIsolation";
|
|
949
|
+
/** @deprecated Use TestingFields.HAS_CLEANUP instead */
|
|
950
|
+
readonly LEGACY_HAS_CLEANUP: "hasCleanup";
|
|
951
|
+
/** @deprecated Use TestingFields.EXECUTION_TIME_MS instead */
|
|
952
|
+
readonly LEGACY_EXECUTION_TIME_MS: "executionTimeMs";
|
|
953
|
+
/** @deprecated Use TestingFields.USES_RANDOM_WAIT instead */
|
|
954
|
+
readonly LEGACY_USES_RANDOM_WAIT: "usesRandomWait";
|
|
955
|
+
/** @deprecated Use TestingFields.RUNS_IN_PARALLEL instead */
|
|
956
|
+
readonly LEGACY_RUNS_IN_PARALLEL: "runsInParallel";
|
|
957
|
+
/** @deprecated Use TestingFields.PARALLEL_SAFE instead */
|
|
958
|
+
readonly LEGACY_PARALLEL_SAFE: "parallelSafe";
|
|
959
|
+
};
|
|
960
|
+
readonly Api: {
|
|
961
|
+
/** API version */
|
|
962
|
+
readonly API_VERSION: "api.version";
|
|
963
|
+
/** Rate limit headers included */
|
|
964
|
+
readonly RATE_LIMIT_HEADERS_INCLUDED: "api.rateLimitHeadersIncluded";
|
|
965
|
+
/** Idempotency key */
|
|
966
|
+
readonly IDEMPOTENCY_KEY: "api.idempotencyKey";
|
|
967
|
+
/** Circuit breaker enabled */
|
|
968
|
+
readonly CIRCUIT_BREAKER_ENABLED: "api.circuitBreakerEnabled";
|
|
969
|
+
/** Retry policy defined */
|
|
970
|
+
readonly RETRY_POLICY: "api.retryPolicy";
|
|
971
|
+
/** Whether operation is idempotent */
|
|
972
|
+
readonly IS_IDEMPOTENT: "api.isIdempotent";
|
|
973
|
+
/** Provider name (stripe, azure-openai, etc.) */
|
|
974
|
+
readonly PROVIDER: "api.provider";
|
|
975
|
+
/** Respects rate limits */
|
|
976
|
+
readonly RESPECTS_RATE_LIMITS: "api.respectsRateLimits";
|
|
977
|
+
/** @deprecated Use ApiFields.API_VERSION instead */
|
|
978
|
+
readonly LEGACY_API_VERSION: "apiVersion";
|
|
979
|
+
/** @deprecated Use ApiFields.RATE_LIMIT_HEADERS_INCLUDED instead */
|
|
980
|
+
readonly LEGACY_RATE_LIMIT_HEADERS_INCLUDED: "rateLimitHeadersIncluded";
|
|
981
|
+
/** @deprecated Use ApiFields.IDEMPOTENCY_KEY instead */
|
|
982
|
+
readonly LEGACY_IDEMPOTENCY_KEY: "idempotencyKey";
|
|
983
|
+
/** @deprecated Use ApiFields.CIRCUIT_BREAKER_ENABLED instead */
|
|
984
|
+
readonly LEGACY_CIRCUIT_BREAKER_ENABLED: "circuitBreakerEnabled";
|
|
985
|
+
/** @deprecated Use ApiFields.RETRY_POLICY instead */
|
|
986
|
+
readonly LEGACY_RETRY_POLICY: "retryPolicy";
|
|
987
|
+
/** @deprecated Use ApiFields.IS_IDEMPOTENT instead */
|
|
988
|
+
readonly LEGACY_IS_IDEMPOTENT: "isIdempotent";
|
|
989
|
+
/** @deprecated Use ApiFields.PROVIDER instead */
|
|
990
|
+
readonly LEGACY_PROVIDER: "provider";
|
|
991
|
+
/** @deprecated Use ApiFields.RESPECTS_RATE_LIMITS instead */
|
|
992
|
+
readonly LEGACY_RESPECTS_RATE_LIMITS: "respectsRateLimits";
|
|
993
|
+
};
|
|
994
|
+
readonly Ux: {
|
|
995
|
+
/** Response length in characters */
|
|
996
|
+
readonly RESPONSE_LENGTH: "ux.responseLength";
|
|
997
|
+
/** User type (technical, non_technical) */
|
|
998
|
+
readonly USER_TYPE: "ux.userType";
|
|
999
|
+
/** Technical term count */
|
|
1000
|
+
readonly TECHNICAL_TERM_COUNT: "ux.technicalTermCount";
|
|
1001
|
+
/** Recovery steps included */
|
|
1002
|
+
readonly INCLUDES_RECOVERY_STEPS: "ux.includesRecoverySteps";
|
|
1003
|
+
/** Confirmation required */
|
|
1004
|
+
readonly CONFIRMATION_REQUIRED: "ux.confirmationRequired";
|
|
1005
|
+
/** Estimated duration in ms */
|
|
1006
|
+
readonly ESTIMATED_DURATION_MS: "ux.estimatedDurationMs";
|
|
1007
|
+
/** Progress callback enabled */
|
|
1008
|
+
readonly PROGRESS_CALLBACK_ENABLED: "ux.progressCallbackEnabled";
|
|
1009
|
+
/** Undo supported */
|
|
1010
|
+
readonly UNDO_SUPPORTED: "ux.undoSupported";
|
|
1011
|
+
/** User initiated */
|
|
1012
|
+
readonly USER_INITIATED: "ux.userInitiated";
|
|
1013
|
+
/** Notifications in last hour */
|
|
1014
|
+
readonly NOTIFICATIONS_LAST_HOUR: "ux.notificationsLastHour";
|
|
1015
|
+
/** Prompts in last minute */
|
|
1016
|
+
readonly PROMPTS_LAST_MINUTE: "ux.promptsLastMinute";
|
|
1017
|
+
/** Loading indicator enabled */
|
|
1018
|
+
readonly LOADING_INDICATOR_ENABLED: "ux.loadingIndicatorEnabled";
|
|
1019
|
+
/** Timeout warning enabled */
|
|
1020
|
+
readonly TIMEOUT_WARNING_ENABLED: "ux.timeoutWarningEnabled";
|
|
1021
|
+
/** Alt text exists */
|
|
1022
|
+
readonly ALT_TEXT: "ux.altText";
|
|
1023
|
+
/** Contrast ratio met */
|
|
1024
|
+
readonly CONTRAST_RATIO_MET: "ux.contrastRatioMet";
|
|
1025
|
+
/** Keyboard accessible */
|
|
1026
|
+
readonly KEYBOARD_ACCESSIBLE: "ux.keyboardAccessible";
|
|
1027
|
+
/** Result count */
|
|
1028
|
+
readonly RESULT_COUNT: "ux.resultCount";
|
|
1029
|
+
/** Empty state message */
|
|
1030
|
+
readonly EMPTY_STATE_MESSAGE: "ux.emptyStateMessage";
|
|
1031
|
+
/** Is async operation */
|
|
1032
|
+
readonly IS_ASYNC: "ux.isAsync";
|
|
1033
|
+
/** Has timeout */
|
|
1034
|
+
readonly HAS_TIMEOUT: "ux.hasTimeout";
|
|
1035
|
+
/** Content type */
|
|
1036
|
+
readonly CONTENT_TYPE: "ux.contentType";
|
|
1037
|
+
/** Has color content */
|
|
1038
|
+
readonly HAS_COLOR_CONTENT: "ux.hasColorContent";
|
|
1039
|
+
/** @deprecated Use UxFields.RESPONSE_LENGTH instead */
|
|
1040
|
+
readonly LEGACY_RESPONSE_LENGTH: "responseLength";
|
|
1041
|
+
/** @deprecated Use UxFields.USER_TYPE instead */
|
|
1042
|
+
readonly LEGACY_USER_TYPE: "userType";
|
|
1043
|
+
/** @deprecated Use UxFields.TECHNICAL_TERM_COUNT instead */
|
|
1044
|
+
readonly LEGACY_TECHNICAL_TERM_COUNT: "technicalTermCount";
|
|
1045
|
+
/** @deprecated Use UxFields.INCLUDES_RECOVERY_STEPS instead */
|
|
1046
|
+
readonly LEGACY_INCLUDES_RECOVERY_STEPS: "includesRecoverySteps";
|
|
1047
|
+
/** @deprecated Use UxFields.CONFIRMATION_REQUIRED instead */
|
|
1048
|
+
readonly LEGACY_CONFIRMATION_REQUIRED: "confirmationRequired";
|
|
1049
|
+
/** @deprecated Use UxFields.ESTIMATED_DURATION_MS instead */
|
|
1050
|
+
readonly LEGACY_ESTIMATED_DURATION_MS: "estimatedDurationMs";
|
|
1051
|
+
/** @deprecated Use UxFields.PROGRESS_CALLBACK_ENABLED instead */
|
|
1052
|
+
readonly LEGACY_PROGRESS_CALLBACK_ENABLED: "progressCallbackEnabled";
|
|
1053
|
+
/** @deprecated Use UxFields.UNDO_SUPPORTED instead */
|
|
1054
|
+
readonly LEGACY_UNDO_SUPPORTED: "undoSupported";
|
|
1055
|
+
/** @deprecated Use UxFields.USER_INITIATED instead */
|
|
1056
|
+
readonly LEGACY_USER_INITIATED: "userInitiated";
|
|
1057
|
+
/** @deprecated Use UxFields.NOTIFICATIONS_LAST_HOUR instead */
|
|
1058
|
+
readonly LEGACY_NOTIFICATIONS_LAST_HOUR: "notificationsLastHour";
|
|
1059
|
+
/** @deprecated Use UxFields.IS_ASYNC instead */
|
|
1060
|
+
readonly LEGACY_IS_ASYNC: "isAsync";
|
|
1061
|
+
/** @deprecated Use UxFields.CONTENT_TYPE instead */
|
|
1062
|
+
readonly LEGACY_CONTENT_TYPE: "contentType";
|
|
1063
|
+
};
|
|
1064
|
+
readonly WebSocket: {
|
|
1065
|
+
/** WebSocket protocol */
|
|
1066
|
+
readonly PROTOCOL: "websocket.protocol";
|
|
1067
|
+
/** Message rate limit enabled */
|
|
1068
|
+
readonly MESSAGE_RATE_LIMIT_ENABLED: "websocket.messageRateLimitEnabled";
|
|
1069
|
+
/** Message type (text, binary) */
|
|
1070
|
+
readonly MESSAGE_TYPE: "websocket.messageType";
|
|
1071
|
+
/** Max message size */
|
|
1072
|
+
readonly MAX_MESSAGE_SIZE: "websocket.maxMessageSize";
|
|
1073
|
+
/** Heartbeat enabled */
|
|
1074
|
+
readonly HEARTBEAT_ENABLED: "websocket.heartbeatEnabled";
|
|
1075
|
+
/** Concurrent connections */
|
|
1076
|
+
readonly CONCURRENT_CONNECTIONS: "websocket.concurrentConnections";
|
|
1077
|
+
/** Message validation enabled */
|
|
1078
|
+
readonly MESSAGE_VALIDATION: "websocket.messageValidation";
|
|
1079
|
+
/** @deprecated Use WebSocketFields.MESSAGE_RATE_LIMIT_ENABLED instead */
|
|
1080
|
+
readonly LEGACY_MESSAGE_RATE_LIMIT_ENABLED: "messageRateLimitEnabled";
|
|
1081
|
+
/** @deprecated Use WebSocketFields.MAX_MESSAGE_SIZE instead */
|
|
1082
|
+
readonly LEGACY_MAX_MESSAGE_SIZE: "maxMessageSize";
|
|
1083
|
+
/** @deprecated Use WebSocketFields.HEARTBEAT_ENABLED instead */
|
|
1084
|
+
readonly LEGACY_HEARTBEAT_ENABLED: "heartbeatEnabled";
|
|
1085
|
+
/** @deprecated Use WebSocketFields.CONCURRENT_CONNECTIONS instead */
|
|
1086
|
+
readonly LEGACY_CONCURRENT_CONNECTIONS: "concurrentConnections";
|
|
1087
|
+
/** @deprecated Use WebSocketFields.MESSAGE_VALIDATION instead */
|
|
1088
|
+
readonly LEGACY_MESSAGE_VALIDATION: "messageValidation";
|
|
1089
|
+
};
|
|
1090
|
+
readonly MlAi: {
|
|
1091
|
+
/** OOM handling configured */
|
|
1092
|
+
readonly OOM_HANDLING: "mlai.oomHandling";
|
|
1093
|
+
/** Unload strategy defined */
|
|
1094
|
+
readonly UNLOAD_STRATEGY: "mlai.unloadStrategy";
|
|
1095
|
+
/** Inference batch size */
|
|
1096
|
+
readonly BATCH_SIZE: "mlai.batchSize";
|
|
1097
|
+
/** Content safety filter enabled */
|
|
1098
|
+
readonly CONTENT_SAFETY_FILTER: "mlai.contentSafetyFilter";
|
|
1099
|
+
/** GPU memory usage (0-1) */
|
|
1100
|
+
readonly GPU_MEMORY_USAGE: "mlai.gpuMemoryUsage";
|
|
1101
|
+
/** Model version */
|
|
1102
|
+
readonly MODEL_VERSION: "mlai.modelVersion";
|
|
1103
|
+
/** @deprecated Use MlAiFields.OOM_HANDLING instead */
|
|
1104
|
+
readonly LEGACY_OOM_HANDLING: "oomHandling";
|
|
1105
|
+
/** @deprecated Use MlAiFields.UNLOAD_STRATEGY instead */
|
|
1106
|
+
readonly LEGACY_UNLOAD_STRATEGY: "unloadStrategy";
|
|
1107
|
+
/** @deprecated Use MlAiFields.BATCH_SIZE instead */
|
|
1108
|
+
readonly LEGACY_BATCH_SIZE: "batchSize";
|
|
1109
|
+
/** @deprecated Use MlAiFields.CONTENT_SAFETY_FILTER instead */
|
|
1110
|
+
readonly LEGACY_CONTENT_SAFETY_FILTER: "contentSafetyFilter";
|
|
1111
|
+
/** @deprecated Use MlAiFields.GPU_MEMORY_USAGE instead */
|
|
1112
|
+
readonly LEGACY_GPU_MEMORY_USAGE: "gpuMemoryUsage";
|
|
1113
|
+
/** @deprecated Use MlAiFields.MODEL_VERSION instead */
|
|
1114
|
+
readonly LEGACY_MODEL_VERSION: "modelVersion";
|
|
1115
|
+
};
|
|
1116
|
+
readonly Framework: {
|
|
1117
|
+
/** Flask debug mode enabled */
|
|
1118
|
+
readonly FLASK_DEBUG_ENABLED: "flask.debugEnabled";
|
|
1119
|
+
/** CORS origins setting */
|
|
1120
|
+
readonly CORS_ORIGINS: "flask.corsOrigins";
|
|
1121
|
+
/** Max content length */
|
|
1122
|
+
readonly MAX_CONTENT_LENGTH: "flask.maxContentLength";
|
|
1123
|
+
/** Secret key strength */
|
|
1124
|
+
readonly SECRET_KEY_STRENGTH: "flask.secretKeyStrength";
|
|
1125
|
+
/** Jinja auto escape enabled */
|
|
1126
|
+
readonly JINJA_AUTO_ESCAPE: "flask.jinjaAutoEscape";
|
|
1127
|
+
/** HTTPS enforced */
|
|
1128
|
+
readonly HTTPS_ENFORCED: "flask.httpsEnforced";
|
|
1129
|
+
/** Session cookie secure */
|
|
1130
|
+
readonly SESSION_COOKIE_SECURE: "flask.sessionCookieSecure";
|
|
1131
|
+
/** Azure database type (cosmos-db) */
|
|
1132
|
+
readonly DATABASE: "azure.database";
|
|
1133
|
+
/** RU usage percent */
|
|
1134
|
+
readonly RU_USAGE_PERCENT: "azure.ruUsagePercent";
|
|
1135
|
+
/** Uses connection string */
|
|
1136
|
+
readonly USES_CONNECTION_STRING: "azure.usesConnectionString";
|
|
1137
|
+
/** App Insights enabled */
|
|
1138
|
+
readonly APP_INSIGHTS_ENABLED: "azure.appInsightsEnabled";
|
|
1139
|
+
/** Partition key optimized */
|
|
1140
|
+
readonly PARTITION_KEY_OPTIMIZED: "azure.partitionKeyOptimized";
|
|
1141
|
+
/** CORS configured */
|
|
1142
|
+
readonly CORS_CONFIGURED: "azure.corsConfigured";
|
|
1143
|
+
/** @deprecated Use FrameworkFields.FLASK_DEBUG_ENABLED instead */
|
|
1144
|
+
readonly LEGACY_FLASK_DEBUG_ENABLED: "flaskDebugEnabled";
|
|
1145
|
+
/** @deprecated Use FrameworkFields.CORS_ORIGINS instead */
|
|
1146
|
+
readonly LEGACY_CORS_ORIGINS: "corsOrigins";
|
|
1147
|
+
/** @deprecated Use FrameworkFields.MAX_CONTENT_LENGTH instead */
|
|
1148
|
+
readonly LEGACY_MAX_CONTENT_LENGTH: "maxContentLength";
|
|
1149
|
+
/** @deprecated Use FrameworkFields.SECRET_KEY_STRENGTH instead */
|
|
1150
|
+
readonly LEGACY_SECRET_KEY_STRENGTH: "secretKeyStrength";
|
|
1151
|
+
/** @deprecated Use FrameworkFields.JINJA_AUTO_ESCAPE instead */
|
|
1152
|
+
readonly LEGACY_JINJA_AUTO_ESCAPE: "jinjaAutoEscape";
|
|
1153
|
+
/** @deprecated Use FrameworkFields.HTTPS_ENFORCED instead */
|
|
1154
|
+
readonly LEGACY_HTTPS_ENFORCED: "httpsEnforced";
|
|
1155
|
+
/** @deprecated Use FrameworkFields.SESSION_COOKIE_SECURE instead */
|
|
1156
|
+
readonly LEGACY_SESSION_COOKIE_SECURE: "sessionCookieSecure";
|
|
1157
|
+
/** @deprecated Use FrameworkFields.DATABASE instead */
|
|
1158
|
+
readonly LEGACY_DATABASE: "database";
|
|
1159
|
+
/** @deprecated Use FrameworkFields.RU_USAGE_PERCENT instead */
|
|
1160
|
+
readonly LEGACY_RU_USAGE_PERCENT: "ruUsagePercent";
|
|
1161
|
+
/** @deprecated Use FrameworkFields.USES_CONNECTION_STRING instead */
|
|
1162
|
+
readonly LEGACY_USES_CONNECTION_STRING: "usesConnectionString";
|
|
1163
|
+
/** @deprecated Use FrameworkFields.APP_INSIGHTS_ENABLED instead */
|
|
1164
|
+
readonly LEGACY_APP_INSIGHTS_ENABLED: "appInsightsEnabled";
|
|
1165
|
+
/** @deprecated Use FrameworkFields.PARTITION_KEY_OPTIMIZED instead */
|
|
1166
|
+
readonly LEGACY_PARTITION_KEY_OPTIMIZED: "partitionKeyOptimized";
|
|
1167
|
+
/** @deprecated Use FrameworkFields.CORS_CONFIGURED instead */
|
|
1168
|
+
readonly LEGACY_CORS_CONFIGURED: "corsConfigured";
|
|
1169
|
+
};
|
|
1170
|
+
};
|
|
1171
|
+
export default Fields;
|
|
1172
|
+
//# sourceMappingURL=field-standards.d.ts.map
|