@servicenow/glide 27.0.1 → 27.0.3
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/package.json +7 -2
- package/src/types/GlideAggregate.d.ts +35 -22
- package/src/types/GlideQuery.d.ts +1 -1
- package/src/types/GlideQueryCondition.d.ts +15 -10
- package/src/types/GlideRecord.d.ts +1 -0
- package/src/types/GlideRecordSecure.d.ts +9 -14
- package/src/util/index.d.ts +1606 -0
- package/src/util/index.js +9 -1
|
@@ -0,0 +1,1606 @@
|
|
|
1
|
+
declare const GlideAPIs: {
|
|
2
|
+
sn_actsub: {
|
|
3
|
+
ActSubCache: string[];
|
|
4
|
+
};
|
|
5
|
+
sn_ais: {
|
|
6
|
+
AisEvaluationService: string[];
|
|
7
|
+
AisUtil: string[];
|
|
8
|
+
FailoverWorker: string[];
|
|
9
|
+
FeatureVectorProvider: string[];
|
|
10
|
+
GeniusResultAnswer: string[];
|
|
11
|
+
GeniusResultContext: string[];
|
|
12
|
+
GlideAisLogger: string[];
|
|
13
|
+
IndexEvent: string[];
|
|
14
|
+
IndexStatsReporter: string[];
|
|
15
|
+
InfrastructureApi: string[];
|
|
16
|
+
PushRelevancyService: string[];
|
|
17
|
+
RelevancyService: string[];
|
|
18
|
+
SearchAdminQuery: string[];
|
|
19
|
+
SearchConnectionTest: string[];
|
|
20
|
+
SearchConnectionTestWorker: string[];
|
|
21
|
+
SemanticIndexingPreProcessingHandler: string[];
|
|
22
|
+
StatusApi: string[];
|
|
23
|
+
Synchronizer: string[];
|
|
24
|
+
};
|
|
25
|
+
sn_ais_ec: {
|
|
26
|
+
ExternalContentAisIngestionResponse: string[];
|
|
27
|
+
ExternalContentAisUserPrincipalImportResponse: string[];
|
|
28
|
+
ExternalContentUtils: string[];
|
|
29
|
+
ExternalDocument: string[];
|
|
30
|
+
ExternalDocumentPrincipal: string[];
|
|
31
|
+
SearchExternalContentConfigurationApi: string[];
|
|
32
|
+
SearchExternalContentIngestionApi: string[];
|
|
33
|
+
UserPrincipalImport: string[];
|
|
34
|
+
};
|
|
35
|
+
sn_ale_queue: {
|
|
36
|
+
AppOperationHealth: string[];
|
|
37
|
+
AppOperationQueue: string[];
|
|
38
|
+
};
|
|
39
|
+
sn_app_analytics: {
|
|
40
|
+
GlideUserHash: string[];
|
|
41
|
+
QueryServiceHTTPClient: string[];
|
|
42
|
+
SNAnalytics: string[];
|
|
43
|
+
SNAnalyticsApp: string[];
|
|
44
|
+
SNAnalyticsInboundMutualTlsUtil: string[];
|
|
45
|
+
SNAnalyticsSettings: string[];
|
|
46
|
+
SNAnalyticsUserProperties: string[];
|
|
47
|
+
};
|
|
48
|
+
sn_app_api: {
|
|
49
|
+
AppStoreAPI: string[];
|
|
50
|
+
ISVDefinition: string[];
|
|
51
|
+
ValidateDefinition: string[];
|
|
52
|
+
};
|
|
53
|
+
sn_app_customization: {
|
|
54
|
+
AppCustomizationAPI: string[];
|
|
55
|
+
CustomizationRegistry: string[];
|
|
56
|
+
};
|
|
57
|
+
sn_app_state: {
|
|
58
|
+
ApplicationState: string[];
|
|
59
|
+
};
|
|
60
|
+
sn_appcollab: {
|
|
61
|
+
CollaborationMigration: string[];
|
|
62
|
+
CollabPermissionSynchronizer: string[];
|
|
63
|
+
};
|
|
64
|
+
sn_applyonce: {
|
|
65
|
+
ApplyOnce: string[];
|
|
66
|
+
};
|
|
67
|
+
sn_assessment_core: {
|
|
68
|
+
AssessmentCreation: string[];
|
|
69
|
+
};
|
|
70
|
+
sn_atf: {
|
|
71
|
+
ATFBreakpoint: string[];
|
|
72
|
+
ATFBrowserCompatibility: string[];
|
|
73
|
+
ATFListUtil: string[];
|
|
74
|
+
ATFParametersUtil: string[];
|
|
75
|
+
ATFSchedule: string[];
|
|
76
|
+
ATFSnapshot: string[];
|
|
77
|
+
ATFTrackerUtil: string[];
|
|
78
|
+
AutomatedTestingFramework: string[];
|
|
79
|
+
DockerServiceCleanup: string[];
|
|
80
|
+
ExecuteUserTest: string[];
|
|
81
|
+
ImpersonateAPI: string[];
|
|
82
|
+
MetadataTracingUtil: string[];
|
|
83
|
+
PerformanceAPI: string[];
|
|
84
|
+
RerunTestSuiteExecutor: string[];
|
|
85
|
+
ScheduledRunsExecutor: string[];
|
|
86
|
+
SchedulerAPI: string[];
|
|
87
|
+
Step: string[];
|
|
88
|
+
StepConfig: string[];
|
|
89
|
+
StepResult: string[];
|
|
90
|
+
TestClaimer: string[];
|
|
91
|
+
TestGeneratorUtil: string[];
|
|
92
|
+
TestSuiteProcessor: string[];
|
|
93
|
+
TracedMetadataChangeFinder: string[];
|
|
94
|
+
UserTestProcessor: string[];
|
|
95
|
+
UserTestSuiteExecutor: string[];
|
|
96
|
+
};
|
|
97
|
+
sn_auth: {
|
|
98
|
+
AuthCredential: string[];
|
|
99
|
+
AuthPolicyAPI: string[];
|
|
100
|
+
AuthPolicyResult: string[];
|
|
101
|
+
CriteriaAPI: string[];
|
|
102
|
+
CustomURL: string[];
|
|
103
|
+
GlideJWTAPI: string[];
|
|
104
|
+
GlideOAuthAccessTokenResponse: string[];
|
|
105
|
+
GlideOAuthClient: string[];
|
|
106
|
+
GlideOAuthClientRequest: string[];
|
|
107
|
+
GlideOAuthClientResponse: string[];
|
|
108
|
+
GlideOAuthJWTConfig: string[];
|
|
109
|
+
GlideOAuthStringMap: string[];
|
|
110
|
+
GlideOAuthToken: string[];
|
|
111
|
+
GlideTokenAuthClient: string[];
|
|
112
|
+
GlideTokenAuthContext: string[];
|
|
113
|
+
GlideTokenAuthResponse: string[];
|
|
114
|
+
HMACAuAuthUtil: string[];
|
|
115
|
+
HttpRequestAuthedData: string[];
|
|
116
|
+
HttpRequestData: string[];
|
|
117
|
+
KeyStoreUtil: string[];
|
|
118
|
+
MFAContext: string[];
|
|
119
|
+
MTLSKeyStoreAnalyzer: string[];
|
|
120
|
+
OAuthAppAPI: string[];
|
|
121
|
+
OAuthAppAPIResponse: string[];
|
|
122
|
+
OAuthMidSelector: string[];
|
|
123
|
+
ProcessorPolicyUtil: string[];
|
|
124
|
+
ProviderAppAuthBuilder: string[];
|
|
125
|
+
RequestAuthAPI: string[];
|
|
126
|
+
SCIM2Client: string[];
|
|
127
|
+
SCIM2ClientUtil: string[];
|
|
128
|
+
SCIM2Util: string[];
|
|
129
|
+
TokenAuthCredentialBuilder: string[];
|
|
130
|
+
};
|
|
131
|
+
sn_automation: {
|
|
132
|
+
AutomationAPI: string[];
|
|
133
|
+
MidCapability: string[];
|
|
134
|
+
MidServer: string[];
|
|
135
|
+
NodeLogger: string[];
|
|
136
|
+
SignatureUtil: string[];
|
|
137
|
+
};
|
|
138
|
+
sn_awa: {
|
|
139
|
+
Agent: string[];
|
|
140
|
+
AgentCapacityManager: string[];
|
|
141
|
+
AgentPresenceManager: string[];
|
|
142
|
+
AWADocument: string[];
|
|
143
|
+
AWAOutboundEventUtils: string[];
|
|
144
|
+
Events: string[];
|
|
145
|
+
ExternalAWAService: string[];
|
|
146
|
+
Queue: string[];
|
|
147
|
+
QueueMetrics: string[];
|
|
148
|
+
ScriptableAgentTransfer: string[];
|
|
149
|
+
ServiceChannel: string[];
|
|
150
|
+
ServiceChannelMetrics: string[];
|
|
151
|
+
ServiceChannelUtils: string[];
|
|
152
|
+
Skill: string[];
|
|
153
|
+
StatsUtil: string[];
|
|
154
|
+
WorkItem: string[];
|
|
155
|
+
WorkItemAssignmentManager: string[];
|
|
156
|
+
WorkItemDataGenerator: string[];
|
|
157
|
+
WorkItemEnvGenerator: string[];
|
|
158
|
+
};
|
|
159
|
+
sn_batch_install: {
|
|
160
|
+
BatchInstallAPI: string[];
|
|
161
|
+
};
|
|
162
|
+
sn_bc: {
|
|
163
|
+
GlideBusinessCalendarUtil: string[];
|
|
164
|
+
};
|
|
165
|
+
sn_cc: {
|
|
166
|
+
AliasConfigurationResult: string[];
|
|
167
|
+
AliasProvider: string[];
|
|
168
|
+
AliasUtil: string[];
|
|
169
|
+
Connection: string[];
|
|
170
|
+
ConnectionBuilder: string[];
|
|
171
|
+
ConnectionBuilderResponse: string[];
|
|
172
|
+
ConnectionProvider: string[];
|
|
173
|
+
PersonalAuthAPI: string[];
|
|
174
|
+
PersonalAuthResponse: string[];
|
|
175
|
+
StandardCredential: string[];
|
|
176
|
+
StandardCredentialsProvider: string[];
|
|
177
|
+
};
|
|
178
|
+
sn_cdm_util: {
|
|
179
|
+
GlideCdmDataParser: string[];
|
|
180
|
+
GlideCdmTree: string[];
|
|
181
|
+
};
|
|
182
|
+
sn_cds_eval: {
|
|
183
|
+
CdsEvaluationService: string[];
|
|
184
|
+
};
|
|
185
|
+
sn_cfg_mgmt: {
|
|
186
|
+
ChefServerScript: string[];
|
|
187
|
+
};
|
|
188
|
+
sn_channelproxy: {
|
|
189
|
+
InstallURLGenerator: string[];
|
|
190
|
+
};
|
|
191
|
+
sn_chg_cab_form: {
|
|
192
|
+
CABForm: string[];
|
|
193
|
+
};
|
|
194
|
+
sn_chg_pol: {
|
|
195
|
+
PolicyDecisionTable: string[];
|
|
196
|
+
};
|
|
197
|
+
sn_clotho: {
|
|
198
|
+
AlterSqlBuilder: string[];
|
|
199
|
+
Client: string[];
|
|
200
|
+
ClothoConnectionTest: string[];
|
|
201
|
+
ClothoConnectionTestWorker: string[];
|
|
202
|
+
ClothoDebug: string[];
|
|
203
|
+
ClothoKafkaTopicPublisher: string[];
|
|
204
|
+
ClothoSeriesCleaner: string[];
|
|
205
|
+
ClothoTransform: string[];
|
|
206
|
+
ClothoValidationInfo: string[];
|
|
207
|
+
Condition: string[];
|
|
208
|
+
CreateSqlBuilder: string[];
|
|
209
|
+
Data: string[];
|
|
210
|
+
DataBuilder: string[];
|
|
211
|
+
DataSelector: string[];
|
|
212
|
+
DropSqlBuilder: string[];
|
|
213
|
+
Expression: string[];
|
|
214
|
+
Expressions: string[];
|
|
215
|
+
FixClothoMigration: string[];
|
|
216
|
+
MetricEditUtil: string[];
|
|
217
|
+
MetricInfo: string[];
|
|
218
|
+
MetricPreference: string[];
|
|
219
|
+
MetricUsageCollector: string[];
|
|
220
|
+
MigrateToShardFix: string[];
|
|
221
|
+
RenameSqlBuilder: string[];
|
|
222
|
+
ScopedClothoConfigService: string[];
|
|
223
|
+
ScopedMbPlusTopicDao: string[];
|
|
224
|
+
SelectSqlBuilder: string[];
|
|
225
|
+
ShardManager: string[];
|
|
226
|
+
SqlBuilder: string[];
|
|
227
|
+
SqlMonitoringJob: string[];
|
|
228
|
+
SqlStatement: string[];
|
|
229
|
+
TaggedResultSet: string[];
|
|
230
|
+
Transformer: string[];
|
|
231
|
+
TransformPart: string[];
|
|
232
|
+
TransformResult: string[];
|
|
233
|
+
TriggerUtil: string[];
|
|
234
|
+
};
|
|
235
|
+
sn_cloud_api: {
|
|
236
|
+
CAPILibraryServiceScript: string[];
|
|
237
|
+
CAPIOrchestratorServiceScript: string[];
|
|
238
|
+
};
|
|
239
|
+
sn_cloud_mig_base: {
|
|
240
|
+
ScopedBatchCommandUtil: string[];
|
|
241
|
+
};
|
|
242
|
+
sn_cmdb: {
|
|
243
|
+
CMDBAttachmentUtil: string[];
|
|
244
|
+
CMDBIntStudioScriptableAPI: string[];
|
|
245
|
+
CMDBQBScopedScriptableAPI: string[];
|
|
246
|
+
CMDBRetirementScriptableApi: string[];
|
|
247
|
+
CMDBWSScriptUtil: string[];
|
|
248
|
+
DuplicateTemplate: string[];
|
|
249
|
+
DynamicIREScriptableAPI: string[];
|
|
250
|
+
IdentificationEngine: string[];
|
|
251
|
+
MultiSourceAnalytics: string[];
|
|
252
|
+
PartialPayloadParser: string[];
|
|
253
|
+
ProductInstance: string[];
|
|
254
|
+
};
|
|
255
|
+
sn_cmdb_data_manager: {
|
|
256
|
+
CMDBDataManagerScopedScriptableApis: string[];
|
|
257
|
+
};
|
|
258
|
+
sn_cmdbgroup: {
|
|
259
|
+
CMDBGroupAPI: string[];
|
|
260
|
+
};
|
|
261
|
+
sn_cmp_api: {
|
|
262
|
+
BlueprintServiceScript: string[];
|
|
263
|
+
BPOrchestratorServiceScript: string[];
|
|
264
|
+
CloudAccountServiceScript: string[];
|
|
265
|
+
CloudDiscovery: string[];
|
|
266
|
+
CloudModelProcessorScript: string[];
|
|
267
|
+
CloudServiceAccount: string[];
|
|
268
|
+
CloudTemplateScript: string[];
|
|
269
|
+
CloudTrailServiceScript: string[];
|
|
270
|
+
CMPGlideUtil: string[];
|
|
271
|
+
DiscoveryServiceScript: string[];
|
|
272
|
+
ExpressionResolverUtilScript: string[];
|
|
273
|
+
OrderServiceScript: string[];
|
|
274
|
+
PolicyServiceScript: string[];
|
|
275
|
+
PoolServiceScript: string[];
|
|
276
|
+
QuotaServiceScript: string[];
|
|
277
|
+
ResourceBlockServiceScript: string[];
|
|
278
|
+
ResponseMappingScript: string[];
|
|
279
|
+
ResponseProcessorScript: string[];
|
|
280
|
+
SSHKeyPairScript: string[];
|
|
281
|
+
};
|
|
282
|
+
sn_collab: {
|
|
283
|
+
CollabChatScriptObject: string[];
|
|
284
|
+
};
|
|
285
|
+
sn_collision: {
|
|
286
|
+
CollisionAPI: string[];
|
|
287
|
+
};
|
|
288
|
+
sn_connect: {
|
|
289
|
+
Conversation: string[];
|
|
290
|
+
Message: string[];
|
|
291
|
+
Queue: string[];
|
|
292
|
+
User: string[];
|
|
293
|
+
};
|
|
294
|
+
sn_crypto_auto_ns: {
|
|
295
|
+
CryptoCoreAutomationAPI: string[];
|
|
296
|
+
};
|
|
297
|
+
sn_cs: {
|
|
298
|
+
AddressLocation: string[];
|
|
299
|
+
AgentChatScriptObject: string[];
|
|
300
|
+
AsyncChatSetupScriptObject: string[];
|
|
301
|
+
AutoResolutionEventDispatcher: string[];
|
|
302
|
+
ChannelUserProfileUtils: string[];
|
|
303
|
+
ChannelUtils: string[];
|
|
304
|
+
ChatLinkUnfurlObject: string[];
|
|
305
|
+
CIAnalyticsLogger: string[];
|
|
306
|
+
CIMetric: string[];
|
|
307
|
+
CIMetricBuilder: string[];
|
|
308
|
+
CustomAdapterAttachmentUtil: string[];
|
|
309
|
+
CustomAdapterAuthUtil: string[];
|
|
310
|
+
CustomAdapterScriptObject: string[];
|
|
311
|
+
DynamicTranslationAgentChatScriptObject: string[];
|
|
312
|
+
Geo: string[];
|
|
313
|
+
GroupedPartsOutMsg: string[];
|
|
314
|
+
InteractionContext: string[];
|
|
315
|
+
LinkValue: string[];
|
|
316
|
+
MessageSetupScriptObject: string[];
|
|
317
|
+
MultiPartOutMsg: string[];
|
|
318
|
+
NowAssistDeploymentHelper: string[];
|
|
319
|
+
Password2Encrypter: string[];
|
|
320
|
+
ProfanityFilterSystemObject: string[];
|
|
321
|
+
SinglePartOutMsg: string[];
|
|
322
|
+
VAActionsObject: string[];
|
|
323
|
+
VAContextObject: string[];
|
|
324
|
+
VACustomMessage: string[];
|
|
325
|
+
VADataTransformUtils: string[];
|
|
326
|
+
VADesignerUtils: string[];
|
|
327
|
+
VAFeedbackObject: string[];
|
|
328
|
+
VAFieldObject: string[];
|
|
329
|
+
VAFieldsObject: string[];
|
|
330
|
+
VAOneApi: string[];
|
|
331
|
+
VASystemObject: string[];
|
|
332
|
+
VATopicPublish: string[];
|
|
333
|
+
VATracerObject: string[];
|
|
334
|
+
VoiceTranscriptObject: string[];
|
|
335
|
+
};
|
|
336
|
+
sn_cs_adapter: {
|
|
337
|
+
OutboundAuthToken: string[];
|
|
338
|
+
SlackEnterpriseUpgrader: string[];
|
|
339
|
+
SlackToken: string[];
|
|
340
|
+
VaLinkAccountUtil: string[];
|
|
341
|
+
};
|
|
342
|
+
sn_cs_base: {
|
|
343
|
+
AccountTeamResponsibilityFix: string[];
|
|
344
|
+
CSDataFix: string[];
|
|
345
|
+
OrderCurrencyUtil: string[];
|
|
346
|
+
};
|
|
347
|
+
sn_cs_commons: {
|
|
348
|
+
VATracer: string[];
|
|
349
|
+
};
|
|
350
|
+
sn_cs_genai: {
|
|
351
|
+
VAExpressionFormatter: string[];
|
|
352
|
+
};
|
|
353
|
+
sn_cs_notification: {
|
|
354
|
+
NotificationJobProcessor: string[];
|
|
355
|
+
};
|
|
356
|
+
sn_cs_ns: {
|
|
357
|
+
CodeSigningAPI: string[];
|
|
358
|
+
CodeSigningCustomVerificationAPI: string[];
|
|
359
|
+
CodeSigningTelemetryAPI: string[];
|
|
360
|
+
TimeStampAPI: string[];
|
|
361
|
+
};
|
|
362
|
+
sn_currency: {
|
|
363
|
+
ECBRateRetrievalUtil: string[];
|
|
364
|
+
GlideCurrencyCode: string[];
|
|
365
|
+
GlideCurrencyConfig: string[];
|
|
366
|
+
GlideCurrencyConverter: string[];
|
|
367
|
+
GlideCurrencyExchangeValue: string[];
|
|
368
|
+
GlideCurrencyFormatter: string[];
|
|
369
|
+
GlideCurrencyParser: string[];
|
|
370
|
+
GlideCurrencySymbol: string[];
|
|
371
|
+
GlideCurrencyValue: string[];
|
|
372
|
+
};
|
|
373
|
+
sn_cxs: {
|
|
374
|
+
CXSUIConfig: string[];
|
|
375
|
+
};
|
|
376
|
+
sn_cxs_int: {
|
|
377
|
+
CXSResourceUtils: string[];
|
|
378
|
+
};
|
|
379
|
+
sn_dashboard_api: {
|
|
380
|
+
PARDashboardUtil: string[];
|
|
381
|
+
};
|
|
382
|
+
sn_data_discovery_api: {
|
|
383
|
+
DataDiscoveryJob: string[];
|
|
384
|
+
DataDiscoveryScanner: string[];
|
|
385
|
+
DictionaryFilter: string[];
|
|
386
|
+
};
|
|
387
|
+
sn_data_gen: {
|
|
388
|
+
DataGenerationAPI: string[];
|
|
389
|
+
};
|
|
390
|
+
sn_data_management_console: {
|
|
391
|
+
RulesAPI: string[];
|
|
392
|
+
};
|
|
393
|
+
sn_data_management_rule_backlog: {
|
|
394
|
+
DmRuleBacklogApi: string[];
|
|
395
|
+
DmRuleExecutionApi: string[];
|
|
396
|
+
DmRuleExecutionFilter: string[];
|
|
397
|
+
DmRuleFilter: string[];
|
|
398
|
+
};
|
|
399
|
+
sn_data_observer: {
|
|
400
|
+
DOProcessorScriptable: string[];
|
|
401
|
+
};
|
|
402
|
+
sn_datafabric: {
|
|
403
|
+
SchemaMapping: string[];
|
|
404
|
+
};
|
|
405
|
+
sn_db: {
|
|
406
|
+
EdgeBuilder: string[];
|
|
407
|
+
GlideViewDefinition: string[];
|
|
408
|
+
GraphMetadata: string[];
|
|
409
|
+
GraphMetadataBuilder: string[];
|
|
410
|
+
GraphQueryExecutor: string[];
|
|
411
|
+
NodeBuilder: string[];
|
|
412
|
+
};
|
|
413
|
+
sn_delegation: {
|
|
414
|
+
DelegationCleaner: string[];
|
|
415
|
+
DelegationMapper: string[];
|
|
416
|
+
DelegationUtil: string[];
|
|
417
|
+
};
|
|
418
|
+
sn_deployment_analyzer: {
|
|
419
|
+
DeploymentRiskAPI: string[];
|
|
420
|
+
DocumentVirtualRecord: string[];
|
|
421
|
+
};
|
|
422
|
+
sn_discovery: {
|
|
423
|
+
CMDBSoftwareHelper: string[];
|
|
424
|
+
DiscoveryAPI: string[];
|
|
425
|
+
ReportCiStatusOutputJS: string[];
|
|
426
|
+
};
|
|
427
|
+
sn_disk_usage: {
|
|
428
|
+
StorageDiskUsageService: string[];
|
|
429
|
+
};
|
|
430
|
+
sn_doc_services: {
|
|
431
|
+
DocumentListEntryService: string[];
|
|
432
|
+
DocumentListService: string[];
|
|
433
|
+
DocumentPermalink: string[];
|
|
434
|
+
DocumentPermalinkAPI: string[];
|
|
435
|
+
DocumentReferenceService: string[];
|
|
436
|
+
DocumentService: string[];
|
|
437
|
+
DocumentVersionService: string[];
|
|
438
|
+
SystemDocument: string[];
|
|
439
|
+
SystemDocumentList: string[];
|
|
440
|
+
SystemDocumentListEntry: string[];
|
|
441
|
+
SystemDocumentVersion: string[];
|
|
442
|
+
};
|
|
443
|
+
sn_docviewer: {
|
|
444
|
+
DocumentComparisonCleanup: string[];
|
|
445
|
+
DocumentComparisonOnDemand: string[];
|
|
446
|
+
DocumentConversionCleanup: string[];
|
|
447
|
+
DocumentConversionOnDemand: string[];
|
|
448
|
+
};
|
|
449
|
+
sn_dsb: {
|
|
450
|
+
API: string[];
|
|
451
|
+
DsbEventAPI: string[];
|
|
452
|
+
};
|
|
453
|
+
sn_dt: {
|
|
454
|
+
CachedDecisionTableAPI: string[];
|
|
455
|
+
DecisionTableAPI: string[];
|
|
456
|
+
DecisionTableBuilderAPI: string[];
|
|
457
|
+
DecisionTreeHelperAPI: string[];
|
|
458
|
+
};
|
|
459
|
+
sn_dt_api: {
|
|
460
|
+
DynamicTranslation: string[];
|
|
461
|
+
};
|
|
462
|
+
sn_edge_encryption_ns: {
|
|
463
|
+
AuthenticationProcessorAPI: string[];
|
|
464
|
+
EdgeEncryptionArtifactAPI: string[];
|
|
465
|
+
EdgeEncryptionBatchPingAPI: string[];
|
|
466
|
+
EdgeEncryptionCacheManager: string[];
|
|
467
|
+
EdgeEncryptionConfigurationManager: string[];
|
|
468
|
+
EdgeEncryptionIpBlacklistAPI: string[];
|
|
469
|
+
EdgeEncryptionPatternUtil: string[];
|
|
470
|
+
EdgeEncryptionStatsAPI: string[];
|
|
471
|
+
EdgeMessageAPI: string[];
|
|
472
|
+
EdgeReferencesAPI: string[];
|
|
473
|
+
EdgeScheduledUpgradeAPI: string[];
|
|
474
|
+
EdgeSigningAlgoVersionUtil: string[];
|
|
475
|
+
EdgeVersionCompatibilityValidator: string[];
|
|
476
|
+
EncryptionColumnTypeAlterer: string[];
|
|
477
|
+
EncryptionJobs: string[];
|
|
478
|
+
GlideEdgeEncryptionAttributes: string[];
|
|
479
|
+
GlideMavenArtifactVersion: string[];
|
|
480
|
+
SyncDataRecordSignatureUtil: string[];
|
|
481
|
+
};
|
|
482
|
+
sn_environment: {
|
|
483
|
+
GlideEnvironmentFlags: string[];
|
|
484
|
+
GlideEnvironmentFlagsBuilder: string[];
|
|
485
|
+
GlideEnvironmentMigrationPreflight: string[];
|
|
486
|
+
};
|
|
487
|
+
sn_eval: {
|
|
488
|
+
EvaluationService: string[];
|
|
489
|
+
};
|
|
490
|
+
sn_fd: {
|
|
491
|
+
Flow: string[];
|
|
492
|
+
FlowAPI: string[];
|
|
493
|
+
FlowRunner: string[];
|
|
494
|
+
FlowObjectType: string[];
|
|
495
|
+
GlideActionUtil: string[];
|
|
496
|
+
ScriptableDataStream: string[];
|
|
497
|
+
Subflow: string[];
|
|
498
|
+
};
|
|
499
|
+
sn_fd_health: {
|
|
500
|
+
ScriptableFlowHealthCheck: string[];
|
|
501
|
+
};
|
|
502
|
+
sn_fenix: {
|
|
503
|
+
FenixAuthenticator: string[];
|
|
504
|
+
FenixClient: string[];
|
|
505
|
+
};
|
|
506
|
+
sn_field_encryption_starter: {
|
|
507
|
+
EncryptedRowCondition: string[];
|
|
508
|
+
};
|
|
509
|
+
sn_flow: {
|
|
510
|
+
AssociatedFlows: string[];
|
|
511
|
+
FlowActionProvider: string[];
|
|
512
|
+
FlowDesigner: string[];
|
|
513
|
+
FlowTemplates: string[];
|
|
514
|
+
IntermediateFlow: string[];
|
|
515
|
+
};
|
|
516
|
+
sn_gcf_ns: {
|
|
517
|
+
GCFDefinitionDownloader: string[];
|
|
518
|
+
GCFFixStuff: string[];
|
|
519
|
+
GCFSampleBuffer: string[];
|
|
520
|
+
GCFSampleProcessor: string[];
|
|
521
|
+
GCFTableMetricsBlacklistDownloader: string[];
|
|
522
|
+
GCFTableWhitelistDownloader: string[];
|
|
523
|
+
ScriptableContentPersistorUtil: string[];
|
|
524
|
+
};
|
|
525
|
+
sn_gfiles: {
|
|
526
|
+
ClaimAPI: string[];
|
|
527
|
+
GlobalApp: string[];
|
|
528
|
+
GlobalAppMetaRecord: string[];
|
|
529
|
+
GlobalAppMoveResponse: string[];
|
|
530
|
+
GlobalAppResponse: string[];
|
|
531
|
+
};
|
|
532
|
+
sn_glide_config: {
|
|
533
|
+
GlideConfigScriptObject: string[];
|
|
534
|
+
};
|
|
535
|
+
sn_glide_ms_api: {
|
|
536
|
+
MobileAppBuilderDAO: string[];
|
|
537
|
+
WebToMobileDAO: string[];
|
|
538
|
+
};
|
|
539
|
+
sn_graphql: {
|
|
540
|
+
schema_info: string[];
|
|
541
|
+
schema: string[];
|
|
542
|
+
};
|
|
543
|
+
sn_hermes: {
|
|
544
|
+
GlideHermesIPAclPublisher: string[];
|
|
545
|
+
GlideHermesTopic: string[];
|
|
546
|
+
HermesActiveCluster: string[];
|
|
547
|
+
HermesConsumerInfo: string[];
|
|
548
|
+
HermesEndpointsProvider: string[];
|
|
549
|
+
HermesHealthStatus: string[];
|
|
550
|
+
HermesInfrastructure: string[];
|
|
551
|
+
HermesMessageInfo: string[];
|
|
552
|
+
HermesMessages: string[];
|
|
553
|
+
HermesMetadataCollector: string[];
|
|
554
|
+
HermesPartitionConsumerEntry: string[];
|
|
555
|
+
HermesPartitionInfo: string[];
|
|
556
|
+
HermesPartitionInspector: string[];
|
|
557
|
+
HermesProducerRegistry: string[];
|
|
558
|
+
HermesSharedTopicACL: string[];
|
|
559
|
+
HermesSharedTopicTokenRequest: string[];
|
|
560
|
+
HermesTokenManager: string[];
|
|
561
|
+
HermesTokenRequest: string[];
|
|
562
|
+
HermesTopicAclInfo: string[];
|
|
563
|
+
HermesTopicAndTopicLocationInfo: string[];
|
|
564
|
+
HermesTopicInfo: string[];
|
|
565
|
+
HermesTopicInspector: string[];
|
|
566
|
+
HermesTopicManager: string[];
|
|
567
|
+
HermesTopicSharingMetadata: string[];
|
|
568
|
+
HermesTopicsUtil: string[];
|
|
569
|
+
HermesTopicTableManager: string[];
|
|
570
|
+
HermesUsageAggregator: string[];
|
|
571
|
+
HermesUsageMetricsUtil: string[];
|
|
572
|
+
HermesUtil: string[];
|
|
573
|
+
};
|
|
574
|
+
sn_hermes_benchmark: {
|
|
575
|
+
BenchmarkRunner: string[];
|
|
576
|
+
BenchmarkScenario: string[];
|
|
577
|
+
};
|
|
578
|
+
sn_hw: {
|
|
579
|
+
HistoryWalker: string[];
|
|
580
|
+
};
|
|
581
|
+
sn_i18n: {
|
|
582
|
+
GlideTranslationLoader: string[];
|
|
583
|
+
LanguageValidator: string[];
|
|
584
|
+
Message: string[];
|
|
585
|
+
NumberFormatter: string[];
|
|
586
|
+
};
|
|
587
|
+
sn_ide: {
|
|
588
|
+
IDEAppPackager: string[];
|
|
589
|
+
IDEModuleResolver: string[];
|
|
590
|
+
IDEMultipartBuilder: string[];
|
|
591
|
+
IDEMultipartParser: string[];
|
|
592
|
+
IDEZipInstaller: string[];
|
|
593
|
+
};
|
|
594
|
+
sn_identity: {
|
|
595
|
+
DBFilterService: string[];
|
|
596
|
+
EventHandler: string[];
|
|
597
|
+
EventPublisher: string[];
|
|
598
|
+
FederatedIDGenerationHelper: string[];
|
|
599
|
+
IdentityRoleAPI: string[];
|
|
600
|
+
IdentitySecurityApi: string[];
|
|
601
|
+
SecurityAudit: string[];
|
|
602
|
+
};
|
|
603
|
+
sn_idr: {
|
|
604
|
+
ConsumerSetBuilder: string[];
|
|
605
|
+
DiscreteMappingBuilder: string[];
|
|
606
|
+
EntrySetBuilder: string[];
|
|
607
|
+
IDRConsumerJob: string[];
|
|
608
|
+
IDRCrudHandler: string[];
|
|
609
|
+
IDRDCTComparisonJob: string[];
|
|
610
|
+
IDRDCTHelper: string[];
|
|
611
|
+
IDRDCTProcessorJob: string[];
|
|
612
|
+
IDRDCTSeedingRequester: string[];
|
|
613
|
+
IDRDiagnostics: string[];
|
|
614
|
+
IDRDiagnosticStats: string[];
|
|
615
|
+
IDREntrySetHelper: string[];
|
|
616
|
+
IDRHermesAvailabilityChecker: string[];
|
|
617
|
+
IDRInErrorSeedingRerunRequester: string[];
|
|
618
|
+
IDRLicenseResolver: string[];
|
|
619
|
+
IDRLoggerHelper: string[];
|
|
620
|
+
IDRMessageInfo: string[];
|
|
621
|
+
IDROffsetInspector: string[];
|
|
622
|
+
IDRPartialSeedingRequester: string[];
|
|
623
|
+
IDRProducerJob: string[];
|
|
624
|
+
IDRQueueDashboardHelper: string[];
|
|
625
|
+
IDRQueueStatsJob: string[];
|
|
626
|
+
IDRQueueStatsProcessor: string[];
|
|
627
|
+
IDRRemoteSeedingUtil: string[];
|
|
628
|
+
IDRReplConsumerActionsUtil: string[];
|
|
629
|
+
IDRReplEntryHelper: string[];
|
|
630
|
+
IDRReplicationEntryInspector: string[];
|
|
631
|
+
IDRReplicationHeartbeatProcessor: string[];
|
|
632
|
+
IDRReplicationLog: string[];
|
|
633
|
+
IDRReplProducerActionsUtil: string[];
|
|
634
|
+
IDRReplStatus: string[];
|
|
635
|
+
IDRRestRequester: string[];
|
|
636
|
+
IDRScheduleSeedingProcessorJob: string[];
|
|
637
|
+
IDRScheduleSeedingQueuingJob: string[];
|
|
638
|
+
IDRSeedingDataSenderActions: string[];
|
|
639
|
+
IDRSeedingProducerJob: string[];
|
|
640
|
+
IDRSeedingRequester: string[];
|
|
641
|
+
IDRSeedingRequesterActions: string[];
|
|
642
|
+
IDRTopicInfo: string[];
|
|
643
|
+
IDRTopicInspector: string[];
|
|
644
|
+
IDRTransformActionsUtil: string[];
|
|
645
|
+
IDRUniqueColumnFinder: string[];
|
|
646
|
+
IDRUpdateSetUtil: string[];
|
|
647
|
+
IDRUpgradeHelper: string[];
|
|
648
|
+
IDRUpgradeUtil: string[];
|
|
649
|
+
IDRValidationResult: string[];
|
|
650
|
+
IDRValidator: string[];
|
|
651
|
+
IDRZbootHelper: string[];
|
|
652
|
+
InboundEntryBuilder: string[];
|
|
653
|
+
OutboundEntryBuilder: string[];
|
|
654
|
+
ProducerSetBuilder: string[];
|
|
655
|
+
ReplicationSet: string[];
|
|
656
|
+
ReplicationSetDetailSender: string[];
|
|
657
|
+
ReplicationSetInfo: string[];
|
|
658
|
+
ReplicationSetInspector: string[];
|
|
659
|
+
ReplicationStatusHandler: string[];
|
|
660
|
+
ScheduleSeedingHelper: string[];
|
|
661
|
+
SharedKeyRequester: string[];
|
|
662
|
+
SharedKeyResponder: string[];
|
|
663
|
+
SharedKeyRevoker: string[];
|
|
664
|
+
SubscriptionApprover: string[];
|
|
665
|
+
};
|
|
666
|
+
sn_idrb: {
|
|
667
|
+
IDRPerformanceBenchmarking: string[];
|
|
668
|
+
};
|
|
669
|
+
sn_idx_docstore: {
|
|
670
|
+
DocStoreESClusterSettingsManager: string[];
|
|
671
|
+
DocStoreESIndexDeleteOperationResponse: string[];
|
|
672
|
+
DocStoreESIndexDeleteResponse: string[];
|
|
673
|
+
DocStoreESIndexListOperationResponse: string[];
|
|
674
|
+
DocStoreESIndexListResponse: string[];
|
|
675
|
+
DocStoreESIndexService: string[];
|
|
676
|
+
DocStoreIndex: string[];
|
|
677
|
+
DocStoreIndexLifecycleManager: string[];
|
|
678
|
+
DocStoreIndexTemplate: string[];
|
|
679
|
+
DocStoreTable: string[];
|
|
680
|
+
};
|
|
681
|
+
sn_ih: {
|
|
682
|
+
JSONStreamingBuilder: string[];
|
|
683
|
+
ProcessSyncAttachmentHelper: string[];
|
|
684
|
+
ProcessSyncCaptureHelper: string[];
|
|
685
|
+
ProcessSyncConsumerApi: string[];
|
|
686
|
+
ProcessSyncInboundQueueIngester: string[];
|
|
687
|
+
ProcessSyncQueueAPIHelper: string[];
|
|
688
|
+
StreamingJSONBuilder: string[];
|
|
689
|
+
StreamingXMLBuilder: string[];
|
|
690
|
+
XMLStreamingBuilder: string[];
|
|
691
|
+
};
|
|
692
|
+
sn_ih_kafka: {
|
|
693
|
+
ETLConsumerSubscription: string[];
|
|
694
|
+
Producer: string[];
|
|
695
|
+
ProducerV2: string[];
|
|
696
|
+
};
|
|
697
|
+
sn_impex: {
|
|
698
|
+
CSVParser: string[];
|
|
699
|
+
FlowActionConnectionUtility: string[];
|
|
700
|
+
GlideDataSourceUtility: string[];
|
|
701
|
+
GlideExcelParser: string[];
|
|
702
|
+
GlideImportSetTable: string[];
|
|
703
|
+
GlideImportSetTransformMap: string[];
|
|
704
|
+
ImportSetTable: string[];
|
|
705
|
+
ParallelDataLoaderExecution: string[];
|
|
706
|
+
RTETransformer: string[];
|
|
707
|
+
ScriptParseResult: string[];
|
|
708
|
+
};
|
|
709
|
+
sn_infrasec_ns: {
|
|
710
|
+
InfraSecurityAPI: string[];
|
|
711
|
+
};
|
|
712
|
+
sn_instance_scan: {
|
|
713
|
+
Findings: string[];
|
|
714
|
+
InMemoryScan: string[];
|
|
715
|
+
ScanInstance: string[];
|
|
716
|
+
ScanUtil: string[];
|
|
717
|
+
Statistics: string[];
|
|
718
|
+
SuiteTree: string[];
|
|
719
|
+
};
|
|
720
|
+
sn_integration_studio: {
|
|
721
|
+
IntegrationStudioScriptableApi: string[];
|
|
722
|
+
};
|
|
723
|
+
sn_interaction: {
|
|
724
|
+
Interaction: string[];
|
|
725
|
+
RelatedRecord: string[];
|
|
726
|
+
WrapUpSegment: string[];
|
|
727
|
+
WrapUpUtil: string[];
|
|
728
|
+
};
|
|
729
|
+
sn_interaction_awa: {
|
|
730
|
+
MessageLocalization: string[];
|
|
731
|
+
};
|
|
732
|
+
sn_internal_services: {
|
|
733
|
+
GlideServiceEndpointUpdater: string[];
|
|
734
|
+
ServiceConfig: string[];
|
|
735
|
+
ServiceRESTMessage: string[];
|
|
736
|
+
ServiceRESTResponse: string[];
|
|
737
|
+
};
|
|
738
|
+
sn_itom_jutils: {
|
|
739
|
+
BatchInsert: string[];
|
|
740
|
+
BatchUpdate: string[];
|
|
741
|
+
};
|
|
742
|
+
sn_itservice: {
|
|
743
|
+
ScopedSmServiceMapApi: string[];
|
|
744
|
+
};
|
|
745
|
+
sn_js_provider: {
|
|
746
|
+
DeliveryContext: string[];
|
|
747
|
+
DestinationDescriptors: string[];
|
|
748
|
+
ProviderService: string[];
|
|
749
|
+
};
|
|
750
|
+
sn_jumbo_app: {
|
|
751
|
+
JumboAppAPI: string[];
|
|
752
|
+
};
|
|
753
|
+
sn_km_intg_api: {
|
|
754
|
+
ExternalKnowledgeHelper: string[];
|
|
755
|
+
WebContentHandler: string[];
|
|
756
|
+
WebDAVResource: string[];
|
|
757
|
+
};
|
|
758
|
+
sn_kmf_ns: {
|
|
759
|
+
CryptoCoreMaintenance: string[];
|
|
760
|
+
GlideKMFVaultCA: string[];
|
|
761
|
+
KmfCallerPolicyAPI: string[];
|
|
762
|
+
KMFCryptoModule: string[];
|
|
763
|
+
KMFCryptoOperation: string[];
|
|
764
|
+
KMFInstanceKeyAPI: string[];
|
|
765
|
+
KMFInstancePKI: string[];
|
|
766
|
+
KmfLifecycleDefaultsAPI: string[];
|
|
767
|
+
KmfLifecyclePolicyAPI: string[];
|
|
768
|
+
KmfModuleAccessPolicyBuilder: string[];
|
|
769
|
+
CryptoModuleState: string[];
|
|
770
|
+
KMFModuleKeyAPI: string[];
|
|
771
|
+
KMFModuleKeyExporter: string[];
|
|
772
|
+
KMFModuleKeyImporter: string[];
|
|
773
|
+
KMFPluginHealth: string[];
|
|
774
|
+
KMFRootKeyAPI: string[];
|
|
775
|
+
KmfSecureModuleAPI: string[];
|
|
776
|
+
KMFServicesStatusChecker: string[];
|
|
777
|
+
KMFUnsafeCertificateScanner: string[];
|
|
778
|
+
KMFVaultAPI: string[];
|
|
779
|
+
KMFVaultHelper: string[];
|
|
780
|
+
};
|
|
781
|
+
sn_lef: {
|
|
782
|
+
EntitlementEngineUtils: string[];
|
|
783
|
+
GlideEntitlement: string[];
|
|
784
|
+
GlideLicenseAPI: string[];
|
|
785
|
+
JsonRecordExtractor: string[];
|
|
786
|
+
LicenseInfoDownloader: string[];
|
|
787
|
+
SelfHostedInstanceAPIProcessor: string[];
|
|
788
|
+
};
|
|
789
|
+
sn_log: {
|
|
790
|
+
GlideLogBuilder: string[];
|
|
791
|
+
GlideLogConfigBuilder: string[];
|
|
792
|
+
GlideLogConfigurator: string[];
|
|
793
|
+
GlideLogContext: string[];
|
|
794
|
+
GlideLogger: string[];
|
|
795
|
+
};
|
|
796
|
+
sn_lv: {
|
|
797
|
+
LookupVerifyUtil: string[];
|
|
798
|
+
};
|
|
799
|
+
sn_mif_core: {
|
|
800
|
+
ManagerChangeSender: string[];
|
|
801
|
+
MIFBatchObjectDefinition: string[];
|
|
802
|
+
MIFDataManager: string[];
|
|
803
|
+
MIFMessageSender: string[];
|
|
804
|
+
MIFSenderReceipt: string[];
|
|
805
|
+
MIFTrustProfile: string[];
|
|
806
|
+
MIFUtils: string[];
|
|
807
|
+
MIFVTableApi: string[];
|
|
808
|
+
TrustChangeSender: string[];
|
|
809
|
+
TrustManager: string[];
|
|
810
|
+
};
|
|
811
|
+
sn_migration_center: {
|
|
812
|
+
MigrationCenterAPI: string[];
|
|
813
|
+
};
|
|
814
|
+
sn_ml: {
|
|
815
|
+
AgentZeroLegacy: string[];
|
|
816
|
+
AgentZeroLegacyStore: string[];
|
|
817
|
+
AgentZeroLegacyVersion: string[];
|
|
818
|
+
AgentZeroSelfTuning: string[];
|
|
819
|
+
AgentZeroSolution: string[];
|
|
820
|
+
AgentZeroSolutionStore: string[];
|
|
821
|
+
AgentZeroSolutionVersion: string[];
|
|
822
|
+
ClassificationSolution: string[];
|
|
823
|
+
ClassificationSolutionStore: string[];
|
|
824
|
+
ClassificationSolutionVersion: string[];
|
|
825
|
+
ClusteringSolution: string[];
|
|
826
|
+
ClusteringSolutionStore: string[];
|
|
827
|
+
ClusteringSolutionVersion: string[];
|
|
828
|
+
CompositeSolution: string[];
|
|
829
|
+
CompositeSolutionStore: string[];
|
|
830
|
+
CompositeSolutionVersion: string[];
|
|
831
|
+
CwfServiceUtil: string[];
|
|
832
|
+
DataAnalysis: string[];
|
|
833
|
+
DataAnalysisStore: string[];
|
|
834
|
+
DataAnalysisVersion: string[];
|
|
835
|
+
DatasetDefinition: string[];
|
|
836
|
+
Encoder: string[];
|
|
837
|
+
EncoderStore: string[];
|
|
838
|
+
EncoderVersion: string[];
|
|
839
|
+
FuzzyMatcherSolution: string[];
|
|
840
|
+
FuzzyMatcherSolutionStore: string[];
|
|
841
|
+
FuzzyMatcherSolutionVersion: string[];
|
|
842
|
+
GeniusSearchInput: string[];
|
|
843
|
+
GeniusSearchQuery: string[];
|
|
844
|
+
GeniusSearchResult: string[];
|
|
845
|
+
GeniusSearchSolution: string[];
|
|
846
|
+
GeniusSearchSolutionStore: string[];
|
|
847
|
+
GeniusSearchSolutionVersion: string[];
|
|
848
|
+
GlideHelper: string[];
|
|
849
|
+
GlideRecordViewUtil: string[];
|
|
850
|
+
LanguageDetector: string[];
|
|
851
|
+
LanguageXSolution: string[];
|
|
852
|
+
LanguageXSolutionStore: string[];
|
|
853
|
+
LanguageXSolutionVersion: string[];
|
|
854
|
+
MLClassification: string[];
|
|
855
|
+
MLClustering: string[];
|
|
856
|
+
MLEntitlementResult: string[];
|
|
857
|
+
MLEntitlementUtil: string[];
|
|
858
|
+
MLFeedbackService: string[];
|
|
859
|
+
MLRecordUtil: string[];
|
|
860
|
+
MLRegression: string[];
|
|
861
|
+
MLServiceUtil: string[];
|
|
862
|
+
MLSimilarity: string[];
|
|
863
|
+
MLSolution: string[];
|
|
864
|
+
MLSolutionFactory: string[];
|
|
865
|
+
NLUSolution: string[];
|
|
866
|
+
NLUSolutionStore: string[];
|
|
867
|
+
NLUSolutionVersion: string[];
|
|
868
|
+
Outcome: string[];
|
|
869
|
+
PredictabilityEstimate: string[];
|
|
870
|
+
PredictabilityEstimateStore: string[];
|
|
871
|
+
PredictabilityEstimateVersion: string[];
|
|
872
|
+
RegressionSolution: string[];
|
|
873
|
+
RegressionSolutionStore: string[];
|
|
874
|
+
RegressionSolutionVersion: string[];
|
|
875
|
+
SearchRelevancySolution: string[];
|
|
876
|
+
SearchRelevancySolutionStore: string[];
|
|
877
|
+
SearchRelevancySolutionVersion: string[];
|
|
878
|
+
Sentencer: string[];
|
|
879
|
+
SimilaritySolution: string[];
|
|
880
|
+
SimilaritySolutionStore: string[];
|
|
881
|
+
SimilaritySolutionVersion: string[];
|
|
882
|
+
Solution: string[];
|
|
883
|
+
SolutionFinder: string[];
|
|
884
|
+
SolutionOverrides: string[];
|
|
885
|
+
SolutionStats: string[];
|
|
886
|
+
TrainingRequest: string[];
|
|
887
|
+
TreeSimilarityAttachmentWriter: string[];
|
|
888
|
+
TreeSimilarityPredictor: string[];
|
|
889
|
+
TreeSimilarityTrainer: string[];
|
|
890
|
+
WorkflowSolution: string[];
|
|
891
|
+
WorkflowSolutionStore: string[];
|
|
892
|
+
WorkflowSolutionVersion: string[];
|
|
893
|
+
};
|
|
894
|
+
sn_ml_di: {
|
|
895
|
+
DocClassifierScriptObject: string[];
|
|
896
|
+
DocClassifierTaskScriptObject: string[];
|
|
897
|
+
DocDataExtractorScriptObject: string[];
|
|
898
|
+
PdfToImgConversionServiceScriptObject: string[];
|
|
899
|
+
PlatformDocumentIntelligenceScriptObject: string[];
|
|
900
|
+
};
|
|
901
|
+
sn_mobile: {
|
|
902
|
+
AdditionalDataScriptable: string[];
|
|
903
|
+
AdditionalInputDataScriptable: string[];
|
|
904
|
+
AttachmentsParameterActionDataScriptable: string[];
|
|
905
|
+
CommentParameterActionDataScriptable: string[];
|
|
906
|
+
DataSourceContextBuilder: string[];
|
|
907
|
+
MobileActionResultScriptable: string[];
|
|
908
|
+
MobileElementValuesMapperScriptable: string[];
|
|
909
|
+
MobileSignatureHandler: string[];
|
|
910
|
+
ScriptableMobileScreenBuilder: string[];
|
|
911
|
+
SilentPushAPIScriptable: string[];
|
|
912
|
+
TypographyValidator: string[];
|
|
913
|
+
};
|
|
914
|
+
sn_mobile_analytics: {
|
|
915
|
+
MobileAnalytics: string[];
|
|
916
|
+
};
|
|
917
|
+
sn_mobile_offline: {
|
|
918
|
+
IncrementalPayloadEventProcessor: string[];
|
|
919
|
+
OfflinePayloadEventProcessor: string[];
|
|
920
|
+
OfflineSchedule: string[];
|
|
921
|
+
};
|
|
922
|
+
sn_mobile_theme: {
|
|
923
|
+
MobileThemeColorAPI: string[];
|
|
924
|
+
};
|
|
925
|
+
sn_module_support: {
|
|
926
|
+
ModuleSupportFactory: string[];
|
|
927
|
+
};
|
|
928
|
+
sn_msteams: {
|
|
929
|
+
MsAuthToken: string[];
|
|
930
|
+
MsHelper: string[];
|
|
931
|
+
};
|
|
932
|
+
sn_nlq: {
|
|
933
|
+
NLQJavascriptProcessorScoped: string[];
|
|
934
|
+
};
|
|
935
|
+
sn_nlu: {
|
|
936
|
+
OpenNluAPI: string[];
|
|
937
|
+
};
|
|
938
|
+
sn_node_2_node: {
|
|
939
|
+
KryoSerializer: string[];
|
|
940
|
+
};
|
|
941
|
+
sn_notification: {
|
|
942
|
+
Action: string[];
|
|
943
|
+
AddressFilter: string[];
|
|
944
|
+
AddressFilterResult: string[];
|
|
945
|
+
AdvancedNotificationRecipients: string[];
|
|
946
|
+
EmailClient: string[];
|
|
947
|
+
EmailClientConfiguration: string[];
|
|
948
|
+
EmailClientFromAddress: string[];
|
|
949
|
+
EmailClientTemplate: string[];
|
|
950
|
+
EmailDraft: string[];
|
|
951
|
+
EmailResponse: string[];
|
|
952
|
+
Messaging: string[];
|
|
953
|
+
NotificationActionService: string[];
|
|
954
|
+
PreferenceDestination: string[];
|
|
955
|
+
Preferences: string[];
|
|
956
|
+
ProviderNotification: string[];
|
|
957
|
+
};
|
|
958
|
+
sn_notify: {
|
|
959
|
+
MsNotifyAuthHelper: string[];
|
|
960
|
+
NotifyPhoneNumber: string[];
|
|
961
|
+
NotifyScoped: string[];
|
|
962
|
+
};
|
|
963
|
+
sn_notify_twilio: {
|
|
964
|
+
NotifyTwilio: string[];
|
|
965
|
+
};
|
|
966
|
+
sn_num_generator: {
|
|
967
|
+
NumberPaddingGenerator: string[];
|
|
968
|
+
};
|
|
969
|
+
sn_occultus: {
|
|
970
|
+
ServiceProvisioningHandler: string[];
|
|
971
|
+
TimestampFormats: string[];
|
|
972
|
+
};
|
|
973
|
+
sn_one_extend: {
|
|
974
|
+
GenerativeAIUtility: string[];
|
|
975
|
+
NowAssistUserSetter: string[];
|
|
976
|
+
OneExtendDataRemodel: string[];
|
|
977
|
+
OneExtendUtil: string[];
|
|
978
|
+
SkillUtility: string[];
|
|
979
|
+
};
|
|
980
|
+
sn_oneapi: {
|
|
981
|
+
OneApiCaller: string[];
|
|
982
|
+
OneApiScriptEvaluator: string[];
|
|
983
|
+
VariableStoreContext: string[];
|
|
984
|
+
VariableStoreService: string[];
|
|
985
|
+
};
|
|
986
|
+
sn_ortools: {
|
|
987
|
+
Optimization: string[];
|
|
988
|
+
};
|
|
989
|
+
sn_pack_opt: {
|
|
990
|
+
PackageOptimizerAPI: string[];
|
|
991
|
+
};
|
|
992
|
+
sn_pad: {
|
|
993
|
+
PDAutomationProvider: string[];
|
|
994
|
+
};
|
|
995
|
+
sn_pad_internal: {
|
|
996
|
+
PDContextProvider: string[];
|
|
997
|
+
ProcessAutomationLaneProvider: string[];
|
|
998
|
+
ProcessAutomationLicenseProvider: string[];
|
|
999
|
+
};
|
|
1000
|
+
sn_par_correlation: {
|
|
1001
|
+
Correlation: string[];
|
|
1002
|
+
};
|
|
1003
|
+
sn_par_intelligence: {
|
|
1004
|
+
CustomInsight: string[];
|
|
1005
|
+
Forecast: string[];
|
|
1006
|
+
InsightACLUtilScriptable: string[];
|
|
1007
|
+
};
|
|
1008
|
+
sn_parser: {
|
|
1009
|
+
ScriptableRhinoNodeCallback: string[];
|
|
1010
|
+
RhinoParser: string[];
|
|
1011
|
+
ScriptAst: string[];
|
|
1012
|
+
};
|
|
1013
|
+
sn_pdfgeneratorutils: {
|
|
1014
|
+
Cell: string[];
|
|
1015
|
+
Color: string[];
|
|
1016
|
+
Document: string[];
|
|
1017
|
+
Image: string[];
|
|
1018
|
+
Line: string[];
|
|
1019
|
+
Paragraph: string[];
|
|
1020
|
+
PDFFont: string[];
|
|
1021
|
+
PDFGenerationAPI: string[];
|
|
1022
|
+
PDFGenerationCleanupAPI: string[];
|
|
1023
|
+
PdfMergeSignRequestor: string[];
|
|
1024
|
+
PdfPage: string[];
|
|
1025
|
+
PDFSigningAPI: string[];
|
|
1026
|
+
Style: string[];
|
|
1027
|
+
SVGToPDFConversionAPI: string[];
|
|
1028
|
+
Table: string[];
|
|
1029
|
+
Text: string[];
|
|
1030
|
+
};
|
|
1031
|
+
sn_pe_dbh: {
|
|
1032
|
+
CEKaaRequestManager: string[];
|
|
1033
|
+
DARECloningAPI: string[];
|
|
1034
|
+
DAREPropertyAPI: string[];
|
|
1035
|
+
DAREPropertyUpgradeAPI: string[];
|
|
1036
|
+
DAREScheduleKeyRotationSettingsAPI: string[];
|
|
1037
|
+
DAREScheduleKeyRotationTriggerAPI: string[];
|
|
1038
|
+
DARESupportAPI: string[];
|
|
1039
|
+
KeyManagementAPI: string[];
|
|
1040
|
+
};
|
|
1041
|
+
sn_ph: {
|
|
1042
|
+
FDSLATimer: string[];
|
|
1043
|
+
GlideProcessAutomation: string[];
|
|
1044
|
+
PlanInfo: string[];
|
|
1045
|
+
};
|
|
1046
|
+
sn_playbook: {
|
|
1047
|
+
PlaybookExperience: string[];
|
|
1048
|
+
};
|
|
1049
|
+
sn_pwdreset_api: {
|
|
1050
|
+
PwdImageCaptcha: string[];
|
|
1051
|
+
};
|
|
1052
|
+
sn_queryrules: {
|
|
1053
|
+
QueryRuleGenerator: string[];
|
|
1054
|
+
};
|
|
1055
|
+
sn_releaseops_apis: {
|
|
1056
|
+
ReleaseOperationManager: string[];
|
|
1057
|
+
ReleaseOpsMIFUtil: string[];
|
|
1058
|
+
};
|
|
1059
|
+
sn_run_level: {
|
|
1060
|
+
GlideSystemRunLevel: string[];
|
|
1061
|
+
};
|
|
1062
|
+
sn_sc: {
|
|
1063
|
+
CartJS: string[];
|
|
1064
|
+
Catalog: string[];
|
|
1065
|
+
CatalogClientScript: string[];
|
|
1066
|
+
CatalogConversationHelper: string[];
|
|
1067
|
+
CatalogItemVariable: string[];
|
|
1068
|
+
CatalogItemVariableSet: string[];
|
|
1069
|
+
CatalogItemVariableSetM2M: string[];
|
|
1070
|
+
CatalogItemVersioningService: string[];
|
|
1071
|
+
CatalogSearch: string[];
|
|
1072
|
+
CatalogTemplate: string[];
|
|
1073
|
+
CatalogVariableUtil: string[];
|
|
1074
|
+
CatalogWizardHandler: string[];
|
|
1075
|
+
CatCategory: string[];
|
|
1076
|
+
CatItem: string[];
|
|
1077
|
+
ItemOptionQuestionSetJS: string[];
|
|
1078
|
+
OrderGuide: string[];
|
|
1079
|
+
OrderGuideSequenceFulfillment: string[];
|
|
1080
|
+
OrderGuideSequencing: string[];
|
|
1081
|
+
PolicyDesigner: string[];
|
|
1082
|
+
ProducerTargetManager: string[];
|
|
1083
|
+
QuestionDesigner: string[];
|
|
1084
|
+
ServiceFulfillment: string[];
|
|
1085
|
+
TableVariableSetJS: string[];
|
|
1086
|
+
VariablePoolQuestionSetJS: string[];
|
|
1087
|
+
};
|
|
1088
|
+
sn_sc_replication: {
|
|
1089
|
+
MessageReplicationCyclicDependencyValidator: string[];
|
|
1090
|
+
};
|
|
1091
|
+
sn_sc_schema: {
|
|
1092
|
+
KafkaStreamSchema: string[];
|
|
1093
|
+
};
|
|
1094
|
+
sn_schdl_ns: {
|
|
1095
|
+
GlideMultiRecurrence: string[];
|
|
1096
|
+
ResourceForecaster: string[];
|
|
1097
|
+
};
|
|
1098
|
+
sn_schema_validator: {
|
|
1099
|
+
AliasValidator: string[];
|
|
1100
|
+
DictionaryValidator: string[];
|
|
1101
|
+
HierarchyValidator: string[];
|
|
1102
|
+
SchemaValidator: string[];
|
|
1103
|
+
};
|
|
1104
|
+
sn_scoped_cache: {
|
|
1105
|
+
ScopedCacheManager: string[];
|
|
1106
|
+
};
|
|
1107
|
+
sn_scripted_gql: {
|
|
1108
|
+
TypeResolutionEnvironment: string[];
|
|
1109
|
+
};
|
|
1110
|
+
sn_scripted_screen: {
|
|
1111
|
+
ButtonInstanceBuilder: string[];
|
|
1112
|
+
DescriptiveElementBuilder: string[];
|
|
1113
|
+
InputBuilder: string[];
|
|
1114
|
+
PageBuilder: string[];
|
|
1115
|
+
ParameterActionBuilder: string[];
|
|
1116
|
+
PaginationType: string[];
|
|
1117
|
+
SectionBuilder: string[];
|
|
1118
|
+
SliderInputBuilder: string[];
|
|
1119
|
+
UIRuleBuilder: string[];
|
|
1120
|
+
UnsavedChangesConfirmationDialogBuilder: string[];
|
|
1121
|
+
VariableBuilder: string[];
|
|
1122
|
+
};
|
|
1123
|
+
sn_search: {
|
|
1124
|
+
Agentic: string[];
|
|
1125
|
+
AIGeniusResult: string[];
|
|
1126
|
+
AISearchResult: string[];
|
|
1127
|
+
AsyncNBAResponseProcessor: string[];
|
|
1128
|
+
ChunkInfoScript: string[];
|
|
1129
|
+
ColumnInfo: string[];
|
|
1130
|
+
ConversationCallback: string[];
|
|
1131
|
+
ConversationOrchestrator: string[];
|
|
1132
|
+
ConversationResponse: string[];
|
|
1133
|
+
InputMatch: string[];
|
|
1134
|
+
Passage: string[];
|
|
1135
|
+
PassageInfo: string[];
|
|
1136
|
+
PendingResultDetails: string[];
|
|
1137
|
+
QueryDisambiguation: string[];
|
|
1138
|
+
RAGAnalyticsPayload: string[];
|
|
1139
|
+
RAGRetrievalAPI: string[];
|
|
1140
|
+
RAGRetrievalChunkingFormat: string[];
|
|
1141
|
+
RAGRetrievalRequest: string[];
|
|
1142
|
+
RAGRetrievalResponse: string[];
|
|
1143
|
+
RAGRetrievalSearchResult: string[];
|
|
1144
|
+
RAGRetrievalSemanticConfiguration: string[];
|
|
1145
|
+
RAGRetrievalSource: string[];
|
|
1146
|
+
ScriptableAISearchGlideTracer: string[];
|
|
1147
|
+
ScriptableAISearchRequestedFieldsUtil: string[];
|
|
1148
|
+
ScriptableAsyncGeniusResultProcessor: string[];
|
|
1149
|
+
ScriptableAsyncQueryRewriteProcessor: string[];
|
|
1150
|
+
ScriptableAsyncRouterResponseProcessor: string[];
|
|
1151
|
+
ScriptableOrchestratorContext: string[];
|
|
1152
|
+
ScriptableResultTemplateMapper: string[];
|
|
1153
|
+
ScriptableSearchCheckpointService: string[];
|
|
1154
|
+
SearchAPI: string[];
|
|
1155
|
+
SearchContextUtils: string[];
|
|
1156
|
+
SearchFacet: string[];
|
|
1157
|
+
SearchFacetData: string[];
|
|
1158
|
+
SearchFacetOption: string[];
|
|
1159
|
+
SearchField: string[];
|
|
1160
|
+
SearchFilter: string[];
|
|
1161
|
+
SearchGeniusResult: string[];
|
|
1162
|
+
SearchPreviewAPI: string[];
|
|
1163
|
+
SearchAnalyticsPayload: string[];
|
|
1164
|
+
SearchResult: string[];
|
|
1165
|
+
SensitivityFilter: string[];
|
|
1166
|
+
SmallTalk: string[];
|
|
1167
|
+
};
|
|
1168
|
+
sn_sec_diag: {
|
|
1169
|
+
DataFilterPerformanceAnalysis: string[];
|
|
1170
|
+
};
|
|
1171
|
+
sn_secrets_ns: {
|
|
1172
|
+
ScopedSecretGroupManager: string[];
|
|
1173
|
+
ScopedSecretsManager: string[];
|
|
1174
|
+
SecretsJobManager: string[];
|
|
1175
|
+
SMPermissionUtil: string[];
|
|
1176
|
+
};
|
|
1177
|
+
sn_security_upgrade_utils: {
|
|
1178
|
+
SlowRolloutUpgradeHelperAPI: string[];
|
|
1179
|
+
};
|
|
1180
|
+
sn_sensitive: {
|
|
1181
|
+
SensitiveDataAnalyzer: string[];
|
|
1182
|
+
};
|
|
1183
|
+
sn_sir_core: {
|
|
1184
|
+
SecurityIncident: string[];
|
|
1185
|
+
};
|
|
1186
|
+
sn_slow_events: {
|
|
1187
|
+
SlowEventManager: string[];
|
|
1188
|
+
};
|
|
1189
|
+
sn_sm: {
|
|
1190
|
+
RecordStateValidator: string[];
|
|
1191
|
+
SMConfigCompatibility: string[];
|
|
1192
|
+
SMConfiguration: string[];
|
|
1193
|
+
SMTemplateCompatibility: string[];
|
|
1194
|
+
};
|
|
1195
|
+
sn_snap: {
|
|
1196
|
+
AntivirusExcludedTablesGetter: string[];
|
|
1197
|
+
AntiVirusOnDemandAdvisor: string[];
|
|
1198
|
+
InfectedAttachmentNotifier: string[];
|
|
1199
|
+
};
|
|
1200
|
+
sn_snippets: {
|
|
1201
|
+
QuickAction: string[];
|
|
1202
|
+
};
|
|
1203
|
+
sn_sp_analytics: {
|
|
1204
|
+
SPAnalytics: string[];
|
|
1205
|
+
};
|
|
1206
|
+
sn_state_flow: {
|
|
1207
|
+
StateFlowFilter: string[];
|
|
1208
|
+
};
|
|
1209
|
+
sn_std_tkt_api: {
|
|
1210
|
+
TicketConfig: string[];
|
|
1211
|
+
};
|
|
1212
|
+
sn_svcerr: {
|
|
1213
|
+
ErrorCategory: string[];
|
|
1214
|
+
ErrorCode: string[];
|
|
1215
|
+
ErrorMgrScript: string[];
|
|
1216
|
+
ErrorSuggestion: string[];
|
|
1217
|
+
ScopedDomainHelper: string[];
|
|
1218
|
+
};
|
|
1219
|
+
sn_svcmod: {
|
|
1220
|
+
PackageDefinitionFactory: string[];
|
|
1221
|
+
ServiceContainerFactory: string[];
|
|
1222
|
+
anyFactory: string[];
|
|
1223
|
+
ServiceDeploymentExtensionFactory: string[];
|
|
1224
|
+
ServiceSecurityFactory: string[];
|
|
1225
|
+
TimeLineFactory: string[];
|
|
1226
|
+
};
|
|
1227
|
+
sn_t2s: {
|
|
1228
|
+
ScriptableTextToSpokeService: string[];
|
|
1229
|
+
};
|
|
1230
|
+
sn_telemetry: {
|
|
1231
|
+
GlideSpan: string[];
|
|
1232
|
+
GlideTracer: string[];
|
|
1233
|
+
};
|
|
1234
|
+
sn_templated_snippets: {
|
|
1235
|
+
ResponseTemplate: string[];
|
|
1236
|
+
};
|
|
1237
|
+
sn_templates: {
|
|
1238
|
+
LoaderContext: string[];
|
|
1239
|
+
PayloadScanner: string[];
|
|
1240
|
+
PayloadScannerResult: string[];
|
|
1241
|
+
PayloadScanVariable: string[];
|
|
1242
|
+
PreScanChecker: string[];
|
|
1243
|
+
PreScanCheckResult: string[];
|
|
1244
|
+
SpokeValidator: string[];
|
|
1245
|
+
TemplateFlowCreator: string[];
|
|
1246
|
+
TemplateScriptableAPI: string[];
|
|
1247
|
+
UnloaderContext: string[];
|
|
1248
|
+
};
|
|
1249
|
+
sn_tfrm: {
|
|
1250
|
+
Transformer: string[];
|
|
1251
|
+
TransformerDefinition: string[];
|
|
1252
|
+
TransformerRuleList: string[];
|
|
1253
|
+
};
|
|
1254
|
+
sn_tours: {
|
|
1255
|
+
TourDataService: string[];
|
|
1256
|
+
};
|
|
1257
|
+
sn_tracking_call_chain: {
|
|
1258
|
+
TransactionCallChainRegister: string[];
|
|
1259
|
+
};
|
|
1260
|
+
sn_ua: {
|
|
1261
|
+
GlideUAEvent: string[];
|
|
1262
|
+
LicenseMutex: string[];
|
|
1263
|
+
ScopedUAAppInfo: string[];
|
|
1264
|
+
ScriptableUAHashUtil: string[];
|
|
1265
|
+
ScriptableUANumberManager: string[];
|
|
1266
|
+
};
|
|
1267
|
+
sn_uapaf: {
|
|
1268
|
+
ScopedAnalyticsFramework: string[];
|
|
1269
|
+
};
|
|
1270
|
+
sn_uc: {
|
|
1271
|
+
AppUpgradeStatusProvider: string[];
|
|
1272
|
+
StagedUpgradeAPI: string[];
|
|
1273
|
+
UCSkippedRecordsTaskBoard: string[];
|
|
1274
|
+
UpgradeMgmtUtil: string[];
|
|
1275
|
+
UpgradePreviewUtil: string[];
|
|
1276
|
+
UserCriteria: string[];
|
|
1277
|
+
UserCriteriaLoader: string[];
|
|
1278
|
+
};
|
|
1279
|
+
sn_ucf_import: {
|
|
1280
|
+
GRCUpdateV2: string[];
|
|
1281
|
+
UCFCompareV2: string[];
|
|
1282
|
+
UCFCompatibilityV2: string[];
|
|
1283
|
+
UCFDownloadV2: string[];
|
|
1284
|
+
UCFFilterV2: string[];
|
|
1285
|
+
UCFSuperControlV2: string[];
|
|
1286
|
+
UCFUtilV2: string[];
|
|
1287
|
+
};
|
|
1288
|
+
sn_uit: {
|
|
1289
|
+
CustomerUpdatesMigrationHelper: string[];
|
|
1290
|
+
CustomizationRiskNotifier: string[];
|
|
1291
|
+
MetadataVolatilityManifestLoader: string[];
|
|
1292
|
+
UpgradeImpactTracker: string[];
|
|
1293
|
+
};
|
|
1294
|
+
sn_uni_req_api: {
|
|
1295
|
+
UniversalRequestUtilsJS: string[];
|
|
1296
|
+
};
|
|
1297
|
+
sn_update_set: {
|
|
1298
|
+
UpdateSetAnalytics: string[];
|
|
1299
|
+
UpdateSetUtil: string[];
|
|
1300
|
+
};
|
|
1301
|
+
sn_usr: {
|
|
1302
|
+
SkippedRecordRuleAPI: string[];
|
|
1303
|
+
};
|
|
1304
|
+
sn_utc: {
|
|
1305
|
+
OnDemandAppLifecycleAPI: string[];
|
|
1306
|
+
UpgradePlanAPI: string[];
|
|
1307
|
+
UpgradePlanInstanceTypeAPI: string[];
|
|
1308
|
+
};
|
|
1309
|
+
sn_ux_metrics: {
|
|
1310
|
+
GlideUXMetricsConfiguration: string[];
|
|
1311
|
+
PerformanceAnalyzerDAO: string[];
|
|
1312
|
+
};
|
|
1313
|
+
sn_uxa_ns: {
|
|
1314
|
+
EventCollector: string[];
|
|
1315
|
+
EventMetadataMap: string[];
|
|
1316
|
+
EventPropertiesMap: string[];
|
|
1317
|
+
};
|
|
1318
|
+
sn_vcs: {
|
|
1319
|
+
AppSourceControl: string[];
|
|
1320
|
+
Branches: string[];
|
|
1321
|
+
CommitDetails: string[];
|
|
1322
|
+
Commits: string[];
|
|
1323
|
+
CommitStashPreview: string[];
|
|
1324
|
+
CreateBranch: string[];
|
|
1325
|
+
CreateBranchForApp: string[];
|
|
1326
|
+
CreateTag: string[];
|
|
1327
|
+
ExportApplication: string[];
|
|
1328
|
+
GenerateStashPreview: string[];
|
|
1329
|
+
ImportApplication: string[];
|
|
1330
|
+
MIDResponse: string[];
|
|
1331
|
+
MIDTimeoutResponse: string[];
|
|
1332
|
+
MIDTracker: string[];
|
|
1333
|
+
OutgoingChanges: string[];
|
|
1334
|
+
RefreshRepository: string[];
|
|
1335
|
+
RegisterRepository: string[];
|
|
1336
|
+
Repositories: string[];
|
|
1337
|
+
RepositoryWorkers: string[];
|
|
1338
|
+
SourceControl: string[];
|
|
1339
|
+
SourceControlErrorInfoFinder: string[];
|
|
1340
|
+
SourceControlHistoryFinder: string[];
|
|
1341
|
+
Stashes: string[];
|
|
1342
|
+
SwitchToBranch: string[];
|
|
1343
|
+
Tags: string[];
|
|
1344
|
+
TestConnection: string[];
|
|
1345
|
+
UpdateRepoConfig: string[];
|
|
1346
|
+
Updates: string[];
|
|
1347
|
+
};
|
|
1348
|
+
sn_vsc_api: {
|
|
1349
|
+
UpdateControls: string[];
|
|
1350
|
+
};
|
|
1351
|
+
sn_vtable: {
|
|
1352
|
+
ColumnDefinition: string[];
|
|
1353
|
+
ColumnDefinitionResponse: string[];
|
|
1354
|
+
RemoteTableAccessPolicy: string[];
|
|
1355
|
+
RemoteTableCacheManager: string[];
|
|
1356
|
+
RemoteTableDefinition: string[];
|
|
1357
|
+
RemoteTableManager: string[];
|
|
1358
|
+
SimpleResponse: string[];
|
|
1359
|
+
};
|
|
1360
|
+
sn_vtb: {
|
|
1361
|
+
Board: string[];
|
|
1362
|
+
BoardManager: string[];
|
|
1363
|
+
CardManager: string[];
|
|
1364
|
+
LaneManager: string[];
|
|
1365
|
+
};
|
|
1366
|
+
sn_vul_core: {
|
|
1367
|
+
NVDDownload: string[];
|
|
1368
|
+
SimpleGETResponse: string[];
|
|
1369
|
+
SimpleZipResourceClient: string[];
|
|
1370
|
+
ZipStream: string[];
|
|
1371
|
+
};
|
|
1372
|
+
sn_word_doc_api: {
|
|
1373
|
+
WordDocumentAPI: string[];
|
|
1374
|
+
};
|
|
1375
|
+
sn_ws: {
|
|
1376
|
+
APIMonthlyRequestorStats: string[];
|
|
1377
|
+
APIMonthlyStats: string[];
|
|
1378
|
+
MIDHTTPEventLogger: string[];
|
|
1379
|
+
ResourceInfo: string[];
|
|
1380
|
+
RESTMessageTest: string[];
|
|
1381
|
+
RESTMessageV2: string[];
|
|
1382
|
+
RESTResponseV2: string[];
|
|
1383
|
+
ServiceInfo: string[];
|
|
1384
|
+
ServicesRetriever: string[];
|
|
1385
|
+
SOAPAPIInfo: string[];
|
|
1386
|
+
SOAPAPIRetriever: string[];
|
|
1387
|
+
SOAPMessageTest: string[];
|
|
1388
|
+
SOAPMessageV2: string[];
|
|
1389
|
+
SOAPResponseV2: string[];
|
|
1390
|
+
UriMatcher: string[];
|
|
1391
|
+
UriMatcherResponse: string[];
|
|
1392
|
+
VersionInfo: string[];
|
|
1393
|
+
WebServicePolicyValidator: string[];
|
|
1394
|
+
};
|
|
1395
|
+
sn_ws_err: {
|
|
1396
|
+
ServiceError: string[];
|
|
1397
|
+
};
|
|
1398
|
+
sn_ws_int: {
|
|
1399
|
+
RESTAPIRequest: string[];
|
|
1400
|
+
RESTAPIRequestBody: string[];
|
|
1401
|
+
RESTAPIResponse: string[];
|
|
1402
|
+
RESTAPIResponseStream: string[];
|
|
1403
|
+
};
|
|
1404
|
+
sn_zta: {
|
|
1405
|
+
ContinuousAuthenticationUtil: string[];
|
|
1406
|
+
};
|
|
1407
|
+
defaults: {
|
|
1408
|
+
GlideAction: string[];
|
|
1409
|
+
ActivityLogger: string[];
|
|
1410
|
+
AJAXMapLegendItem: string[];
|
|
1411
|
+
AJAXScheduleItem: string[];
|
|
1412
|
+
AJAXSchedulePage: string[];
|
|
1413
|
+
AnonymizationApi: string[];
|
|
1414
|
+
AppManagerAPI: string[];
|
|
1415
|
+
CachedRecord: string[];
|
|
1416
|
+
CertificateEncryption: string[];
|
|
1417
|
+
CertificationProcessing: string[];
|
|
1418
|
+
CIRelationInfoUtil: string[];
|
|
1419
|
+
ContextMenu: string[];
|
|
1420
|
+
CSSPropertiesRepository: string[];
|
|
1421
|
+
DataPatternValidator: string[];
|
|
1422
|
+
DataPrivacyAnonymization: string[];
|
|
1423
|
+
DataPrivacyApi: string[];
|
|
1424
|
+
DataPrivacyApiSupport: string[];
|
|
1425
|
+
DataPrivacyNamingService: string[];
|
|
1426
|
+
DataProtectionBaseLicensing: string[];
|
|
1427
|
+
DataProtectionJob: string[];
|
|
1428
|
+
DataProtectionValidator: string[];
|
|
1429
|
+
DataSecurityService: string[];
|
|
1430
|
+
DependencyManager: string[];
|
|
1431
|
+
Digest: string[];
|
|
1432
|
+
DomainCleanup: string[];
|
|
1433
|
+
DynamicSchemaAPI: string[];
|
|
1434
|
+
EHRTProcessor: string[];
|
|
1435
|
+
EmailAttachment: string[];
|
|
1436
|
+
EmailLogger: string[];
|
|
1437
|
+
EmailServiceSendConfig: string[];
|
|
1438
|
+
EventAnalyticsAggConfig: string[];
|
|
1439
|
+
ExperimentationService: string[];
|
|
1440
|
+
ExperimentContext: string[];
|
|
1441
|
+
FeedBackResponse: string[];
|
|
1442
|
+
FlowTriggerAPI: string[];
|
|
1443
|
+
GCFCollector: string[];
|
|
1444
|
+
GCFDefinitionMapper: string[];
|
|
1445
|
+
GCFSampleMap: string[];
|
|
1446
|
+
GlideappAJAXMapPage: string[];
|
|
1447
|
+
GlideAppCache: string[];
|
|
1448
|
+
GlideappCatalogItem: string[];
|
|
1449
|
+
GlideAppCustomizationPackager: string[];
|
|
1450
|
+
GlideAppInstallValidationHelper: string[];
|
|
1451
|
+
GlideApplicationProperty: string[];
|
|
1452
|
+
GlideAppLoader: string[];
|
|
1453
|
+
GlideappQuestion: string[];
|
|
1454
|
+
GlideappWizardIntercept: string[];
|
|
1455
|
+
GlideAvatarFinder: string[];
|
|
1456
|
+
GlideCalendarDateTime: string[];
|
|
1457
|
+
GlideChoice: string[];
|
|
1458
|
+
GlideChoiceList: string[];
|
|
1459
|
+
GlideClientDate: string[];
|
|
1460
|
+
GlideClientExtensionPoint: string[];
|
|
1461
|
+
GlideCodeSigningTracker: string[];
|
|
1462
|
+
GlideContentType: string[];
|
|
1463
|
+
GlideController: string[];
|
|
1464
|
+
GlideCounter: string[];
|
|
1465
|
+
GlideCustomTableUtils: string[];
|
|
1466
|
+
GlideDataBrokerScriptableQueryAPI: string[];
|
|
1467
|
+
GlideDate: string[];
|
|
1468
|
+
GlideDateTime: string[];
|
|
1469
|
+
GlideDBFunctionBuilder: string[];
|
|
1470
|
+
GlideDBFunctionCaseBuilder: string[];
|
|
1471
|
+
GlideDBFunctionCaseBuilderBuild: string[];
|
|
1472
|
+
GlideDBFunctionCaseBuilderThen: string[];
|
|
1473
|
+
GlideDBFunctionCaseBuilderWhenOtherwiseBuild: string[];
|
|
1474
|
+
GlideDigest: string[];
|
|
1475
|
+
GlideDuration: string[];
|
|
1476
|
+
GlideDynamicAttribute: string[];
|
|
1477
|
+
GlideDynamicAttributeStore: string[];
|
|
1478
|
+
GlideDynamicNamespace: string[];
|
|
1479
|
+
GlideElement: string[];
|
|
1480
|
+
GlideElementDescriptor: string[];
|
|
1481
|
+
GlideEmailOutbound: string[];
|
|
1482
|
+
GlideExecutionTracker: string[];
|
|
1483
|
+
GlideFilter: string[];
|
|
1484
|
+
GlideGenAIUtils: string[];
|
|
1485
|
+
GlideGeoPoint: string[];
|
|
1486
|
+
GlideHTTPHeader: string[];
|
|
1487
|
+
GlideHTTPUtil: string[];
|
|
1488
|
+
GlideImportLog: string[];
|
|
1489
|
+
GlideImportSetRun: string[];
|
|
1490
|
+
GlideImportSetTransformer: string[];
|
|
1491
|
+
GlideIntegerDate: string[];
|
|
1492
|
+
GlideIntegerTime: string[];
|
|
1493
|
+
GlideJsonPath: string[];
|
|
1494
|
+
GlideKaaProfileFactory: string[];
|
|
1495
|
+
GlideLocale: string[];
|
|
1496
|
+
GlideLRUCache: string[];
|
|
1497
|
+
GlideMemoryRecord: string[];
|
|
1498
|
+
GlideNativeRecordMutex: string[];
|
|
1499
|
+
GlidePluginManager: string[];
|
|
1500
|
+
GlidePreciseTime: string[];
|
|
1501
|
+
GlideQueryRecord: string[];
|
|
1502
|
+
GlideQueryCondition: string[];
|
|
1503
|
+
GlideRenderJavascript: string[];
|
|
1504
|
+
GlideRenderProperties: string[];
|
|
1505
|
+
GlideSchedule: string[];
|
|
1506
|
+
GlideScheduleDateTime: string[];
|
|
1507
|
+
GlideScheduleDateTimeSpan: string[];
|
|
1508
|
+
GlideScheduleTimeMap: string[];
|
|
1509
|
+
GlideScheduleTimeSpan: string[];
|
|
1510
|
+
GlideScopedEvaluator: string[];
|
|
1511
|
+
GlideScopedPublishAppWorker: string[];
|
|
1512
|
+
GlideScopeNameUtil: string[];
|
|
1513
|
+
GlideScriptedExtensionPoint: string[];
|
|
1514
|
+
GlideScriptedHierarchicalWorker: string[];
|
|
1515
|
+
GlideScriptEditorUtil: string[];
|
|
1516
|
+
GlideScriptedProcessor: string[];
|
|
1517
|
+
GlideSecureRandomUtil: string[];
|
|
1518
|
+
GlideSecurityUtils: string[];
|
|
1519
|
+
GlideServletRequest: string[];
|
|
1520
|
+
GlideServletResponse: string[];
|
|
1521
|
+
GlideSession: string[];
|
|
1522
|
+
GlideShellEscapeUtils: string[];
|
|
1523
|
+
GlideSPScriptable: string[];
|
|
1524
|
+
GlideSQLEscapeUtils: string[];
|
|
1525
|
+
GlideStringUtil: string[];
|
|
1526
|
+
GlideSubQuery: string[];
|
|
1527
|
+
GlideSysAttachment: string[];
|
|
1528
|
+
GlideSysListControl: string[];
|
|
1529
|
+
GlideSysTitle: string[];
|
|
1530
|
+
GlideTableHierarchy: string[];
|
|
1531
|
+
GlideTemplate: string[];
|
|
1532
|
+
GlideTextReader: string[];
|
|
1533
|
+
GlideTime: string[];
|
|
1534
|
+
GlideTransformLog: string[];
|
|
1535
|
+
GlideUICompatibility: string[];
|
|
1536
|
+
GlideUIExtensionPoint: string[];
|
|
1537
|
+
GlideUninstallApplicationInfo: string[];
|
|
1538
|
+
GlideUpgradeUtil: string[];
|
|
1539
|
+
GlideURI: string[];
|
|
1540
|
+
GlideUser: string[];
|
|
1541
|
+
GlideUxTheme: string[];
|
|
1542
|
+
GlideVector: string[];
|
|
1543
|
+
GlideVScriptableQueryAPI: string[];
|
|
1544
|
+
GlideVScriptableRecordAPI: string[];
|
|
1545
|
+
GlideVScriptableTableAPI: string[];
|
|
1546
|
+
GlideXMLParameters: string[];
|
|
1547
|
+
GlideXMLUtil: string[];
|
|
1548
|
+
GlideZipInputStream: string[];
|
|
1549
|
+
GlideZipOutputStream: string[];
|
|
1550
|
+
gs: string[];
|
|
1551
|
+
LFZipInputStream: string[];
|
|
1552
|
+
LFZipOutputStream: string[];
|
|
1553
|
+
LocalizationFramework: string[];
|
|
1554
|
+
MappingLookupSourceDescriptor: string[];
|
|
1555
|
+
MetadataLinkUtil: string[];
|
|
1556
|
+
NativeCrypto: string[];
|
|
1557
|
+
NodeServiceSaturation: string[];
|
|
1558
|
+
ParseAttachmentAsAnEmail: string[];
|
|
1559
|
+
PAScopedUtils: string[];
|
|
1560
|
+
PAScorecard: string[];
|
|
1561
|
+
PASnapshot: string[];
|
|
1562
|
+
PhoneNumberFormat: string[];
|
|
1563
|
+
PolarisUI: string[];
|
|
1564
|
+
ProcessMiningForExternalData: string[];
|
|
1565
|
+
ProcessOptimization: string[];
|
|
1566
|
+
RecordHierarchyAPI: string[];
|
|
1567
|
+
RenderProperties: string[];
|
|
1568
|
+
ScopedAppDictionaryXMLBuilder: string[];
|
|
1569
|
+
ScopedAppRepoRequest: string[];
|
|
1570
|
+
ScopedDCManager: string[];
|
|
1571
|
+
ScopedGlideSysAttachment: string[];
|
|
1572
|
+
ScopedKMFKaaProfile: string[];
|
|
1573
|
+
ScopedPAFormula: string[];
|
|
1574
|
+
ScopedPATarget: string[];
|
|
1575
|
+
ScopedReportUtil: string[];
|
|
1576
|
+
ScopedReportViewACLManager: string[];
|
|
1577
|
+
ScriptableAnalyticsCacheAPI: string[];
|
|
1578
|
+
ScriptableChartsAPI: string[];
|
|
1579
|
+
ScriptableParDataAPI: string[];
|
|
1580
|
+
SensitiveDataDiscovery: string[];
|
|
1581
|
+
SncIPAddress: string[];
|
|
1582
|
+
SncProbe: string[];
|
|
1583
|
+
SOAPDocument2: string[];
|
|
1584
|
+
TaxonomyJS: string[];
|
|
1585
|
+
TemplatePrinter: string[];
|
|
1586
|
+
TopicJS: string[];
|
|
1587
|
+
TransactionReplayRunner: string[];
|
|
1588
|
+
TriggerUsage: string[];
|
|
1589
|
+
UAKeyDescriptorBuilder: string[];
|
|
1590
|
+
UIBScriptables: string[];
|
|
1591
|
+
UpgradeDebuggerResult: string[];
|
|
1592
|
+
UserSkillAnalyzer: string[];
|
|
1593
|
+
UserSkillRanking: string[];
|
|
1594
|
+
UXFixJob: string[];
|
|
1595
|
+
UXFMigrationUtils: string[];
|
|
1596
|
+
UxFrameworkScriptables: string[];
|
|
1597
|
+
UxPageTreeCloner: string[];
|
|
1598
|
+
VersionComparatorUtil: string[];
|
|
1599
|
+
Workflow: string[];
|
|
1600
|
+
WorkflowDatabus: string[];
|
|
1601
|
+
XMLDocument2: string[];
|
|
1602
|
+
XMLNode: string[];
|
|
1603
|
+
XMLNodeIterator: string[];
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1606
|
+
export { GlideAPIs };
|