@servicenow/glide 25.0.3 → 26.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/imports/AuthCredential.d.ts +5 -0
- package/dist/imports/AuthCredential.js +3 -0
- package/dist/imports/AuthCredential.js.map +1 -0
- package/dist/imports/CMDBGroupAPI.d.ts +14 -0
- package/dist/imports/{OrderGuideJS.js → CMDBGroupAPI.js} +1 -1
- package/dist/imports/CMDBGroupAPI.js.map +1 -0
- package/dist/imports/CSVParser.d.ts +5 -0
- package/dist/imports/{CatalogJS.js → CSVParser.js} +1 -1
- package/dist/imports/CSVParser.js.map +1 -0
- package/dist/imports/Cell.d.ts +40 -0
- package/dist/imports/Color.d.ts +7 -0
- package/dist/imports/ConnectionInfo.d.ts +17 -0
- package/dist/imports/ConnectionInfo.js +3 -0
- package/dist/imports/ConnectionInfo.js.map +1 -0
- package/dist/imports/ConnectionInfoProvider.d.ts +8 -0
- package/dist/imports/ConnectionInfoProvider.js +3 -0
- package/dist/imports/ConnectionInfoProvider.js.map +1 -0
- package/dist/imports/Data.d.ts +1 -2
- package/dist/imports/DataBuilder.d.ts +1 -2
- package/dist/imports/DecisionTableAPI.d.ts +43 -0
- package/dist/imports/DecisionTableAPI.js +3 -0
- package/dist/imports/DecisionTableAPI.js.map +1 -0
- package/dist/imports/DiscoveryAPI.d.ts +8 -0
- package/dist/imports/DiscoveryAPI.js +3 -0
- package/dist/imports/DiscoveryAPI.js.map +1 -0
- package/dist/imports/Document.d.ts +25 -0
- package/dist/imports/DocumentListEntryService.d.ts +8 -0
- package/dist/imports/DocumentListEntryService.js +3 -0
- package/dist/imports/DocumentListEntryService.js.map +1 -0
- package/dist/imports/DocumentListService.d.ts +9 -0
- package/dist/imports/{CatalogItemCategory.js → DocumentListService.js} +1 -1
- package/dist/imports/DocumentListService.js.map +1 -0
- package/dist/imports/DocumentReferenceService.d.ts +6 -0
- package/dist/imports/DocumentReferenceService.js +3 -0
- package/dist/imports/DocumentReferenceService.js.map +1 -0
- package/dist/imports/DocumentService.d.ts +8 -0
- package/dist/imports/DocumentService.js +3 -0
- package/dist/imports/DocumentService.js.map +1 -0
- package/dist/imports/DocumentVersionService.d.ts +8 -0
- package/dist/imports/DocumentVersionService.js +3 -0
- package/dist/imports/DocumentVersionService.js.map +1 -0
- package/dist/imports/DuplicateTemplate.d.ts +17 -0
- package/dist/imports/DuplicateTemplate.js +3 -0
- package/dist/imports/DuplicateTemplate.js.map +1 -0
- package/dist/imports/Findings.d.ts +7 -0
- package/dist/imports/{Catalog.js → Findings.js} +1 -1
- package/dist/imports/Findings.js.map +1 -0
- package/dist/imports/GeniusResultAnswer.d.ts +21 -0
- package/dist/imports/GeniusResultAnswer.js +3 -0
- package/dist/imports/GeniusResultAnswer.js.map +1 -0
- package/dist/imports/GeniusResultContext.d.ts +18 -0
- package/dist/imports/GeniusResultContext.js +3 -0
- package/dist/imports/GeniusResultContext.js.map +1 -0
- package/dist/imports/GlideAggregate.d.ts +9 -9
- package/dist/imports/GlideCurrencyConfig.d.ts +14 -0
- package/dist/imports/GlideCurrencyConfig.js +3 -0
- package/dist/imports/GlideCurrencyConfig.js.map +1 -0
- package/dist/imports/GlideCurrencyConverter.d.ts +10 -0
- package/dist/imports/GlideCurrencyExchangeValue.d.ts +11 -0
- package/dist/imports/GlideCurrencyFormatter.d.ts +7 -0
- package/dist/imports/GlideCurrencyParser.d.ts +5 -0
- package/dist/imports/GlideCurrencyValue.d.ts +5 -0
- package/dist/imports/GlideElement.d.ts +2 -2
- package/dist/imports/GlideExcelParser.d.ts +19 -0
- package/dist/imports/GlideExcelParser.js +3 -0
- package/dist/imports/GlideExcelParser.js.map +1 -0
- package/dist/imports/GlideImportSetTable.d.ts +7 -0
- package/dist/imports/GlideImportSetTable.js +3 -0
- package/dist/imports/GlideImportSetTable.js.map +1 -0
- package/dist/imports/GlideImportSetTransformMap.d.ts +6 -0
- package/dist/imports/GlideImportSetTransformMap.js +3 -0
- package/dist/imports/GlideImportSetTransformMap.js.map +1 -0
- package/dist/imports/GlideImportSetTransformer.d.ts +2 -1
- package/dist/imports/GlideMultiRecurrence.d.ts +5 -0
- package/dist/imports/GlideMultiRecurrence.js +3 -0
- package/dist/imports/GlideMultiRecurrence.js.map +1 -0
- package/dist/imports/GlideNumberFormatter.d.ts +4 -0
- package/dist/imports/GlideNumberFormatter.js +3 -0
- package/dist/imports/GlideNumberFormatter.js.map +1 -0
- package/dist/imports/GlideRecord.d.ts +8 -8
- package/dist/imports/GlideRecordSecure.d.ts +8 -8
- package/dist/imports/GlideRenderProperties.d.ts +2 -1
- package/dist/imports/GlideSPScriptable.d.ts +2 -0
- package/dist/imports/GlideSchedule.d.ts +1 -1
- package/dist/imports/GlideSession.d.ts +3 -3
- package/dist/imports/GlideSysListControl.d.ts +1 -2
- package/dist/imports/GlideSystem.d.ts +2 -2
- package/dist/imports/GlideSystemUserSession.d.ts +2 -2
- package/dist/imports/GlideUser.d.ts +4 -5
- package/dist/imports/HistoryWalker.d.ts +26 -0
- package/dist/imports/{CatalogSearch.js → HistoryWalker.js} +1 -1
- package/dist/imports/HistoryWalker.js.map +1 -0
- package/dist/imports/HttpRequestAuthedData.d.ts +15 -0
- package/dist/imports/HttpRequestAuthedData.js +3 -0
- package/dist/imports/HttpRequestAuthedData.js.map +1 -0
- package/dist/imports/HttpRequestData.d.ts +30 -0
- package/dist/imports/HttpRequestData.js +3 -0
- package/dist/imports/HttpRequestData.js.map +1 -0
- package/dist/imports/Image.d.ts +9 -0
- package/dist/imports/JSONStreamingAPI.d.ts +22 -0
- package/dist/imports/JSONStreamingBuilder.d.ts +8 -0
- package/dist/imports/KMFCryptoOperation.d.ts +13 -0
- package/dist/imports/KMFCryptoOperation.js +3 -0
- package/dist/imports/KMFCryptoOperation.js.map +1 -0
- package/dist/imports/Line.d.ts +7 -0
- package/dist/imports/{User.js → Line.js} +1 -1
- package/dist/imports/Line.js.map +1 -0
- package/dist/imports/Messaging.d.ts +7 -0
- package/dist/imports/Messaging.js +3 -0
- package/dist/imports/Messaging.js.map +1 -0
- package/dist/imports/MetricInfo.d.ts +5 -0
- package/dist/imports/{CategoryJS.js → MetricInfo.js} +1 -1
- package/dist/imports/MetricInfo.js.map +1 -0
- package/dist/imports/NotifyPhoneNumber.d.ts +16 -0
- package/dist/imports/NotifyPhoneNumber.js +3 -0
- package/dist/imports/NotifyPhoneNumber.js.map +1 -0
- package/dist/imports/NotifyScoped.d.ts +25 -0
- package/dist/imports/NotifyScoped.js +3 -0
- package/dist/imports/NotifyScoped.js.map +1 -0
- package/dist/imports/PAScorecard.d.ts +1 -1
- package/dist/imports/PDAutomationProvider.d.ts +4 -0
- package/dist/imports/PDAutomationProvider.js +3 -0
- package/dist/imports/PDAutomationProvider.js.map +1 -0
- package/dist/imports/PDFGenerationAPI.d.ts +16 -0
- package/dist/imports/PDFGenerationAPI.js +3 -0
- package/dist/imports/PDFGenerationAPI.js.map +1 -0
- package/dist/imports/Paragraph.d.ts +20 -0
- package/dist/imports/PdfMergeSignRequestor.d.ts +5 -0
- package/dist/imports/PdfPage.d.ts +7 -0
- package/dist/imports/PerformanceAPI.d.ts +10 -0
- package/dist/imports/PerformanceAPI.js +3 -0
- package/dist/imports/PerformanceAPI.js.map +1 -0
- package/dist/imports/PlaybookExperience.d.ts +8 -0
- package/dist/imports/PlaybookExperience.js +3 -0
- package/dist/imports/PlaybookExperience.js.map +1 -0
- package/dist/imports/PolarisUI.d.ts +15 -0
- package/dist/imports/PolarisUI.js +3 -0
- package/dist/imports/PolarisUI.js.map +1 -0
- package/dist/imports/PreferenceDestination.d.ts +12 -0
- package/dist/imports/PreferenceDestination.js +3 -0
- package/dist/imports/PreferenceDestination.js.map +1 -0
- package/dist/imports/Preferences.d.ts +11 -0
- package/dist/imports/Preferences.js +3 -0
- package/dist/imports/Preferences.js.map +1 -0
- package/dist/imports/ProducerV2.d.ts +4 -0
- package/dist/imports/{ScopedData.js → ProducerV2.js} +1 -1
- package/dist/imports/ProducerV2.js.map +1 -0
- package/dist/imports/Queue.d.ts +5 -0
- package/dist/{sn_sc/CartJS.js → imports/Queue.js} +1 -1
- package/dist/imports/Queue.js.map +1 -0
- package/dist/imports/RESTAPIRequest.d.ts +16 -0
- package/dist/imports/RESTAPIRequest.js +3 -0
- package/dist/imports/RESTAPIRequest.js.map +1 -0
- package/dist/imports/RESTAPIRequestBody.d.ts +11 -0
- package/dist/imports/RESTAPIRequestBody.js +3 -0
- package/dist/imports/RESTAPIRequestBody.js.map +1 -0
- package/dist/imports/RESTAPIResponse.d.ts +16 -0
- package/dist/imports/RESTAPIResponse.js +3 -0
- package/dist/imports/RESTAPIResponse.js.map +1 -0
- package/dist/imports/RESTAPIResponseStream.d.ts +7 -0
- package/dist/imports/RESTAPIResponseStream.js +3 -0
- package/dist/imports/RESTAPIResponseStream.js.map +1 -0
- package/dist/imports/RESTMessageV2.d.ts +3 -3
- package/dist/imports/RTETransformer.d.ts +5 -0
- package/dist/imports/RTETransformer.js +3 -0
- package/dist/imports/RTETransformer.js.map +1 -0
- package/dist/imports/ReportCiStatusOutputJS.d.ts +11 -0
- package/dist/imports/ReportCiStatusOutputJS.js +3 -0
- package/dist/imports/ReportCiStatusOutputJS.js.map +1 -0
- package/dist/imports/RequestAuthAPI.d.ts +10 -0
- package/dist/imports/RequestAuthAPI.js +3 -0
- package/dist/imports/RequestAuthAPI.js.map +1 -0
- package/dist/imports/SOAPMessageV2.d.ts +3 -3
- package/dist/imports/SVGToPDFConversionAPI.d.ts +7 -0
- package/dist/imports/SVGToPDFConversionAPI.js +3 -0
- package/dist/imports/SVGToPDFConversionAPI.js.map +1 -0
- package/dist/imports/ScopedCacheManager.d.ts +11 -0
- package/dist/imports/ScopedCacheManager.js +3 -0
- package/dist/imports/ScopedCacheManager.js.map +1 -0
- package/dist/imports/StandardCredentialsProvider.d.ts +9 -0
- package/dist/imports/StandardCredentialsProvider.js +3 -0
- package/dist/imports/StandardCredentialsProvider.js.map +1 -0
- package/dist/imports/Style.d.ts +26 -0
- package/dist/imports/SystemDocument.d.ts +16 -0
- package/dist/imports/SystemDocumentList.d.ts +3 -0
- package/dist/imports/SystemDocumentListEntry.d.ts +4 -0
- package/dist/imports/SystemDocumentVersion.d.ts +5 -0
- package/dist/imports/Table.d.ts +35 -0
- package/dist/imports/TransformPart.d.ts +46 -0
- package/dist/imports/{CatalogItemJS.js → TransformPart.js} +1 -1
- package/dist/imports/TransformPart.js.map +1 -0
- package/dist/imports/TransformResult.d.ts +12 -0
- package/dist/imports/TransformResult.js +3 -0
- package/dist/imports/TransformResult.js.map +1 -0
- package/dist/imports/Transformer.d.ts +7 -0
- package/dist/imports/Transformer.js +3 -0
- package/dist/imports/Transformer.js.map +1 -0
- package/dist/imports/TransformerDefinition.d.ts +10 -0
- package/dist/imports/TransformerDefinition.js +3 -0
- package/dist/imports/TransformerDefinition.js.map +1 -0
- package/dist/imports/TransformerRuleList.d.ts +26 -0
- package/dist/imports/UserCriteria.d.ts +5 -0
- package/dist/imports/UserCriteria.js +3 -0
- package/dist/imports/UserCriteria.js.map +1 -0
- package/dist/imports/XMLStreamingAPI.d.ts +24 -0
- package/dist/imports/XMLStreamingBuilder.d.ts +8 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/sn_ais/GeniusResultContext.d.ts +3 -0
- package/dist/sn_auth/GlideOAuthClient.js.map +1 -0
- package/dist/sn_auth/GlideOAuthClientRequest.js.map +1 -0
- package/dist/sn_auth/GlideOAuthClientResponse.js.map +1 -0
- package/dist/sn_auth/GlideOAuthToken.js.map +1 -0
- package/dist/sn_auth/RequestAuthAPI.d.ts +6 -6
- package/dist/sn_auth/index.d.ts +4 -0
- package/dist/sn_auth/index.js +4 -0
- package/dist/sn_auth/index.js.map +1 -1
- package/dist/sn_cc/ConnectionInfoProvider.d.ts +3 -3
- package/dist/sn_clotho/TransformPart.d.ts +38 -39
- package/dist/sn_clotho/TransformResult.d.ts +3 -3
- package/dist/sn_connect/Queue.d.ts +1 -2
- package/dist/sn_kmf_ns/KMFCryptoOperation.d.ts +7 -8
- package/dist/sn_tfrm/TransformerDefinition.d.ts +4 -4
- package/dist/{types → sn_ws}/RESTMessageV2.d.ts +3 -3
- package/dist/{types → sn_ws}/RESTMessageV2.js.map +1 -1
- package/dist/sn_ws/RESTResponseV2.js.map +1 -0
- package/dist/{types → sn_ws}/SOAPMessageV2.d.ts +3 -3
- package/dist/{types → sn_ws}/SOAPMessageV2.js.map +1 -1
- package/dist/sn_ws/SOAPResponseV2.js.map +1 -0
- package/dist/sn_ws/index.d.ts +4 -0
- package/dist/{sn_cs → sn_ws}/index.js +4 -1
- package/dist/sn_ws/index.js.map +1 -0
- package/dist/sn_ws_int/RESTAPIRequest.d.ts +8 -8
- package/dist/sn_ws_int/RESTAPIRequestBody.d.ts +3 -3
- package/dist/sn_ws_int/RESTAPIResponse.d.ts +2 -2
- package/dist/types/Data.d.ts +1 -2
- package/dist/types/DataBuilder.d.ts +1 -2
- package/dist/types/GlideAggregate.d.ts +9 -9
- package/dist/types/GlideElement.d.ts +2 -2
- package/dist/types/GlideImportSetTransformer.d.ts +2 -1
- package/dist/types/GlideRecord.d.ts +8 -8
- package/dist/types/GlideRecordSecure.d.ts +8 -8
- package/dist/types/GlideRenderProperties.d.ts +2 -1
- package/dist/types/GlideSPScriptable.d.ts +2 -0
- package/dist/types/GlideSchedule.d.ts +1 -1
- package/dist/types/GlideSession.d.ts +3 -3
- package/dist/types/GlideSysListControl.d.ts +1 -2
- package/dist/types/GlideSystem.d.ts +2 -2
- package/dist/types/GlideSystemUserSession.d.ts +2 -2
- package/dist/types/GlideUser.d.ts +4 -5
- package/dist/types/PAScorecard.d.ts +1 -1
- package/dist/types/index.d.ts +0 -14
- package/dist/types/index.js +0 -14
- package/dist/types/index.js.map +1 -1
- package/dist/util/GlideAPIs.json +145 -383
- package/package.json +2 -2
- package/dist/imports/Catalog.d.ts +0 -28
- package/dist/imports/Catalog.js.map +0 -1
- package/dist/imports/CatalogItemCategory.d.ts +0 -12
- package/dist/imports/CatalogItemCategory.js.map +0 -1
- package/dist/imports/CatalogItemJS.d.ts +0 -52
- package/dist/imports/CatalogItemJS.js.map +0 -1
- package/dist/imports/CatalogJS.d.ts +0 -2
- package/dist/imports/CatalogJS.js.map +0 -1
- package/dist/imports/CatalogSearch.d.ts +0 -7
- package/dist/imports/CatalogSearch.js.map +0 -1
- package/dist/imports/CategoryJS.d.ts +0 -32
- package/dist/imports/CategoryJS.js.map +0 -1
- package/dist/imports/ElementDescriptor.d.ts +0 -2
- package/dist/imports/ElementDescriptor.js +0 -3
- package/dist/imports/ElementDescriptor.js.map +0 -1
- package/dist/imports/OrderGuideJS.d.ts +0 -12
- package/dist/imports/OrderGuideJS.js.map +0 -1
- package/dist/imports/QueryCondition.d.ts +0 -2
- package/dist/imports/QueryCondition.js +0 -3
- package/dist/imports/QueryCondition.js.map +0 -1
- package/dist/imports/ScopedData.d.ts +0 -2
- package/dist/imports/ScopedData.js.map +0 -1
- package/dist/imports/ScopedDataBuilder.d.ts +0 -2
- package/dist/imports/ScopedDataBuilder.js +0 -3
- package/dist/imports/ScopedDataBuilder.js.map +0 -1
- package/dist/imports/ScopedGlideRecord.d.ts +0 -2
- package/dist/imports/ScopedGlideRecord.js +0 -3
- package/dist/imports/ScopedGlideRecord.js.map +0 -1
- package/dist/imports/ScopedKMFCryptoOperation.d.ts +0 -2
- package/dist/imports/ScopedKMFCryptoOperation.js +0 -3
- package/dist/imports/ScopedKMFCryptoOperation.js.map +0 -1
- package/dist/imports/ScopedTransformPart.d.ts +0 -2
- package/dist/imports/ScopedTransformPart.js +0 -3
- package/dist/imports/ScopedTransformPart.js.map +0 -1
- package/dist/imports/ScopedTransformResult.d.ts +0 -2
- package/dist/imports/ScopedTransformResult.js +0 -3
- package/dist/imports/ScopedTransformResult.js.map +0 -1
- package/dist/imports/ScriptableConnectionInfo.d.ts +0 -2
- package/dist/imports/ScriptableConnectionInfo.js +0 -3
- package/dist/imports/ScriptableConnectionInfo.js.map +0 -1
- package/dist/imports/ScriptableHttpRequestAuthedData.d.ts +0 -2
- package/dist/imports/ScriptableHttpRequestAuthedData.js +0 -3
- package/dist/imports/ScriptableHttpRequestAuthedData.js.map +0 -1
- package/dist/imports/ScriptableHttpRequestData.d.ts +0 -2
- package/dist/imports/ScriptableHttpRequestData.js +0 -3
- package/dist/imports/ScriptableHttpRequestData.js.map +0 -1
- package/dist/imports/ScriptableQueue.d.ts +0 -2
- package/dist/imports/ScriptableQueue.js +0 -3
- package/dist/imports/ScriptableQueue.js.map +0 -1
- package/dist/imports/ScriptableRESTResponse.d.ts +0 -2
- package/dist/imports/ScriptableRESTResponse.js +0 -3
- package/dist/imports/ScriptableRESTResponse.js.map +0 -1
- package/dist/imports/ScriptableSOAPResponse.d.ts +0 -2
- package/dist/imports/ScriptableSOAPResponse.js +0 -3
- package/dist/imports/ScriptableSOAPResponse.js.map +0 -1
- package/dist/imports/ScriptableServiceRequestBody.d.ts +0 -2
- package/dist/imports/ScriptableServiceRequestBody.js +0 -3
- package/dist/imports/ScriptableServiceRequestBody.js.map +0 -1
- package/dist/imports/ScriptableServiceResultStreamWriter.d.ts +0 -2
- package/dist/imports/ScriptableServiceResultStreamWriter.js +0 -3
- package/dist/imports/ScriptableServiceResultStreamWriter.js.map +0 -1
- package/dist/imports/User.d.ts +0 -2
- package/dist/imports/User.js.map +0 -1
- package/dist/sn_cs/VoiceTranscriptObject.d.ts +0 -7
- package/dist/sn_cs/VoiceTranscriptObject.js +0 -3
- package/dist/sn_cs/VoiceTranscriptObject.js.map +0 -1
- package/dist/sn_cs/index.d.ts +0 -1
- package/dist/sn_cs/index.js.map +0 -1
- package/dist/sn_sc/CartJS.d.ts +0 -68
- package/dist/sn_sc/CartJS.js.map +0 -1
- package/dist/sn_sc/CatalogClientScript.d.ts +0 -14
- package/dist/sn_sc/CatalogClientScript.js +0 -3
- package/dist/sn_sc/CatalogClientScript.js.map +0 -1
- package/dist/sn_sc/CatalogItemVariable.d.ts +0 -11
- package/dist/sn_sc/CatalogItemVariable.js +0 -3
- package/dist/sn_sc/CatalogItemVariable.js.map +0 -1
- package/dist/sn_sc/CatalogItemVariableSet.d.ts +0 -13
- package/dist/sn_sc/CatalogItemVariableSet.js +0 -3
- package/dist/sn_sc/CatalogItemVariableSet.js.map +0 -1
- package/dist/sn_sc/CatalogItemVariableSetM2M.d.ts +0 -11
- package/dist/sn_sc/CatalogItemVariableSetM2M.js +0 -3
- package/dist/sn_sc/CatalogItemVariableSetM2M.js.map +0 -1
- package/dist/sn_sc/index.d.ts +0 -5
- package/dist/sn_sc/index.js +0 -22
- package/dist/sn_sc/index.js.map +0 -1
- package/dist/types/Catalog.d.ts +0 -28
- package/dist/types/Catalog.js +0 -3
- package/dist/types/Catalog.js.map +0 -1
- package/dist/types/CatalogItemCategory.d.ts +0 -12
- package/dist/types/CatalogItemCategory.js +0 -3
- package/dist/types/CatalogItemCategory.js.map +0 -1
- package/dist/types/CatalogItemJS.d.ts +0 -52
- package/dist/types/CatalogItemJS.js +0 -3
- package/dist/types/CatalogItemJS.js.map +0 -1
- package/dist/types/CatalogSearch.d.ts +0 -7
- package/dist/types/CatalogSearch.js +0 -3
- package/dist/types/CatalogSearch.js.map +0 -1
- package/dist/types/CategoryJS.d.ts +0 -32
- package/dist/types/CategoryJS.js +0 -3
- package/dist/types/CategoryJS.js.map +0 -1
- package/dist/types/GlideOAuthClient.js.map +0 -1
- package/dist/types/GlideOAuthClientRequest.js.map +0 -1
- package/dist/types/GlideOAuthClientResponse.js.map +0 -1
- package/dist/types/GlideOAuthToken.js.map +0 -1
- package/dist/types/OrderGuideJS.d.ts +0 -12
- package/dist/types/OrderGuideJS.js +0 -3
- package/dist/types/OrderGuideJS.js.map +0 -1
- package/dist/types/RESTResponseV2.js.map +0 -1
- package/dist/types/SOAPResponseV2.js.map +0 -1
- /package/dist/{types → sn_auth}/GlideOAuthClient.d.ts +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthClient.js +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthClientRequest.d.ts +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthClientRequest.js +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthClientResponse.d.ts +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthClientResponse.js +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthToken.d.ts +0 -0
- /package/dist/{types → sn_auth}/GlideOAuthToken.js +0 -0
- /package/dist/{types → sn_ws}/RESTMessageV2.js +0 -0
- /package/dist/{types → sn_ws}/RESTResponseV2.d.ts +0 -0
- /package/dist/{types → sn_ws}/RESTResponseV2.js +0 -0
- /package/dist/{types → sn_ws}/SOAPMessageV2.js +0 -0
- /package/dist/{types → sn_ws}/SOAPResponseV2.d.ts +0 -0
- /package/dist/{types → sn_ws}/SOAPResponseV2.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthCredential.js","sourceRoot":"","sources":["../../src/imports/AuthCredential.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class CMDBGroupAPI {
|
|
4
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
+
static enqueueEvent(groupSysId?: string, operation?: string): void;
|
|
6
|
+
static generateEvents(): void;
|
|
7
|
+
static getAllCI(groupSysId?: string, requireCompleteSet?: boolean, requireAllQueryNodesCis?: boolean): string;
|
|
8
|
+
static getAllCIFromQueryBuilder(groupSysId?: string, requireCompleteSet?: boolean, requireAllQueryNodesCis?: boolean): string;
|
|
9
|
+
static getEventQueue(): string;
|
|
10
|
+
static getManualCIList(groupSysId?: string, requireCompleteSet?: boolean): string;
|
|
11
|
+
static getSavedQueryIdList(groupSysId?: string, requireCompleteSet?: boolean): string;
|
|
12
|
+
static setManualCIList(groupSysId?: string, ciSysIds?: string): string;
|
|
13
|
+
static setSavedQueryIdList(groupSysId?: string, queryIds?: string): string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CMDBGroupAPI.js","sourceRoot":"","sources":["../../src/imports/CMDBGroupAPI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CSVParser.js","sourceRoot":"","sources":["../../src/imports/CSVParser.ts"],"names":[],"mappings":""}
|
package/dist/imports/Cell.d.ts
CHANGED
|
@@ -1,2 +1,42 @@
|
|
|
1
|
+
import { Table } from '../imports/Table';
|
|
2
|
+
import { Color } from '../imports/Color';
|
|
3
|
+
import { Style } from '../imports/Style';
|
|
4
|
+
import { Image } from '../imports/Image';
|
|
5
|
+
import { Paragraph } from '../imports/Paragraph';
|
|
1
6
|
export declare class Cell {
|
|
7
|
+
addImage(image?: Image): void;
|
|
8
|
+
addParagraph(paragraph?: Paragraph): void;
|
|
9
|
+
addStyle(style?: Style): void;
|
|
10
|
+
addTable(table?: Table): void;
|
|
11
|
+
constructor(rowspan?: number, colspan?: number);
|
|
12
|
+
getColumn(): number;
|
|
13
|
+
getHeight(): number;
|
|
14
|
+
getRow(): number;
|
|
15
|
+
getWidth(): number;
|
|
16
|
+
setBackGroundColor(color?: Color): void;
|
|
17
|
+
setBorder(width?: number): void;
|
|
18
|
+
setBorderBottom(width?: number): void;
|
|
19
|
+
setBorderLeft(width?: number): void;
|
|
20
|
+
setBorderRight(width?: number): void;
|
|
21
|
+
setBorderTop(width?: number): void;
|
|
22
|
+
setColoredBorder(color?: Color, width?: number): void;
|
|
23
|
+
setColoredBorderBottom(width?: number, color?: Color): void;
|
|
24
|
+
setColoredBorderLeft(width?: number, color?: Color): void;
|
|
25
|
+
setColoredBorderRight(width?: number, color?: Color): void;
|
|
26
|
+
setColoredBorderTop(width?: number, color?: Color): void;
|
|
27
|
+
setHeight(height?: number): void;
|
|
28
|
+
setHorizontalAlignment(alignment?: string): void;
|
|
29
|
+
setMaxHeight(value?: number): void;
|
|
30
|
+
setMaxWidth(value?: number): void;
|
|
31
|
+
setMinHeight(value?: number): void;
|
|
32
|
+
setMinWidth(value?: number): void;
|
|
33
|
+
setOpacity(opacity?: number): void;
|
|
34
|
+
setPadding(padding?: number): void;
|
|
35
|
+
setPaddingBottom(padding?: number): void;
|
|
36
|
+
setPaddingLeft(padding?: number): void;
|
|
37
|
+
setPaddingRight(padding?: number): void;
|
|
38
|
+
setPaddingTop(padding?: number): void;
|
|
39
|
+
setRunDirection(direction?: string): void;
|
|
40
|
+
setTextAlignment(alignment?: string): void;
|
|
41
|
+
setVerticalAlignment(alignment?: string): void;
|
|
2
42
|
}
|
package/dist/imports/Color.d.ts
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
export declare class Color {
|
|
2
|
+
constructor(colors?: number[]);
|
|
3
|
+
equals(color?: Color): boolean;
|
|
4
|
+
static getGrayColor(grayScale?: number): Color;
|
|
5
|
+
getOpacity(): number;
|
|
6
|
+
getcolorValue(): number[];
|
|
7
|
+
setColorValue(value?: number[]): void;
|
|
8
|
+
setOpacity(opacity?: number): void;
|
|
2
9
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { ScriptableStandardCredential } from '../imports/ScriptableStandardCredential';
|
|
4
|
+
export declare class ConnectionInfo {
|
|
5
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
+
getAttribute(name?: string): string;
|
|
7
|
+
getConnectionRetries(): number;
|
|
8
|
+
getConnectionTimeout(): number;
|
|
9
|
+
getCredential(): ScriptableStandardCredential;
|
|
10
|
+
getCredentialAttribute(name?: string): string;
|
|
11
|
+
getDataMap(): Record<any, any>;
|
|
12
|
+
getExtendedAttributes(): Record<any, any>;
|
|
13
|
+
getHost(): string;
|
|
14
|
+
getName(): string;
|
|
15
|
+
getPort(): number;
|
|
16
|
+
getProtocol(): string;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConnectionInfo.js","sourceRoot":"","sources":["../../src/imports/ConnectionInfo.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ConnectionInfo } from '../imports/ConnectionInfo';
|
|
2
|
+
export declare class ConnectionInfoProvider {
|
|
3
|
+
getConnectionInfo(aliasID?: string): ConnectionInfo;
|
|
4
|
+
getConnectionInfoByDomain(aliasID?: string, domainID?: string): ConnectionInfo;
|
|
5
|
+
getConnectionInfoList(aliasID?: string): Array<any>;
|
|
6
|
+
getConnectionInfoListByDomain(aliasID?: string, domainID?: string): Array<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConnectionInfoProvider.js","sourceRoot":"","sources":["../../src/imports/ConnectionInfoProvider.ts"],"names":[],"mappings":""}
|
package/dist/imports/Data.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
|
-
import { ScopedData } from '../imports/ScopedData';
|
|
4
3
|
import { GlideDateTime } from '../imports/GlideDateTime';
|
|
5
4
|
export declare class Data {
|
|
6
5
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
7
|
-
static fromModelString(model?: string):
|
|
6
|
+
static fromModelString(model?: string): Data;
|
|
8
7
|
getEnd(): GlideDateTime;
|
|
9
8
|
getLabel(): string;
|
|
10
9
|
getMetricName(): string;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
|
-
import { ScopedDataBuilder } from '../imports/ScopedDataBuilder';
|
|
3
2
|
import { Function } from '../imports/Function';
|
|
4
3
|
import { GlideDateTime } from '../imports/GlideDateTime';
|
|
5
4
|
export declare class DataBuilder {
|
|
6
|
-
add(start?: GlideDateTime, value?: any):
|
|
5
|
+
add(start?: GlideDateTime, value?: any): DataBuilder;
|
|
7
6
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
7
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { NativeArray } from '../imports/NativeArray';
|
|
2
|
+
import { ScriptableObject } from '../imports/ScriptableObject';
|
|
3
|
+
import { GlideRecord } from '../imports/GlideRecord';
|
|
4
|
+
export declare class DecisionTableAPI {
|
|
5
|
+
createAnswerElementChoices(decisionId?: string, choices?: Array<any>): Record<any, any>;
|
|
6
|
+
createAnswerElements(decisionId?: string, answerElements?: Array<any>): Record<any, any>;
|
|
7
|
+
createConditions(decisionId?: string, conditions?: Array<any>): Record<any, any>;
|
|
8
|
+
createDecisionTable(decisionTable?: Record<any, any>): Record<any, any>;
|
|
9
|
+
createInputChoices(decisionId?: string, choices?: Array<any>): Record<any, any>;
|
|
10
|
+
createInputs(decisionId?: string, inputs?: Array<any>): Record<any, any>;
|
|
11
|
+
createQuestions(decisionId?: string, questions?: Array<any>): Record<any, any>;
|
|
12
|
+
deleteAnswerElement(answerElementId?: string): Record<any, any>;
|
|
13
|
+
deleteChoice(choiceId?: string): Record<any, any>;
|
|
14
|
+
deleteCondition(conditionId?: string): Record<any, any>;
|
|
15
|
+
deleteDecisionTable(decisionId?: string): Record<any, any>;
|
|
16
|
+
deleteInput(inputId?: string): Record<any, any>;
|
|
17
|
+
deleteQuestion(decisionId?: string): Record<any, any>;
|
|
18
|
+
deleteStaleMultipleAnswerRecords(): void;
|
|
19
|
+
executeCondition(decisionId?: string, inputs?: Record<any, any>, condition?: string): boolean;
|
|
20
|
+
executeDecisions(decisionId?: string, inputs?: Record<any, any>): Record<any, any>;
|
|
21
|
+
findOrCreateMultipleAnswerRecord(decisionId?: string, answerElementValues?: Record<any, any>): string;
|
|
22
|
+
findOrCreateMultipleAnswerRecords(decisionId?: string, answerElementValuesMap?: Record<any, any>): Record<any, any>;
|
|
23
|
+
getAll(): ScriptableObject;
|
|
24
|
+
getAllAsJSON(): string;
|
|
25
|
+
getAnswerElements(decisionId?: string): ScriptableObject;
|
|
26
|
+
getAnswers(decisionId?: string): ScriptableObject;
|
|
27
|
+
getAnswersAsJSON(decisionId?: string): string;
|
|
28
|
+
getDecision(decisionId?: string, inputs?: Record<any, any>): GlideRecord;
|
|
29
|
+
getDecisionTable(decisionId?: string): ScriptableObject;
|
|
30
|
+
getDecisionTableAsJSON(decisionId?: string): string;
|
|
31
|
+
getDecisions(decisionId?: string, inputs?: Record<any, any>): NativeArray;
|
|
32
|
+
getInputs(decisionId?: string): ScriptableObject;
|
|
33
|
+
getInputsAsJSON(decisionId?: string): string;
|
|
34
|
+
getQuestions(decisionId?: string): ScriptableObject;
|
|
35
|
+
getQuestionsAsJSON(decisionId?: string): string;
|
|
36
|
+
updateAnswerElement(answerElementId?: string, answerElement?: Record<any, any>): Record<any, any>;
|
|
37
|
+
updateChoice(choiceId?: string, choice?: Record<any, any>): Record<any, any>;
|
|
38
|
+
updateCondition(conditionId?: string, updates?: Record<any, any>): Record<any, any>;
|
|
39
|
+
updateDecisionTable(decisionId?: string, decisionTable?: Record<any, any>): Record<any, any>;
|
|
40
|
+
updateInput(inputId?: string, updates?: Record<any, any>): Record<any, any>;
|
|
41
|
+
updateQuestion(decisionId?: string, question?: Record<any, any>): Record<any, any>;
|
|
42
|
+
constructor();
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DecisionTableAPI.js","sourceRoot":"","sources":["../../src/imports/DecisionTableAPI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Scriptable } from '../imports/Scriptable';
|
|
2
|
+
export declare class DiscoveryAPI {
|
|
3
|
+
static createPageCountRecordForPatternExecution(outputEccId?: string, discoveryStatus?: string): string;
|
|
4
|
+
static discoverIpAddress(ipAddress?: any, application?: any, source?: any): Scriptable;
|
|
5
|
+
static getMidServerFromSchedule(scheduler?: string): string;
|
|
6
|
+
static reportCiIpAddressStatus(ipAddress?: any, discoveryStatusSysId?: any): Scriptable;
|
|
7
|
+
static reportCiStatus(discoveryStatusSysId?: any): Scriptable;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiscoveryAPI.js","sourceRoot":"","sources":["../../src/imports/DiscoveryAPI.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,27 @@
|
|
|
1
|
+
import { Table } from '../imports/Table';
|
|
2
|
+
import { OutputStream } from '../imports/OutputStream';
|
|
3
|
+
import { PdfPage } from '../imports/PdfPage';
|
|
4
|
+
import { Image } from '../imports/Image';
|
|
5
|
+
import { Paragraph } from '../imports/Paragraph';
|
|
6
|
+
import { IEventHandler } from '../imports/IEventHandler';
|
|
1
7
|
export declare class Document {
|
|
8
|
+
addAndStartNewPage(): void;
|
|
9
|
+
addAuthor(author?: string): void;
|
|
10
|
+
addEvent(event?: string, eventHandler?: IEventHandler): void;
|
|
11
|
+
addImage(image?: Image): void;
|
|
12
|
+
addNewLine(): void;
|
|
13
|
+
addNewPage(): void;
|
|
14
|
+
addNewPageAtIndex(index?: number): void;
|
|
15
|
+
addParagraph(paragraph?: Paragraph): void;
|
|
16
|
+
addTable(table?: Table): void;
|
|
17
|
+
close(): void;
|
|
18
|
+
constructor(os?: any, pageSize?: PdfPage);
|
|
19
|
+
static createDocument(pageSize?: PdfPage): Document;
|
|
20
|
+
getPageCount(): number;
|
|
21
|
+
getPageSize(): PdfPage;
|
|
22
|
+
initializeDocument(os?: OutputStream, pageSize?: PdfPage): void;
|
|
23
|
+
isClosed(): boolean;
|
|
24
|
+
saveAsAttachment(tableName?: string, tableSysId?: string, fileName?: string): string;
|
|
25
|
+
setBaseDirection(direction?: string): void;
|
|
26
|
+
setMargins(topMargin?: number, rightMargin?: number, bottomMargin?: number, leftMargin?: number): void;
|
|
2
27
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
2
|
+
import { SystemDocumentListEntry } from '../imports/SystemDocumentListEntry';
|
|
3
|
+
export declare class DocumentListEntryService {
|
|
4
|
+
createDocumentListEntry(entry?: SystemDocumentListEntry): JSONObject;
|
|
5
|
+
deleteDocumentListEntry(listEntrySysId?: string): JSONObject;
|
|
6
|
+
updateDocumentListEntry(listEntrySysId?: string, entry?: SystemDocumentListEntry): JSONObject;
|
|
7
|
+
constructor();
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentListEntryService.js","sourceRoot":"","sources":["../../src/imports/DocumentListEntryService.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SystemDocumentList } from '../imports/SystemDocumentList';
|
|
2
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
3
|
+
export declare class DocumentListService {
|
|
4
|
+
createDocumentList(list?: SystemDocumentList): JSONObject;
|
|
5
|
+
createDocumentsFromList(listSysId?: string, tableName?: string, tableSysId?: string): JSONObject;
|
|
6
|
+
deleteDocumentList(listSysId?: string): JSONObject;
|
|
7
|
+
updateDocumentList(listSysId?: string, list?: SystemDocumentList): JSONObject;
|
|
8
|
+
constructor();
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentListService.js","sourceRoot":"","sources":["../../src/imports/DocumentListService.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
2
|
+
export declare class DocumentReferenceService {
|
|
3
|
+
addDocumentReference(docId?: string, targetTable?: string, targetTableSysId?: string): JSONObject;
|
|
4
|
+
removeDocumentReference(docId?: string, targetTable?: string, targetTableSysId?: string): JSONObject;
|
|
5
|
+
constructor();
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentReferenceService.js","sourceRoot":"","sources":["../../src/imports/DocumentReferenceService.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SystemDocument } from '../imports/SystemDocument';
|
|
2
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
3
|
+
export declare class DocumentService {
|
|
4
|
+
createDocument(document?: SystemDocument): JSONObject;
|
|
5
|
+
deleteDocument(documentSysId?: string): JSONObject;
|
|
6
|
+
updateDocument(documentSysId?: string, document?: SystemDocument): JSONObject;
|
|
7
|
+
constructor();
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentService.js","sourceRoot":"","sources":["../../src/imports/DocumentService.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
2
|
+
import { SystemDocumentVersion } from '../imports/SystemDocumentVersion';
|
|
3
|
+
export declare class DocumentVersionService {
|
|
4
|
+
createDocVersionFromTemplateDoc(templateDocumentSysId?: string, docSysId?: string): JSONObject;
|
|
5
|
+
createDocumentVersion(version?: SystemDocumentVersion): JSONObject;
|
|
6
|
+
deleteDocumentVersion(documentVersionSysId?: string): JSONObject;
|
|
7
|
+
constructor();
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentVersionService.js","sourceRoot":"","sources":["../../src/imports/DocumentVersionService.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { NativeObject } from '../imports/NativeObject';
|
|
2
|
+
import { NativeArray } from '../imports/NativeArray';
|
|
3
|
+
export declare class DuplicateTemplate {
|
|
4
|
+
static canAddTasksToTemplate(taskIds?: NativeArray, templateId?: string): NativeObject;
|
|
5
|
+
static createTemplate(template?: NativeObject): string;
|
|
6
|
+
static getTemplate(templateId?: string): NativeObject;
|
|
7
|
+
static preview(templateId?: string, taskId?: string): NativeObject;
|
|
8
|
+
static publishTemplate(templateId?: string): boolean;
|
|
9
|
+
static remediateTask(templateId?: string, taskId?: string): string;
|
|
10
|
+
static remediateTaskRun(taskRunId?: string, triggerId?: string): void;
|
|
11
|
+
static requestCancellation(templateRunId?: string): boolean;
|
|
12
|
+
static retireTemplate(templateId?: string): boolean;
|
|
13
|
+
static runScheduler(): void;
|
|
14
|
+
static runTemplate(templateId?: string): string;
|
|
15
|
+
static unPublishTemplate(templateId?: string): boolean;
|
|
16
|
+
static updateTemplate(templateId?: string, template?: NativeObject): boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DuplicateTemplate.js","sourceRoot":"","sources":["../../src/imports/DuplicateTemplate.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Findings.js","sourceRoot":"","sources":["../../src/imports/Findings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class GeniusResultAnswer {
|
|
4
|
+
addDataMap(map?: any): boolean;
|
|
5
|
+
addSearchAttribute(key?: string, values?: string[]): boolean;
|
|
6
|
+
addSearchPhrases(searchPhrases?: string[]): boolean;
|
|
7
|
+
allowSearchPhraseOverwrite(): void;
|
|
8
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
9
|
+
disableSearchPhraseOverwrite(): void;
|
|
10
|
+
dprSearch(numDocsToMatch?: number, threshold?: number, field?: string[]): void;
|
|
11
|
+
searchTitleOnly(titleOnly?: boolean): void;
|
|
12
|
+
setEncodedQuery(query?: string): boolean;
|
|
13
|
+
setSearchLimit(searchLimit?: number): boolean;
|
|
14
|
+
setSearchPhrase(searchPhrase?: string): boolean;
|
|
15
|
+
setSemanticDocumentMatchCount(numDocsToMatch?: number): void;
|
|
16
|
+
setSemanticDocumentMatchThreshold(threshold?: number): void;
|
|
17
|
+
setSemanticSearch(semanticSearch?: boolean): void;
|
|
18
|
+
setTable(table?: string): boolean;
|
|
19
|
+
snippetSearch(snippetSearch?: boolean): void;
|
|
20
|
+
spellCheck(spellCheck?: boolean): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeniusResultAnswer.js","sourceRoot":"","sources":["../../src/imports/GeniusResultAnswer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class GeniusResultContext {
|
|
4
|
+
addAsyncGRTransactionId(transactionId?: string): void;
|
|
5
|
+
addQueryMetadata(key?: string, value?: string): void;
|
|
6
|
+
addTransactionId(transactionId?: string): void;
|
|
7
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
|
+
getAdditionalContext(): string;
|
|
9
|
+
getGeniusResultMode(): string;
|
|
10
|
+
getMatchingDocuments(): Array<any>;
|
|
11
|
+
getOriginalSearchPhrase(): string;
|
|
12
|
+
getPredictionResult(): Array<any>;
|
|
13
|
+
getQueryMetadata(key?: string): string;
|
|
14
|
+
getSearchContext(): Record<any, any>;
|
|
15
|
+
getSearchQueryRequestDetails(): Record<any, any>;
|
|
16
|
+
getSearchResults(): Array<any>;
|
|
17
|
+
setSearchPhraseForAllRequests(searchPhrase?: string): boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeniusResultContext.js","sourceRoot":"","sources":["../../src/imports/GeniusResultContext.ts"],"names":[],"mappings":""}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { IQueryCondition } from '../imports/IQueryCondition';
|
|
2
2
|
import { GlideRecord } from '../imports/GlideRecord';
|
|
3
|
+
import { GlideQueryCondition } from '../imports/GlideQueryCondition';
|
|
4
|
+
import { GlideElementDescriptor } from '../imports/GlideElementDescriptor';
|
|
3
5
|
import { GlideElement } from '../imports/GlideElement';
|
|
4
|
-
import { ElementDescriptor } from '../imports/ElementDescriptor';
|
|
5
|
-
import { QueryCondition } from '../imports/QueryCondition';
|
|
6
6
|
export declare class GlideAggregate extends GlideRecord {
|
|
7
7
|
_next(): boolean;
|
|
8
8
|
_operation(): string;
|
|
9
9
|
_query(field?: any, value?: any): void;
|
|
10
|
-
addActiveQuery():
|
|
10
|
+
addActiveQuery(): GlideQueryCondition;
|
|
11
11
|
addAggregate(agg?: string, name?: string): void;
|
|
12
12
|
addBizCalendarTrend(fieldName?: string, bizCalendarSysId?: string): void;
|
|
13
13
|
addBizCalendarTrendBase(fieldName?: string, bizCalendarSysId?: string): void;
|
|
14
14
|
addBizCalendarTrendIntersect(anotherCalendarSysId?: string, overlapMode?: string): void;
|
|
15
15
|
addDomainQuery(o?: any): void;
|
|
16
|
-
addEncodedQuery(query?: string): void;
|
|
17
|
-
addEncodedQuery(query?: string): void;
|
|
16
|
+
addEncodedQuery(query?: string, enforceFieldACLs?: any): void;
|
|
17
|
+
addEncodedQuery(query?: string, enforceFieldACLs?: any): void;
|
|
18
18
|
addExtraField(field?: string): void;
|
|
19
19
|
addFunction(func?: string): void;
|
|
20
20
|
addHaving(arg1?: string, arg2?: string, arg3?: string, arg4?: string): void;
|
|
21
|
-
addInactiveQuery():
|
|
21
|
+
addInactiveQuery(): GlideQueryCondition;
|
|
22
22
|
addJoinQuery(joinTable?: string, primaryField?: any, joinTableField?: any): IQueryCondition;
|
|
23
|
-
addNotNullQuery(fieldName?: string):
|
|
24
|
-
addNullQuery(fieldName?: string):
|
|
23
|
+
addNotNullQuery(fieldName?: string): GlideQueryCondition;
|
|
24
|
+
addNullQuery(fieldName?: string): GlideQueryCondition;
|
|
25
25
|
addQuery(name?: string, operator?: any, value?: any): IQueryCondition;
|
|
26
26
|
addTrend(fieldName?: string, timeInterval?: string, numUnits?: number): void;
|
|
27
27
|
addValue(field?: string, value?: number): void;
|
|
@@ -59,7 +59,7 @@ export declare class GlideAggregate extends GlideRecord {
|
|
|
59
59
|
getCount(): number;
|
|
60
60
|
getDisplayName(): string;
|
|
61
61
|
getDisplayValue(name?: string): string;
|
|
62
|
-
getED():
|
|
62
|
+
getED(): GlideElementDescriptor;
|
|
63
63
|
getElement(columnName?: string): GlideElement;
|
|
64
64
|
getElements(): Array<any>;
|
|
65
65
|
getEncodedQuery(): string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class GlideCurrencyConfig {
|
|
2
|
+
getAggregationSource(): string;
|
|
3
|
+
getConversionDateSource(): string;
|
|
4
|
+
getDisplayDigits(): number;
|
|
5
|
+
getDisplayValue(): string;
|
|
6
|
+
getRateFilterRateTableField(): string;
|
|
7
|
+
getRateFilterTargetTableField(): string;
|
|
8
|
+
getRateTable(): string;
|
|
9
|
+
getReferenceCurrency(): string;
|
|
10
|
+
getReferenceCurrencySource(): string;
|
|
11
|
+
getSessionCurrency(): string;
|
|
12
|
+
getSystemReferenceCurrency(): string;
|
|
13
|
+
constructor();
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlideCurrencyConfig.js","sourceRoot":"","sources":["../../src/imports/GlideCurrencyConfig.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import { GlideCurrencyExchangeValue } from '../imports/GlideCurrencyExchangeValue';
|
|
1
2
|
export declare class GlideCurrencyConverter {
|
|
3
|
+
convert(): GlideCurrencyExchangeValue;
|
|
4
|
+
setAmount(value?: string): GlideCurrencyConverter;
|
|
5
|
+
setDate(date?: any): GlideCurrencyConverter;
|
|
6
|
+
setDateTime(date?: any): GlideCurrencyConverter;
|
|
7
|
+
setFromCurrency(fromCurrency?: string): GlideCurrencyConverter;
|
|
8
|
+
setRateTable(rateTable?: string): GlideCurrencyConverter;
|
|
9
|
+
setRateTableQueryCondition(queryCondition?: string): GlideCurrencyConverter;
|
|
10
|
+
setToCurrency(toCurrency?: string): GlideCurrencyConverter;
|
|
11
|
+
constructor();
|
|
2
12
|
}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import { GlideCurrencyValue } from '../imports/GlideCurrencyValue';
|
|
1
2
|
export declare class GlideCurrencyExchangeValue {
|
|
3
|
+
equals(o?: any): boolean;
|
|
4
|
+
getAmount(): string;
|
|
5
|
+
getCurrency(): string;
|
|
6
|
+
getCurrencyValue(): GlideCurrencyValue;
|
|
7
|
+
getOriginalAmount(): string;
|
|
8
|
+
getOriginalCurrency(): string;
|
|
9
|
+
getRate(): string;
|
|
10
|
+
getRateSysId(): string;
|
|
11
|
+
toString(): string;
|
|
12
|
+
constructor();
|
|
2
13
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
1
3
|
export declare class GlideCurrencyFormatter {
|
|
4
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
+
format(a?: any, b?: any): string;
|
|
6
|
+
setLocale(language?: string, country?: string): GlideCurrencyFormatter;
|
|
7
|
+
setMaxFractionDigits(maxFractionDigits?: number): GlideCurrencyFormatter;
|
|
8
|
+
setMinFractionDigits(minFractionDigits?: number): GlideCurrencyFormatter;
|
|
2
9
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import { GlideCurrencyValue } from '../imports/GlideCurrencyValue';
|
|
1
2
|
export declare class GlideCurrencyParser {
|
|
3
|
+
parse(value?: string): GlideCurrencyValue;
|
|
4
|
+
setDefaultCurrencyCode(currencyCode?: string): GlideCurrencyParser;
|
|
5
|
+
setLocale(language?: string, country?: string): GlideCurrencyParser;
|
|
6
|
+
constructor();
|
|
2
7
|
}
|