@servicenow/glide 25.0.2 → 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/README.md +4 -94
- 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/license +9 -0
- package/package.json +3 -8
- 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":"KMFCryptoOperation.js","sourceRoot":"","sources":["../../src/imports/KMFCryptoOperation.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Color } from '../imports/Color';
|
|
2
|
+
import { Document } from '../imports/Document';
|
|
3
|
+
export declare class Line {
|
|
4
|
+
drawLine(document?: Document, pageNo?: number, xPos?: number, yPos?: number, width?: number, lineWidth?: number): void;
|
|
5
|
+
setColor(color?: Color): void;
|
|
6
|
+
constructor();
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Line.js","sourceRoot":"","sources":["../../src/imports/Line.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { GlideRecord } from '../imports/GlideRecord';
|
|
2
|
+
export declare class Messaging {
|
|
3
|
+
static attachIcon(messagingApplicationId?: string): void;
|
|
4
|
+
static processInbound(messagingInboundId?: string): void;
|
|
5
|
+
static send(messagingApplication?: GlideRecord, recipient?: string, messagingContent?: GlideRecord, target?: GlideRecord): void;
|
|
6
|
+
static updateRateLimit(context?: string, retryAfterSeconds?: number): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Messaging.js","sourceRoot":"","sources":["../../src/imports/Messaging.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricInfo.js","sourceRoot":"","sources":["../../src/imports/MetricInfo.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class NotifyPhoneNumber {
|
|
2
|
+
getDialCode(): string;
|
|
3
|
+
getID(): string;
|
|
4
|
+
getNumber(): string;
|
|
5
|
+
getOwner(): string;
|
|
6
|
+
getTerritory(): string;
|
|
7
|
+
isShortCode(): boolean;
|
|
8
|
+
supportsConferenceCall(): boolean;
|
|
9
|
+
supportsIncomingPhoneCall(): boolean;
|
|
10
|
+
supportsIncomingSMS(): boolean;
|
|
11
|
+
supportsOutgoingPhoneCall(): boolean;
|
|
12
|
+
supportsOutgoingSMS(): boolean;
|
|
13
|
+
supportsRecording(): boolean;
|
|
14
|
+
supportsWebRTC(): boolean;
|
|
15
|
+
constructor();
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotifyPhoneNumber.js","sourceRoot":"","sources":["../../src/imports/NotifyPhoneNumber.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { GlideRecord } from '../imports/GlideRecord';
|
|
4
|
+
import { Scriptable } from '../imports/Scriptable';
|
|
5
|
+
export declare class NotifyScoped {
|
|
6
|
+
static call(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
7
|
+
static conferenceCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord;
|
|
8
|
+
constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean);
|
|
9
|
+
static dequeueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
10
|
+
static forwardCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
11
|
+
static getAvailableClients(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord;
|
|
12
|
+
static getParentCallID(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
|
|
13
|
+
static getPhoneNumbers(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array<any>;
|
|
14
|
+
static getShortCodes(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array<any>;
|
|
15
|
+
static getTokenTTL(owner?: string): string;
|
|
16
|
+
static getTokens(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
|
|
17
|
+
static hasCapability(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): boolean;
|
|
18
|
+
static kick(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
19
|
+
static modifyCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
20
|
+
static mute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
21
|
+
static queueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
22
|
+
static sendBulkSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
|
|
23
|
+
static sendSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
|
|
24
|
+
static unmute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotifyScoped.js","sourceRoot":"","sources":["../../src/imports/NotifyScoped.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare class PDAutomationProvider {
|
|
2
|
+
static addOptionalActivityRelativeToActivityContext(contextId?: string, activityId?: string, where?: string, relativeActivityContextId?: string): Record<any, any>;
|
|
3
|
+
static addOptionalActivityRelativeToLaneContext(contextId?: string, activityId?: string, where?: string, relativeLaneContextId?: string): Record<any, any>;
|
|
4
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PDAutomationProvider.js","sourceRoot":"","sources":["../../src/imports/PDAutomationProvider.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
2
|
+
import { PdfMergeSignRequestor } from '../imports/PdfMergeSignRequestor';
|
|
3
|
+
export declare class PDFGenerationAPI {
|
|
4
|
+
static cleanUpPdfResources(): void;
|
|
5
|
+
convertToPDF(html?: string, tableName?: string, sysId?: string, name?: string, customFontSysId?: string, documentConfiguration?: Record<any, any>): JSONObject;
|
|
6
|
+
convertToPDFWithHeaderFooter(html?: string, tableName?: string, sysId?: string, name?: string, headerFooterInfo?: Record<any, any>, fontFamilySysId?: string, documentConfiguration?: Record<any, any>): JSONObject;
|
|
7
|
+
fillDocumentFields(fieldsMap?: Record<any, any>, sysId?: string, tableName?: string, tableSysId?: string, pdfName?: string): JSONObject;
|
|
8
|
+
fillDocumentFieldsAndFlatten(fieldsMap?: Record<any, any>, sysId?: string, tableName?: string, tableSysId?: string, pdfName?: string, paramMap?: Record<any, any>): JSONObject;
|
|
9
|
+
fillFieldsAndMergeSignature(fieldsMap?: Record<any, any>, sysId?: string, tableName?: string, tableSysId?: string, pdfMergeSignRequestor?: PdfMergeSignRequestor, pdfName?: string, paramMap?: Record<any, any>): JSONObject;
|
|
10
|
+
getDocumentFields(sysId?: string): JSONObject;
|
|
11
|
+
getDocumentFieldsType(sysId?: string): Record<any, any>;
|
|
12
|
+
getFilledDocumentWithSignatureAsBase64(fieldsMap?: Record<any, any>, sysId?: string, pdfMergeSignRequestor?: PdfMergeSignRequestor, paramMap?: Record<any, any>): JSONObject;
|
|
13
|
+
getPdfPageSizes(sysId?: string): JSONObject;
|
|
14
|
+
isDocumentFillable(sysId?: string): JSONObject;
|
|
15
|
+
constructor();
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PDFGenerationAPI.js","sourceRoot":"","sources":["../../src/imports/PDFGenerationAPI.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,22 @@
|
|
|
1
|
+
import { PdfFont } from '../imports/PdfFont';
|
|
2
|
+
import { Style } from '../imports/Style';
|
|
3
|
+
import { Text } from '../imports/Text';
|
|
1
4
|
export declare class Paragraph {
|
|
5
|
+
addNewLine(): void;
|
|
6
|
+
addParagraph(content?: Paragraph): void;
|
|
7
|
+
addString(content?: string): void;
|
|
8
|
+
addStyle(style?: Style): void;
|
|
9
|
+
addText(text?: Text): void;
|
|
10
|
+
constructor(text?: string);
|
|
11
|
+
setFixedPosition(left?: number, bottom?: number, width?: number): void;
|
|
12
|
+
setFont(font?: PdfFont): void;
|
|
13
|
+
setHorizontalAlignment(alignment?: string): void;
|
|
14
|
+
setMargin(margin?: number): void;
|
|
15
|
+
setMarginBottom(margin?: number): void;
|
|
16
|
+
setMarginLeft(margin?: number): void;
|
|
17
|
+
setMarginRight(margin?: number): void;
|
|
18
|
+
setMarginTop(margin?: number): void;
|
|
19
|
+
setMargins(marginTop?: number, marginRight?: number, marginBottom?: number, marginLeft?: number): void;
|
|
20
|
+
setTextAlignment(alignment?: string): void;
|
|
21
|
+
setVerticalAlignment(alignment?: string): void;
|
|
2
22
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
1
2
|
export declare class PdfMergeSignRequestor {
|
|
3
|
+
addSignatureMapping(pageNumber?: number, leftMargin?: number, topMargin?: number, boxWidth?: number, boxHeight?: number, signatureImgSysId?: string): void;
|
|
4
|
+
createRequest(srcDocumentSysId?: string, targetTableName?: string, targetTableSysId?: string, targetFileName?: string): void;
|
|
5
|
+
processRequest(): JSONObject;
|
|
6
|
+
constructor();
|
|
2
7
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class PerformanceAPI {
|
|
2
|
+
static canCompare(performanceRunId1?: string, performanceRunId2?: string): boolean;
|
|
3
|
+
static doesSuiteHavePerformanceComparableStep(suiteId?: string): boolean;
|
|
4
|
+
static doesTestHavePerformanceComparableStep(testId?: string): boolean;
|
|
5
|
+
static generateComparison(performanceID?: string): string;
|
|
6
|
+
static getComparablePerformanceRunStatuses(): string;
|
|
7
|
+
static isCloudRunnerActive(): boolean;
|
|
8
|
+
static isCloudRunnerActiveAndSupportsPerformance(): boolean;
|
|
9
|
+
static isComparable(sysId?: string): boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceAPI.js","sourceRoot":"","sources":["../../src/imports/PerformanceAPI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { GlideRecord } from '../imports/GlideRecord';
|
|
2
|
+
export declare class PlaybookExperience {
|
|
3
|
+
static cancelPlaybook(playbookContext?: GlideRecord, cancellationReason?: string, playbookExperienceId?: string, force?: boolean): Record<any, any>;
|
|
4
|
+
static cancelPlaybooksByParentRecord(parentRecord?: GlideRecord, cancellationReason?: string, scopedName?: string, playbookExperienceId?: string): Record<any, any>;
|
|
5
|
+
static getPlaybooksForParentRecord(parentRecord?: GlideRecord): Array<any>;
|
|
6
|
+
static parentRecordContainsPlaybook(parentRecord?: GlideRecord, scopedName?: string): boolean;
|
|
7
|
+
static triggerPlaybook(scopedName?: string, parentRecord?: GlideRecord): string;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlaybookExperience.js","sourceRoot":"","sources":["../../src/imports/PlaybookExperience.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class PolarisUI {
|
|
2
|
+
static canUsePolarisCSS(): boolean;
|
|
3
|
+
static canUsePolarisTemplates(): boolean;
|
|
4
|
+
static getBodyClassNames(): string;
|
|
5
|
+
static getPolarisClassicRoute(): string;
|
|
6
|
+
static getPolarisContextPath(): string;
|
|
7
|
+
static getPolarisLandingPath(): string;
|
|
8
|
+
static getPolarisLandingPathURL(): string;
|
|
9
|
+
static getPolarisRelativePath(): string;
|
|
10
|
+
static getSassVariableMap(): Record<any, any>;
|
|
11
|
+
static getThemeForUser(): Record<any, any>;
|
|
12
|
+
static getThemeVariableCssCacheKey(): string;
|
|
13
|
+
static isEnabled(): boolean;
|
|
14
|
+
static isFollowEnabled(): boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolarisUI.js","sourceRoot":"","sources":["../../src/imports/PolarisUI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { GlideRecord } from '../imports/GlideRecord';
|
|
4
|
+
export declare class PreferenceDestination {
|
|
5
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
+
getChannel(): GlideRecord;
|
|
7
|
+
getDeliverTo(): string;
|
|
8
|
+
getDestinationType(): GlideRecord;
|
|
9
|
+
isActive(notificationObj?: any): boolean;
|
|
10
|
+
isOverridden(notificationObj?: any): boolean;
|
|
11
|
+
setActive(arg1?: any, arg2?: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreferenceDestination.js","sourceRoot":"","sources":["../../src/imports/PreferenceDestination.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { NativeArray } from '../imports/NativeArray';
|
|
3
|
+
import { Function } from '../imports/Function';
|
|
4
|
+
export declare class Preferences {
|
|
5
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
+
getDestinations(): NativeArray;
|
|
7
|
+
getDestinationsByChannel(channelObj?: any): NativeArray;
|
|
8
|
+
getUserGlobalPreference(): boolean;
|
|
9
|
+
setNotificationPreference(notificationSysId?: string, send?: boolean): boolean;
|
|
10
|
+
setUserGlobalPreference(send?: boolean): boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Preferences.js","sourceRoot":"","sources":["../../src/imports/Preferences.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProducerV2.js","sourceRoot":"","sources":["../../src/imports/ProducerV2.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Queue.js","sourceRoot":"","sources":["../../src/imports/Queue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { RESTAPIRequestBody } from '../imports/RESTAPIRequestBody';
|
|
4
|
+
export declare class RESTAPIRequest {
|
|
5
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
+
getHeader(headerName?: string): string;
|
|
7
|
+
getRequestedQueryCategory(): string;
|
|
8
|
+
getSupportedResponseContentTypes(): any;
|
|
9
|
+
body: RESTAPIRequestBody;
|
|
10
|
+
queryParams: any;
|
|
11
|
+
pathParams: any;
|
|
12
|
+
headers: any;
|
|
13
|
+
queryString: string;
|
|
14
|
+
url: string;
|
|
15
|
+
uri: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RESTAPIRequest.js","sourceRoot":"","sources":["../../src/imports/RESTAPIRequest.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { GlideScriptableInputStream } from '../imports/GlideScriptableInputStream';
|
|
4
|
+
export declare class RESTAPIRequestBody {
|
|
5
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
+
hasNext(): boolean;
|
|
7
|
+
nextEntry(): any;
|
|
8
|
+
dataStream: GlideScriptableInputStream;
|
|
9
|
+
dataString: string;
|
|
10
|
+
data: any;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RESTAPIRequestBody.js","sourceRoot":"","sources":["../../src/imports/RESTAPIRequestBody.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { ScriptableServiceError } from '../imports/ScriptableServiceError';
|
|
4
|
+
import { ScriptableObject } from '../imports/ScriptableObject';
|
|
5
|
+
import { RESTAPIResponseStream } from '../imports/RESTAPIResponseStream';
|
|
6
|
+
export declare class RESTAPIResponse {
|
|
7
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
|
+
getStreamWriter(): RESTAPIResponseStream;
|
|
9
|
+
setBody(body?: ScriptableObject): void;
|
|
10
|
+
setContentType(contentType?: string): void;
|
|
11
|
+
setError(error?: ScriptableServiceError): void;
|
|
12
|
+
setHeader(name?: string, value?: string): void;
|
|
13
|
+
setHeaders(headers?: Record<any, any>): void;
|
|
14
|
+
setLocation(locationValue?: string): void;
|
|
15
|
+
setStatus(code?: number): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RESTAPIResponse.js","sourceRoot":"","sources":["../../src/imports/RESTAPIResponse.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class RESTAPIResponseStream {
|
|
4
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
+
writeStream(inputStream?: any): void;
|
|
6
|
+
writeString(stringToWrite?: string): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RESTAPIResponseStream.js","sourceRoot":"","sources":["../../src/imports/RESTAPIResponseStream.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
|
-
import {
|
|
3
|
+
import { RESTResponseV2 } from '../imports/RESTResponseV2';
|
|
4
4
|
export declare class RESTMessageV2 {
|
|
5
5
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
6
|
disableForcedVariableSubstitution(): void;
|
|
7
|
-
execute():
|
|
8
|
-
executeAsync():
|
|
7
|
+
execute(): RESTResponseV2;
|
|
8
|
+
executeAsync(): RESTResponseV2;
|
|
9
9
|
getEccTopic(): string;
|
|
10
10
|
getEndpoint(): string;
|
|
11
11
|
getParameters(): Record<any, any>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare class RTETransformer {
|
|
2
|
+
constructor(transformDefinitionId?: string, verboseLogging?: boolean, source?: string, batchSize?: number, additionalProperties?: Record<any, any>);
|
|
3
|
+
rteTransform(messages?: Array<any>): any;
|
|
4
|
+
transform(messages?: Array<any>): any;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RTETransformer.js","sourceRoot":"","sources":["../../src/imports/RTETransformer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Scriptable } from '../imports/Scriptable';
|
|
2
|
+
export declare class ReportCiStatusOutputJS {
|
|
3
|
+
getCiOperationStatus(): Scriptable;
|
|
4
|
+
getCmdbCI(): Scriptable;
|
|
5
|
+
getDiscoveryState(): Scriptable;
|
|
6
|
+
getIpAddress(): Scriptable;
|
|
7
|
+
getIssues(): number;
|
|
8
|
+
getIssuesLink(): Scriptable;
|
|
9
|
+
toJson(): Scriptable;
|
|
10
|
+
constructor();
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReportCiStatusOutputJS.js","sourceRoot":"","sources":["../../src/imports/ReportCiStatusOutputJS.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AuthCredential } from '../imports/AuthCredential';
|
|
2
|
+
import { HttpRequestData } from '../imports/HttpRequestData';
|
|
3
|
+
import { HttpRequestAuthedData } from '../imports/HttpRequestAuthedData';
|
|
4
|
+
export declare class RequestAuthAPI {
|
|
5
|
+
generateAuth(): HttpRequestAuthedData;
|
|
6
|
+
getAuthCredential(): AuthCredential;
|
|
7
|
+
getHttpRequestData(): HttpRequestData;
|
|
8
|
+
resetAuthCredential(): void;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestAuthAPI.js","sourceRoot":"","sources":["../../src/imports/RequestAuthAPI.ts"],"names":[],"mappings":""}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
|
-
import {
|
|
3
|
+
import { SOAPResponseV2 } from '../imports/SOAPResponseV2';
|
|
4
4
|
export declare class SOAPMessageV2 {
|
|
5
5
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
-
execute():
|
|
7
|
-
executeAsync():
|
|
6
|
+
execute(): SOAPResponseV2;
|
|
7
|
+
executeAsync(): SOAPResponseV2;
|
|
8
8
|
getEndpoint(): string;
|
|
9
9
|
getRequestBody(): string;
|
|
10
10
|
getRequestHeader(headerName?: string): string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { JSONObject } from '../imports/JSONObject';
|
|
2
|
+
export declare class SVGToPDFConversionAPI {
|
|
3
|
+
addSVGToPDF(svg?: string, inputPdfSysId?: string, targetTable?: string, targetSysId?: string, nameForPdf?: string, pageNo?: number, x?: number, y?: number, svgImgWidth?: number, svgImgHeight?: number): JSONObject;
|
|
4
|
+
convertSVGToPDF(svg?: string, nameForPDF?: string, targetTable?: string, targetSysId?: string): JSONObject;
|
|
5
|
+
convertSVGToPDFWithSize(svg?: string, nameForPDF?: string, targetTable?: string, targetSysId?: string, svgImgWidth?: number, svgImgHeight?: number): JSONObject;
|
|
6
|
+
constructor();
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SVGToPDFConversionAPI.js","sourceRoot":"","sources":["../../src/imports/SVGToPDFConversionAPI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Iterator } from '../imports/Iterator';
|
|
2
|
+
export declare class ScopedCacheManager {
|
|
3
|
+
static flushScopedCache(cacheName?: any, key?: any): void;
|
|
4
|
+
static get(catalog?: any, key?: any): string;
|
|
5
|
+
static getCacheEntryDetails(cacheName?: string, cacheKey?: string): string;
|
|
6
|
+
static getScopedCacheKeys(name?: string): Iterator;
|
|
7
|
+
static prefixFlush(cacheName?: any, prefix?: any): void;
|
|
8
|
+
static put(catalog?: any, key?: any, value?: any): void;
|
|
9
|
+
static putMultiRow(catalog?: any, key?: any, value?: any, ids?: any): void;
|
|
10
|
+
static putRow(catalog?: any, key?: any, value?: any, sysId?: any, tableName?: any): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScopedCacheManager.js","sourceRoot":"","sources":["../../src/imports/ScopedCacheManager.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ScriptableRequestAuthCredential } from '../imports/ScriptableRequestAuthCredential';
|
|
2
|
+
import { ScriptableStandardCredential } from '../imports/ScriptableStandardCredential';
|
|
3
|
+
export declare class StandardCredentialsProvider {
|
|
4
|
+
getAuthCredentialByID(id?: string): ScriptableRequestAuthCredential;
|
|
5
|
+
getCredentialByAliasID(aliasId?: string): ScriptableStandardCredential;
|
|
6
|
+
getCredentialByID(id?: string): ScriptableStandardCredential;
|
|
7
|
+
getCredentials(types?: Array<any>, credentialTag?: string): Array<any>;
|
|
8
|
+
constructor();
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardCredentialsProvider.js","sourceRoot":"","sources":["../../src/imports/StandardCredentialsProvider.ts"],"names":[],"mappings":""}
|