@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
package/dist/imports/Style.d.ts
CHANGED
|
@@ -1,2 +1,28 @@
|
|
|
1
|
+
import { Color } from '../imports/Color';
|
|
1
2
|
export declare class Style {
|
|
3
|
+
constructor();
|
|
4
|
+
setBackgroundColor(color?: Color): void;
|
|
5
|
+
setBaseDirection(direction?: string): void;
|
|
6
|
+
setBold(): void;
|
|
7
|
+
setBorder(width?: number, color?: Color): void;
|
|
8
|
+
setBorderBottom(width?: number): void;
|
|
9
|
+
setBorderLeft(width?: number): void;
|
|
10
|
+
setBorderRight(width?: number): void;
|
|
11
|
+
setBorderTop(width?: number): void;
|
|
12
|
+
setColoredBorder(width?: number, color?: Color): void;
|
|
13
|
+
setColoredBorderBottom(width?: number, color?: Color): void;
|
|
14
|
+
setColoredBorderLeft(width?: number, color?: Color): void;
|
|
15
|
+
setColoredBorderRight(width?: number, color?: Color): void;
|
|
16
|
+
setColoredBorderTop(width?: number, color?: Color): void;
|
|
17
|
+
setFontColor(color?: Color): void;
|
|
18
|
+
setFontSize(fontSize?: number): void;
|
|
19
|
+
setHorizontalAlignment(alignment?: string): void;
|
|
20
|
+
setItalic(): void;
|
|
21
|
+
setPadding(padding?: number): void;
|
|
22
|
+
setPaddingBottom(padding?: number): void;
|
|
23
|
+
setPaddingLeft(padding?: number): void;
|
|
24
|
+
setPaddingRight(padding?: number): void;
|
|
25
|
+
setPaddingTop(padding?: number): void;
|
|
26
|
+
setTextAlignment(alignment?: string): void;
|
|
27
|
+
setVerticalAlignment(alignment?: string): void;
|
|
2
28
|
}
|
|
@@ -1,2 +1,18 @@
|
|
|
1
1
|
export declare class SystemDocument {
|
|
2
|
+
adminAccess(adminAccess?: boolean): SystemDocument;
|
|
3
|
+
audience(audience?: string): SystemDocument;
|
|
4
|
+
classification(classification?: string): SystemDocument;
|
|
5
|
+
createdFromTemplate(createdFromTemplate?: string): SystemDocument;
|
|
6
|
+
defaultVersion(defaultVersion?: string): SystemDocument;
|
|
7
|
+
department(department?: string): SystemDocument;
|
|
8
|
+
description(description?: string): SystemDocument;
|
|
9
|
+
inheritedAccess(inheritedAccess?: boolean): SystemDocument;
|
|
10
|
+
name(name?: string): SystemDocument;
|
|
11
|
+
owner(owner?: string): SystemDocument;
|
|
12
|
+
reviewers(reviewers?: string): SystemDocument;
|
|
13
|
+
shareAccess(shareAccess?: boolean): SystemDocument;
|
|
14
|
+
state(state?: string): SystemDocument;
|
|
15
|
+
template(template?: boolean): SystemDocument;
|
|
16
|
+
type(type?: string): SystemDocument;
|
|
17
|
+
constructor();
|
|
2
18
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
export declare class SystemDocumentVersion {
|
|
2
|
+
document(documentSysId?: string): SystemDocumentVersion;
|
|
3
|
+
type(type?: string): SystemDocumentVersion;
|
|
4
|
+
url(url?: string): SystemDocumentVersion;
|
|
5
|
+
versionNumber(versionNumber?: number): SystemDocumentVersion;
|
|
6
|
+
constructor();
|
|
2
7
|
}
|
package/dist/imports/Table.d.ts
CHANGED
|
@@ -1,2 +1,37 @@
|
|
|
1
|
+
import { Color } from '../imports/Color';
|
|
2
|
+
import { Style } from '../imports/Style';
|
|
3
|
+
import { Image } from '../imports/Image';
|
|
4
|
+
import { Cell } from '../imports/Cell';
|
|
5
|
+
import { Paragraph } from '../imports/Paragraph';
|
|
1
6
|
export declare class Table {
|
|
7
|
+
addCell(cell?: Cell): void;
|
|
8
|
+
addCellWithStyle(cell?: Cell, style?: Style): void;
|
|
9
|
+
addHeaderCell(cell?: Cell): void;
|
|
10
|
+
addImageCell(image?: Image): void;
|
|
11
|
+
addParagraphCell(p?: Paragraph): void;
|
|
12
|
+
addTextCell(text?: string): void;
|
|
13
|
+
complete(): void;
|
|
14
|
+
constructor(ltr?: boolean, columnWidths?: number[], largeTable?: boolean);
|
|
15
|
+
donotSplitRowOnPageBreak(value?: boolean): void;
|
|
16
|
+
flush(): void;
|
|
17
|
+
getDefaultStyle(): Style;
|
|
18
|
+
getDefaultbackGroundColor(): Color;
|
|
19
|
+
getHeaderStyle(): Style;
|
|
20
|
+
setBackGroundColor(color?: Color): void;
|
|
21
|
+
setBorder(width?: number): void;
|
|
22
|
+
setDefaultStyle(defaultStyle?: Style): void;
|
|
23
|
+
setDefaultbackGroundColor(color?: Color): void;
|
|
24
|
+
setFixedPosition(pageNumber?: number, left?: number, bottom?: number, width?: number): void;
|
|
25
|
+
setHeaderStyle(headerStyle?: Style): void;
|
|
26
|
+
setHorizontalAlignment(alignment?: string): void;
|
|
27
|
+
setKeepTogether(val?: boolean): void;
|
|
28
|
+
setMargin(margin?: number): void;
|
|
29
|
+
setMarginBottom(margin?: number): void;
|
|
30
|
+
setMarginLeft(margin?: number): void;
|
|
31
|
+
setMarginRight(margin?: number): void;
|
|
32
|
+
setMarginTop(margin?: number): void;
|
|
33
|
+
setRunDirection(direction?: string): void;
|
|
34
|
+
setSkipFirstHeader(skipFirstHeader?: boolean): void;
|
|
35
|
+
setWidth(width?: number): void;
|
|
36
|
+
useAllAvailableWidth(): void;
|
|
2
37
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { NativeObject } from '../imports/NativeObject';
|
|
3
|
+
import { Function } from '../imports/Function';
|
|
4
|
+
import { TransformResult } from '../imports/TransformResult';
|
|
5
|
+
import { Number } from '../imports/Number';
|
|
6
|
+
export declare class TransformPart {
|
|
7
|
+
add(summand?: Number): TransformPart;
|
|
8
|
+
autocorrelate(): TransformPart;
|
|
9
|
+
avg(): TransformPart;
|
|
10
|
+
bottom(count?: Number): TransformPart;
|
|
11
|
+
ceil(precision?: Number): TransformPart;
|
|
12
|
+
collect(): TransformPart;
|
|
13
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
14
|
+
copyData(obj1?: any, obj2?: any): TransformPart;
|
|
15
|
+
count(): TransformPart;
|
|
16
|
+
decompose(_tags?: any): TransformPart;
|
|
17
|
+
derivative(): TransformPart;
|
|
18
|
+
deviation(predictedValues?: any, method?: string): TransformPart;
|
|
19
|
+
div(divisor?: Number): TransformPart;
|
|
20
|
+
filter(_aggregator?: any, _window?: any): TransformPart;
|
|
21
|
+
fit(_params?: NativeObject): TransformPart;
|
|
22
|
+
floor(precision?: Number): TransformPart;
|
|
23
|
+
fractiles(_fractions?: any): TransformPart;
|
|
24
|
+
getResult(): TransformResult;
|
|
25
|
+
groupBy(field?: string): TransformPart;
|
|
26
|
+
interpolate(countOrDuration?: any): TransformPart;
|
|
27
|
+
iqr(): TransformPart;
|
|
28
|
+
label(label?: string): TransformPart;
|
|
29
|
+
limit(countOrDuration?: any): TransformPart;
|
|
30
|
+
log(base?: Number): TransformPart;
|
|
31
|
+
max(): TransformPart;
|
|
32
|
+
median(): TransformPart;
|
|
33
|
+
metric(metricName?: string): TransformPart;
|
|
34
|
+
min(): TransformPart;
|
|
35
|
+
mul(factor?: any): TransformPart;
|
|
36
|
+
partition(_aggregator?: string, _window?: any, _base?: any): TransformPart;
|
|
37
|
+
predict(obj1?: any, obj2?: any): TransformPart;
|
|
38
|
+
put(): void;
|
|
39
|
+
resample(a1?: any, a2?: any, a3?: any): TransformPart;
|
|
40
|
+
round(precision?: Number): TransformPart;
|
|
41
|
+
stddev(): TransformPart;
|
|
42
|
+
sub(substrahend?: any): TransformPart;
|
|
43
|
+
sum(): TransformPart;
|
|
44
|
+
top(count?: Number): TransformPart;
|
|
45
|
+
where(obj?: any): TransformPart;
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransformPart.js","sourceRoot":"","sources":["../../src/imports/TransformPart.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { NativeArray } from '../imports/NativeArray';
|
|
3
|
+
import { NativeObject } from '../imports/NativeObject';
|
|
4
|
+
import { Function } from '../imports/Function';
|
|
5
|
+
import { Data } from '../imports/Data';
|
|
6
|
+
export declare class TransformResult {
|
|
7
|
+
byGroup(): NativeObject;
|
|
8
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
9
|
+
getByLabel(label?: string): Data;
|
|
10
|
+
getData(): Data;
|
|
11
|
+
toArray(): NativeArray;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransformResult.js","sourceRoot":"","sources":["../../src/imports/TransformResult.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class Transformer {
|
|
4
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
+
getRow(): Record<any, any>;
|
|
6
|
+
transform(): boolean;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transformer.js","sourceRoot":"","sources":["../../src/imports/Transformer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
export declare class TransformerDefinition {
|
|
4
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
+
validate(): boolean;
|
|
6
|
+
recordPath: string;
|
|
7
|
+
basePath: string;
|
|
8
|
+
name: string;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransformerDefinition.js","sourceRoot":"","sources":["../../src/imports/TransformerDefinition.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,28 @@
|
|
|
1
1
|
export declare class TransformerRuleList {
|
|
2
|
+
addRule(symbol?: string, path?: string): TransformerRuleList;
|
|
3
|
+
fromJSON(): TransformerRuleList;
|
|
4
|
+
fromXML(): TransformerRuleList;
|
|
5
|
+
setName(name?: string): TransformerRuleList;
|
|
6
|
+
thenAdaptCurrency(currencyCode?: string, outputNumericCurrencyValue?: boolean): TransformerRuleList;
|
|
7
|
+
thenAdaptDuration(inputDurationUnit?: string, outputDurationUnit?: string): TransformerRuleList;
|
|
8
|
+
thenAdd(operand?: string): TransformerRuleList;
|
|
9
|
+
thenApplyMap(map?: Record<any, any>): TransformerRuleList;
|
|
10
|
+
thenApplyPattern(match?: string, replace?: string): TransformerRuleList;
|
|
11
|
+
thenCeiling(operand?: string): TransformerRuleList;
|
|
12
|
+
thenConcat(concat?: string): TransformerRuleList;
|
|
13
|
+
thenConcatSymbol(symbol?: string): TransformerRuleList;
|
|
14
|
+
thenConvertTimeZone(name?: string, timezone?: string): TransformerRuleList;
|
|
15
|
+
thenDivideBy(operand?: string): TransformerRuleList;
|
|
16
|
+
thenDivideInto(operand?: string): TransformerRuleList;
|
|
17
|
+
thenFloor(operand?: string): TransformerRuleList;
|
|
18
|
+
thenFormat(match?: string, replace?: string): TransformerRuleList;
|
|
19
|
+
thenMax(operand?: string): TransformerRuleList;
|
|
20
|
+
thenMin(operand?: string): TransformerRuleList;
|
|
21
|
+
thenMultiply(operand?: string): TransformerRuleList;
|
|
22
|
+
thenReplace(match?: string, replace?: string): TransformerRuleList;
|
|
23
|
+
thenRoundDown(operand?: string): TransformerRuleList;
|
|
24
|
+
thenRoundUp(operand?: string): TransformerRuleList;
|
|
25
|
+
thenSplit(match?: string, replace?: string): TransformerRuleList;
|
|
26
|
+
thenSubtract(operand?: string): TransformerRuleList;
|
|
27
|
+
constructor();
|
|
2
28
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserCriteria.js","sourceRoot":"","sources":["../../src/imports/UserCriteria.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,26 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { Collection } from '../imports/Collection';
|
|
1
4
|
export declare class XMLStreamingAPI {
|
|
5
|
+
close(): void;
|
|
6
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
7
|
+
disablePrettyPrint(): XMLStreamingAPI;
|
|
8
|
+
enablePrettyPrint(): XMLStreamingAPI;
|
|
9
|
+
endDocument(): XMLStreamingAPI;
|
|
10
|
+
endElement(): XMLStreamingAPI;
|
|
11
|
+
getAttachmentId(): string;
|
|
12
|
+
getXMLString(): string;
|
|
13
|
+
startDocument(rootElement?: any, namespaceDefinitionMap?: Record<any, any>): XMLStreamingAPI;
|
|
14
|
+
startElement(name?: string, namespaceMap?: Record<any, any>, attributeMap?: Record<any, any>, prefix?: any): XMLStreamingAPI;
|
|
15
|
+
writeArray(elementName?: string, data?: Collection, wrappingElement?: any): XMLStreamingAPI;
|
|
16
|
+
writeAttribute(name?: string, value?: string): XMLStreamingAPI;
|
|
17
|
+
writeAttributes(attributeMap?: Record<any, any>): XMLStreamingAPI;
|
|
18
|
+
writeCData(data?: string): XMLStreamingAPI;
|
|
19
|
+
writeCDataElement(name?: string, data?: string, prefix?: any): XMLStreamingAPI;
|
|
20
|
+
writeCharacters(text?: string): XMLStreamingAPI;
|
|
21
|
+
writeComment(comment?: string): XMLStreamingAPI;
|
|
22
|
+
writeDtd(dtd?: string): XMLStreamingAPI;
|
|
23
|
+
writeNamespace(prefix?: string, namespaceURI?: string): XMLStreamingAPI;
|
|
24
|
+
writeNamespaces(namespaceMap?: Record<any, any>): XMLStreamingAPI;
|
|
25
|
+
writeTextElement(name?: string, text?: string, prefix?: any): XMLStreamingAPI;
|
|
2
26
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import { Context } from '../imports/Context';
|
|
2
|
+
import { Function } from '../imports/Function';
|
|
3
|
+
import { XMLStreamingAPI } from '../imports/XMLStreamingAPI';
|
|
4
|
+
import { GlideDateTime } from '../imports/GlideDateTime';
|
|
1
5
|
export declare class XMLStreamingBuilder {
|
|
6
|
+
build(): XMLStreamingAPI;
|
|
7
|
+
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
|
+
expiresAt(expireAt?: GlideDateTime): XMLStreamingBuilder;
|
|
9
|
+
withAttachment(): XMLStreamingBuilder;
|
|
2
10
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export * from './sn_clotho';
|
|
|
6
6
|
export * from './sn_cmdb';
|
|
7
7
|
export * from './sn_cmdbgroup';
|
|
8
8
|
export * from './sn_connect';
|
|
9
|
-
export * from './sn_cs';
|
|
10
9
|
export * from './sn_currency';
|
|
11
10
|
export * from './sn_discovery';
|
|
12
11
|
export * from './sn_doc_services';
|
|
@@ -23,11 +22,11 @@ export * from './sn_notify';
|
|
|
23
22
|
export * from './sn_pad';
|
|
24
23
|
export * from './sn_pdfgeneratorutils';
|
|
25
24
|
export * from './sn_playbook';
|
|
26
|
-
export * from './sn_sc';
|
|
27
25
|
export * from './sn_schdl_ns';
|
|
28
26
|
export * from './sn_scoped_cache';
|
|
29
27
|
export * from './sn_tfrm';
|
|
30
28
|
export * from './sn_uc';
|
|
31
29
|
export * from './sn_ui';
|
|
32
30
|
export * from './sn_ws_int';
|
|
31
|
+
export * from './sn_ws';
|
|
33
32
|
export * from './types';
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,6 @@ __exportStar(require("./sn_clotho"), exports);
|
|
|
22
22
|
__exportStar(require("./sn_cmdb"), exports);
|
|
23
23
|
__exportStar(require("./sn_cmdbgroup"), exports);
|
|
24
24
|
__exportStar(require("./sn_connect"), exports);
|
|
25
|
-
__exportStar(require("./sn_cs"), exports);
|
|
26
25
|
__exportStar(require("./sn_currency"), exports);
|
|
27
26
|
__exportStar(require("./sn_discovery"), exports);
|
|
28
27
|
__exportStar(require("./sn_doc_services"), exports);
|
|
@@ -39,12 +38,12 @@ __exportStar(require("./sn_notify"), exports);
|
|
|
39
38
|
__exportStar(require("./sn_pad"), exports);
|
|
40
39
|
__exportStar(require("./sn_pdfgeneratorutils"), exports);
|
|
41
40
|
__exportStar(require("./sn_playbook"), exports);
|
|
42
|
-
__exportStar(require("./sn_sc"), exports);
|
|
43
41
|
__exportStar(require("./sn_schdl_ns"), exports);
|
|
44
42
|
__exportStar(require("./sn_scoped_cache"), exports);
|
|
45
43
|
__exportStar(require("./sn_tfrm"), exports);
|
|
46
44
|
__exportStar(require("./sn_uc"), exports);
|
|
47
45
|
__exportStar(require("./sn_ui"), exports);
|
|
48
46
|
__exportStar(require("./sn_ws_int"), exports);
|
|
47
|
+
__exportStar(require("./sn_ws"), exports);
|
|
49
48
|
__exportStar(require("./types"), exports);
|
|
50
49
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,gDAA8B;AAC9B,iDAA+B;AAC/B,oDAAkC;AAClC,0CAAwB;AACxB,0CAAwB;AACxB,4CAA0B;AAC1B,gDAA8B;AAC9B,0CAAwB;AACxB,6CAA2B;AAC3B,qDAAmC;AACnC,8CAA4B;AAC5B,oDAAkC;AAClC,8CAA4B;AAC5B,2CAAyB;AACzB,yDAAuC;AACvC,gDAA8B;AAC9B,gDAA8B;AAC9B,oDAAkC;AAClC,4CAA0B;AAC1B,0CAAwB;AACxB,0CAAwB;AACxB,8CAA4B;AAC5B,0CAAwB;AACxB,0CAAwB"}
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
3
|
export declare class GeniusResultContext {
|
|
4
|
+
addAsyncGRTransactionId(transactionId?: string): void;
|
|
4
5
|
addQueryMetadata(key?: string, value?: string): void;
|
|
5
6
|
addTransactionId(transactionId?: string): void;
|
|
6
7
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
7
8
|
getAdditionalContext(): string;
|
|
9
|
+
getGeniusResultMode(): string;
|
|
8
10
|
getMatchingDocuments(): Array<any>;
|
|
9
11
|
getOriginalSearchPhrase(): string;
|
|
10
12
|
getPredictionResult(): Array<any>;
|
|
11
13
|
getQueryMetadata(key?: string): string;
|
|
12
14
|
getSearchContext(): Record<any, any>;
|
|
15
|
+
getSearchQueryRequestDetails(): Record<any, any>;
|
|
13
16
|
getSearchResults(): Array<any>;
|
|
14
17
|
setSearchPhraseForAllRequests(searchPhrase?: string): boolean;
|
|
15
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlideOAuthClient.js","sourceRoot":"","sources":["../../src/sn_auth/GlideOAuthClient.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlideOAuthClientRequest.js","sourceRoot":"","sources":["../../src/sn_auth/GlideOAuthClientRequest.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlideOAuthClientResponse.js","sourceRoot":"","sources":["../../src/sn_auth/GlideOAuthClientResponse.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlideOAuthToken.js","sourceRoot":"","sources":["../../src/sn_auth/GlideOAuthToken.ts"],"names":[],"mappings":""}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { AuthCredential } from '../imports/AuthCredential';
|
|
2
|
+
import { HttpRequestData } from '../imports/HttpRequestData';
|
|
3
|
+
import { HttpRequestAuthedData } from '../imports/HttpRequestAuthedData';
|
|
4
4
|
export declare class RequestAuthAPI {
|
|
5
|
-
generateAuth():
|
|
6
|
-
getAuthCredential():
|
|
7
|
-
getHttpRequestData():
|
|
5
|
+
generateAuth(): HttpRequestAuthedData;
|
|
6
|
+
getAuthCredential(): AuthCredential;
|
|
7
|
+
getHttpRequestData(): HttpRequestData;
|
|
8
8
|
resetAuthCredential(): void;
|
|
9
9
|
constructor();
|
|
10
10
|
}
|
package/dist/sn_auth/index.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export * from './AuthCredential';
|
|
2
|
+
export * from './GlideOAuthClient';
|
|
3
|
+
export * from './GlideOAuthClientRequest';
|
|
4
|
+
export * from './GlideOAuthClientResponse';
|
|
5
|
+
export * from './GlideOAuthToken';
|
|
2
6
|
export * from './HttpRequestAuthedData';
|
|
3
7
|
export * from './HttpRequestData';
|
|
4
8
|
export * from './RequestAuthAPI';
|
package/dist/sn_auth/index.js
CHANGED
|
@@ -15,6 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./AuthCredential"), exports);
|
|
18
|
+
__exportStar(require("./GlideOAuthClient"), exports);
|
|
19
|
+
__exportStar(require("./GlideOAuthClientRequest"), exports);
|
|
20
|
+
__exportStar(require("./GlideOAuthClientResponse"), exports);
|
|
21
|
+
__exportStar(require("./GlideOAuthToken"), exports);
|
|
18
22
|
__exportStar(require("./HttpRequestAuthedData"), exports);
|
|
19
23
|
__exportStar(require("./HttpRequestData"), exports);
|
|
20
24
|
__exportStar(require("./RequestAuthAPI"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sn_auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,0DAAwC;AACxC,oDAAkC;AAClC,mDAAiC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sn_auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,6DAA2C;AAC3C,oDAAkC;AAClC,0DAAwC;AACxC,oDAAkC;AAClC,mDAAiC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ConnectionInfo } from '../imports/ConnectionInfo';
|
|
2
2
|
export declare class ConnectionInfoProvider {
|
|
3
|
-
getConnectionInfo(aliasID?: string):
|
|
4
|
-
getConnectionInfoByDomain(aliasID?: string, domainID?: string):
|
|
3
|
+
getConnectionInfo(aliasID?: string): ConnectionInfo;
|
|
4
|
+
getConnectionInfoByDomain(aliasID?: string, domainID?: string): ConnectionInfo;
|
|
5
5
|
getConnectionInfoList(aliasID?: string): Array<any>;
|
|
6
6
|
getConnectionInfoListByDomain(aliasID?: string, domainID?: string): Array<any>;
|
|
7
7
|
constructor();
|
|
@@ -1,47 +1,46 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { NativeObject } from '../imports/NativeObject';
|
|
3
3
|
import { Function } from '../imports/Function';
|
|
4
|
-
import {
|
|
5
|
-
import { ScopedTransformPart } from '../imports/ScopedTransformPart';
|
|
4
|
+
import { TransformResult } from '../imports/TransformResult';
|
|
6
5
|
import { Number } from '../imports/Number';
|
|
7
6
|
export declare class TransformPart {
|
|
8
|
-
add(summand?: Number):
|
|
9
|
-
autocorrelate():
|
|
10
|
-
avg():
|
|
11
|
-
bottom(count?: Number):
|
|
12
|
-
ceil(precision?: Number):
|
|
13
|
-
collect():
|
|
7
|
+
add(summand?: Number): TransformPart;
|
|
8
|
+
autocorrelate(): TransformPart;
|
|
9
|
+
avg(): TransformPart;
|
|
10
|
+
bottom(count?: Number): TransformPart;
|
|
11
|
+
ceil(precision?: Number): TransformPart;
|
|
12
|
+
collect(): TransformPart;
|
|
14
13
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
15
|
-
copyData(obj1?: any, obj2?: any):
|
|
16
|
-
count():
|
|
17
|
-
decompose(_tags?: any):
|
|
18
|
-
derivative():
|
|
19
|
-
deviation(predictedValues?: any, method?: string):
|
|
20
|
-
div(divisor?: Number):
|
|
21
|
-
filter(_aggregator?: any, _window?: any):
|
|
22
|
-
fit(_params?: NativeObject):
|
|
23
|
-
floor(precision?: Number):
|
|
24
|
-
fractiles(_fractions?: any):
|
|
25
|
-
getResult():
|
|
26
|
-
groupBy(field?: string):
|
|
27
|
-
interpolate(countOrDuration?: any):
|
|
28
|
-
iqr():
|
|
29
|
-
label(label?: string):
|
|
30
|
-
limit(countOrDuration?: any):
|
|
31
|
-
log(base?: Number):
|
|
32
|
-
max():
|
|
33
|
-
median():
|
|
34
|
-
metric(metricName?: string):
|
|
35
|
-
min():
|
|
36
|
-
mul(factor?: any):
|
|
37
|
-
partition(_aggregator?: string, _window?: any, _base?: any):
|
|
38
|
-
predict(obj1?: any, obj2?: any):
|
|
14
|
+
copyData(obj1?: any, obj2?: any): TransformPart;
|
|
15
|
+
count(): TransformPart;
|
|
16
|
+
decompose(_tags?: any): TransformPart;
|
|
17
|
+
derivative(): TransformPart;
|
|
18
|
+
deviation(predictedValues?: any, method?: string): TransformPart;
|
|
19
|
+
div(divisor?: Number): TransformPart;
|
|
20
|
+
filter(_aggregator?: any, _window?: any): TransformPart;
|
|
21
|
+
fit(_params?: NativeObject): TransformPart;
|
|
22
|
+
floor(precision?: Number): TransformPart;
|
|
23
|
+
fractiles(_fractions?: any): TransformPart;
|
|
24
|
+
getResult(): TransformResult;
|
|
25
|
+
groupBy(field?: string): TransformPart;
|
|
26
|
+
interpolate(countOrDuration?: any): TransformPart;
|
|
27
|
+
iqr(): TransformPart;
|
|
28
|
+
label(label?: string): TransformPart;
|
|
29
|
+
limit(countOrDuration?: any): TransformPart;
|
|
30
|
+
log(base?: Number): TransformPart;
|
|
31
|
+
max(): TransformPart;
|
|
32
|
+
median(): TransformPart;
|
|
33
|
+
metric(metricName?: string): TransformPart;
|
|
34
|
+
min(): TransformPart;
|
|
35
|
+
mul(factor?: any): TransformPart;
|
|
36
|
+
partition(_aggregator?: string, _window?: any, _base?: any): TransformPart;
|
|
37
|
+
predict(obj1?: any, obj2?: any): TransformPart;
|
|
39
38
|
put(): void;
|
|
40
|
-
resample(a1?: any, a2?: any, a3?: any):
|
|
41
|
-
round(precision?: Number):
|
|
42
|
-
stddev():
|
|
43
|
-
sub(substrahend?: any):
|
|
44
|
-
sum():
|
|
45
|
-
top(count?: Number):
|
|
46
|
-
where(obj?: any):
|
|
39
|
+
resample(a1?: any, a2?: any, a3?: any): TransformPart;
|
|
40
|
+
round(precision?: Number): TransformPart;
|
|
41
|
+
stddev(): TransformPart;
|
|
42
|
+
sub(substrahend?: any): TransformPart;
|
|
43
|
+
sum(): TransformPart;
|
|
44
|
+
top(count?: Number): TransformPart;
|
|
45
|
+
where(obj?: any): TransformPart;
|
|
47
46
|
}
|
|
@@ -2,11 +2,11 @@ import { Context } from '../imports/Context';
|
|
|
2
2
|
import { NativeArray } from '../imports/NativeArray';
|
|
3
3
|
import { NativeObject } from '../imports/NativeObject';
|
|
4
4
|
import { Function } from '../imports/Function';
|
|
5
|
-
import {
|
|
5
|
+
import { Data } from '../imports/Data';
|
|
6
6
|
export declare class TransformResult {
|
|
7
7
|
byGroup(): NativeObject;
|
|
8
8
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
9
|
-
getByLabel(label?: string):
|
|
10
|
-
getData():
|
|
9
|
+
getByLabel(label?: string): Data;
|
|
10
|
+
getData(): Data;
|
|
11
11
|
toArray(): NativeArray;
|
|
12
12
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
|
-
import { ScopedKMFCryptoOperation } from '../imports/ScopedKMFCryptoOperation';
|
|
4
3
|
export declare class KMFCryptoOperation {
|
|
5
4
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
5
|
doOperation(data?: any, additionalParameters?: any): any;
|
|
7
|
-
withAdditionalInput(additionalInput?: any):
|
|
8
|
-
withAlgorithm(algorithm?: string):
|
|
9
|
-
withInputFormat(inputFormat?: string):
|
|
10
|
-
withInputType(inputType?: string):
|
|
11
|
-
withOutputFormat(outputFormat?: string):
|
|
12
|
-
withOutputType(outputType?: string):
|
|
13
|
-
withSysId(sysId?: string):
|
|
6
|
+
withAdditionalInput(additionalInput?: any): KMFCryptoOperation;
|
|
7
|
+
withAlgorithm(algorithm?: string): KMFCryptoOperation;
|
|
8
|
+
withInputFormat(inputFormat?: string): KMFCryptoOperation;
|
|
9
|
+
withInputType(inputType?: string): KMFCryptoOperation;
|
|
10
|
+
withOutputFormat(outputFormat?: string): KMFCryptoOperation;
|
|
11
|
+
withOutputType(outputType?: string): KMFCryptoOperation;
|
|
12
|
+
withSysId(sysId?: string): KMFCryptoOperation;
|
|
14
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
3
|
export declare class TransformerDefinition {
|
|
4
|
-
basePath(): string;
|
|
5
4
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
-
id(): string;
|
|
7
|
-
name(): string;
|
|
8
|
-
recordPath(): string;
|
|
9
5
|
validate(): boolean;
|
|
6
|
+
recordPath: string;
|
|
7
|
+
basePath: string;
|
|
8
|
+
name: string;
|
|
9
|
+
id: string;
|
|
10
10
|
}
|
|
@@ -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>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RESTMessageV2.js","sourceRoot":"","sources":["../../src/
|
|
1
|
+
{"version":3,"file":"RESTMessageV2.js","sourceRoot":"","sources":["../../src/sn_ws/RESTMessageV2.ts"],"names":[],"mappings":""}
|