@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":"RESTResponseV2.js","sourceRoot":"","sources":["../../src/sn_ws/RESTResponseV2.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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SOAPMessageV2.js","sourceRoot":"","sources":["../../src/
|
|
1
|
+
{"version":3,"file":"SOAPMessageV2.js","sourceRoot":"","sources":["../../src/sn_ws/SOAPMessageV2.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SOAPResponseV2.js","sourceRoot":"","sources":["../../src/sn_ws/SOAPResponseV2.ts"],"names":[],"mappings":""}
|
|
@@ -14,5 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./RESTMessageV2"), exports);
|
|
18
|
+
__exportStar(require("./RESTResponseV2"), exports);
|
|
19
|
+
__exportStar(require("./SOAPMessageV2"), exports);
|
|
20
|
+
__exportStar(require("./SOAPResponseV2"), exports);
|
|
18
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sn_ws/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Context } from '../imports/Context';
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
|
-
import {
|
|
3
|
+
import { RESTAPIRequestBody } from '../imports/RESTAPIRequestBody';
|
|
4
4
|
export declare class RESTAPIRequest {
|
|
5
|
-
body(): ScriptableServiceRequestBody;
|
|
6
5
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
7
6
|
getHeader(headerName?: string): string;
|
|
8
7
|
getRequestedQueryCategory(): string;
|
|
9
8
|
getSupportedResponseContentTypes(): any;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
url
|
|
9
|
+
body: RESTAPIRequestBody;
|
|
10
|
+
queryParams: any;
|
|
11
|
+
pathParams: any;
|
|
12
|
+
headers: any;
|
|
13
|
+
queryString: string;
|
|
14
|
+
url: string;
|
|
15
|
+
uri: string;
|
|
16
16
|
}
|
|
@@ -3,9 +3,9 @@ import { Function } from '../imports/Function';
|
|
|
3
3
|
import { GlideScriptableInputStream } from '../imports/GlideScriptableInputStream';
|
|
4
4
|
export declare class RESTAPIRequestBody {
|
|
5
5
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
-
data(): any;
|
|
7
|
-
dataStream(): GlideScriptableInputStream;
|
|
8
|
-
dataString(): string;
|
|
9
6
|
hasNext(): boolean;
|
|
10
7
|
nextEntry(): any;
|
|
8
|
+
dataStream: GlideScriptableInputStream;
|
|
9
|
+
dataString: string;
|
|
10
|
+
data: any;
|
|
11
11
|
}
|
|
@@ -2,10 +2,10 @@ import { Context } from '../imports/Context';
|
|
|
2
2
|
import { Function } from '../imports/Function';
|
|
3
3
|
import { ScriptableServiceError } from '../imports/ScriptableServiceError';
|
|
4
4
|
import { ScriptableObject } from '../imports/ScriptableObject';
|
|
5
|
-
import {
|
|
5
|
+
import { RESTAPIResponseStream } from '../imports/RESTAPIResponseStream';
|
|
6
6
|
export declare class RESTAPIResponse {
|
|
7
7
|
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
|
-
getStreamWriter():
|
|
8
|
+
getStreamWriter(): RESTAPIResponseStream;
|
|
9
9
|
setBody(body?: ScriptableObject): void;
|
|
10
10
|
setContentType(contentType?: string): void;
|
|
11
11
|
setError(error?: ScriptableServiceError): void;
|
package/dist/types/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
|
}
|
|
@@ -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;
|
|
@@ -2,7 +2,7 @@ import { SysStyleResult } from '../imports/SysStyleResult';
|
|
|
2
2
|
import { AGlideObject } from '../imports/AGlideObject';
|
|
3
3
|
import { GlideRecord } from '../imports/GlideRecord';
|
|
4
4
|
import { MappingLookupSourceDescriptor } from '../imports/MappingLookupSourceDescriptor';
|
|
5
|
-
import {
|
|
5
|
+
import { GlideElementDescriptor } from '../imports/GlideElementDescriptor';
|
|
6
6
|
export declare class GlideElement {
|
|
7
7
|
canCreate(): boolean;
|
|
8
8
|
canRead(): boolean;
|
|
@@ -31,7 +31,7 @@ export declare class GlideElement {
|
|
|
31
31
|
getDisplayValue(maxCharacters?: number): string;
|
|
32
32
|
getDisplayValueExt(maxCharacters?: number, nullsub?: string): string;
|
|
33
33
|
getDisplayValueLang(language?: string): string;
|
|
34
|
-
getED():
|
|
34
|
+
getED(): GlideElementDescriptor;
|
|
35
35
|
getElementValue(name?: string): string;
|
|
36
36
|
getError(): string;
|
|
37
37
|
getEscapedValue(): string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { GlideRecord } from '../imports/GlideRecord';
|
|
2
2
|
import { ImportSetRun } from '../imports/ImportSetRun';
|
|
3
|
+
import { GlideImportSetRun } from '../imports/GlideImportSetRun';
|
|
3
4
|
import { ImportLog } from '../imports/ImportLog';
|
|
4
5
|
export declare class GlideImportSetTransformer {
|
|
5
|
-
getImportSetRun():
|
|
6
|
+
getImportSetRun(): GlideImportSetRun;
|
|
6
7
|
getProgressID(): string;
|
|
7
8
|
isError(): boolean;
|
|
8
9
|
setBackground(background?: boolean): void;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { IQueryCondition } from '../imports/IQueryCondition';
|
|
2
|
+
import { GlideQueryCondition } from '../imports/GlideQueryCondition';
|
|
3
|
+
import { GlideElementDescriptor } from '../imports/GlideElementDescriptor';
|
|
2
4
|
import { GlideElement } from '../imports/GlideElement';
|
|
3
|
-
import { ElementDescriptor } from '../imports/ElementDescriptor';
|
|
4
|
-
import { QueryCondition } from '../imports/QueryCondition';
|
|
5
5
|
export declare class GlideRecord {
|
|
6
6
|
_next(): boolean;
|
|
7
7
|
_operation(): string;
|
|
8
8
|
_query(field?: any, value?: any): void;
|
|
9
|
-
addActiveQuery():
|
|
9
|
+
addActiveQuery(): GlideQueryCondition;
|
|
10
10
|
addDomainQuery(o?: any): void;
|
|
11
|
-
addEncodedQuery(query?: string): void;
|
|
11
|
+
addEncodedQuery(query?: string, enforceFieldACLs?: any): void;
|
|
12
12
|
addExtraField(field?: string): void;
|
|
13
13
|
addFunction(func?: string): void;
|
|
14
|
-
addInactiveQuery():
|
|
14
|
+
addInactiveQuery(): GlideQueryCondition;
|
|
15
15
|
addJoinQuery(joinTable?: string, primaryField?: any, joinTableField?: any): IQueryCondition;
|
|
16
|
-
addNotNullQuery(fieldName?: string):
|
|
17
|
-
addNullQuery(fieldName?: string):
|
|
16
|
+
addNotNullQuery(fieldName?: string): GlideQueryCondition;
|
|
17
|
+
addNullQuery(fieldName?: string): GlideQueryCondition;
|
|
18
18
|
addQuery(name?: string, operator?: any, value?: any): IQueryCondition;
|
|
19
19
|
addValue(field?: string, value?: number): void;
|
|
20
20
|
appendOrQuery(condition?: any, name?: string, operator?: any, value?: any): void;
|
|
@@ -49,7 +49,7 @@ export declare class GlideRecord {
|
|
|
49
49
|
getClassDisplayValue(): string;
|
|
50
50
|
getDisplayName(): string;
|
|
51
51
|
getDisplayValue(name?: string): string;
|
|
52
|
-
getED():
|
|
52
|
+
getED(): GlideElementDescriptor;
|
|
53
53
|
getElement(columnName?: string): GlideElement;
|
|
54
54
|
getElements(): Array<any>;
|
|
55
55
|
getEncodedQuery(): string;
|
|
@@ -1,21 +1,21 @@
|
|
|
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 GlideRecordSecure 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
|
addDomainQuery(o?: any): void;
|
|
12
|
-
addEncodedQuery(query?: string): void;
|
|
12
|
+
addEncodedQuery(query?: string, enforceFieldACLs?: any): void;
|
|
13
13
|
addExtraField(field?: string): void;
|
|
14
14
|
addFunction(func?: string): void;
|
|
15
|
-
addInactiveQuery():
|
|
15
|
+
addInactiveQuery(): GlideQueryCondition;
|
|
16
16
|
addJoinQuery(joinTable?: string, primaryField?: any, joinTableField?: any): IQueryCondition;
|
|
17
|
-
addNotNullQuery(fieldName?: string):
|
|
18
|
-
addNullQuery(fieldName?: string):
|
|
17
|
+
addNotNullQuery(fieldName?: string): GlideQueryCondition;
|
|
18
|
+
addNullQuery(fieldName?: string): GlideQueryCondition;
|
|
19
19
|
addQuery(name?: string, operator?: any, value?: any): IQueryCondition;
|
|
20
20
|
addValue(field?: string, value?: number): void;
|
|
21
21
|
appendOrQuery(condition?: any, name?: string, operator?: any, value?: any): void;
|
|
@@ -49,7 +49,7 @@ export declare class GlideRecordSecure extends GlideRecord {
|
|
|
49
49
|
getClassDisplayValue(): string;
|
|
50
50
|
getDisplayName(): string;
|
|
51
51
|
getDisplayValue(name?: string): string;
|
|
52
|
-
getED():
|
|
52
|
+
getED(): GlideElementDescriptor;
|
|
53
53
|
getElement(columnName?: string): GlideElement;
|
|
54
54
|
getElements(): Array<any>;
|
|
55
55
|
getEncodedQuery(): string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { GlideSysListControl } from '../imports/GlideSysListControl';
|
|
1
2
|
import { ViewManager } from '../imports/ViewManager';
|
|
2
3
|
import { SysListControl } from '../imports/SysListControl';
|
|
3
4
|
export declare class GlideRenderProperties {
|
|
@@ -9,7 +10,7 @@ export declare class GlideRenderProperties {
|
|
|
9
10
|
getGaugeName(): string;
|
|
10
11
|
getGaugeType(): string;
|
|
11
12
|
getGaugeWidth(): number;
|
|
12
|
-
getListControl():
|
|
13
|
+
getListControl(): GlideSysListControl;
|
|
13
14
|
getMedia(): string;
|
|
14
15
|
getParameterValue(name?: string): string;
|
|
15
16
|
getParameters(): Record<any, any>;
|
|
@@ -93,6 +93,8 @@ export declare class GlideSPScriptable {
|
|
|
93
93
|
getWidgetFromRectangle(instanceID?: string): Scriptable;
|
|
94
94
|
getWidgetParameters(): Scriptable;
|
|
95
95
|
getWidgetScope(instanceID?: string): Scriptable;
|
|
96
|
+
getWidgetSysId(): string;
|
|
97
|
+
hasPublicAccessToTable(table?: string, widgetOptions?: any, widgetInput?: any): boolean;
|
|
96
98
|
hasTextIndex(tableName?: string): boolean;
|
|
97
99
|
isAISearchEnabled(): boolean;
|
|
98
100
|
isDarkThemeEnabledInPortal(): boolean;
|
|
@@ -8,7 +8,7 @@ import { GlideDuration } from '../imports/GlideDuration';
|
|
|
8
8
|
export declare class GlideSchedule {
|
|
9
9
|
add(startDate?: GlideDateTime, offset?: GlideDuration): GlideDateTime;
|
|
10
10
|
add(startDate?: GlideDateTime, offset?: GlideDuration, timeZone?: string): GlideDateTime;
|
|
11
|
-
addOtherSchedule0(otherSchedule?: Schedule, includeFlag?: boolean):
|
|
11
|
+
addOtherSchedule0(otherSchedule?: Schedule, includeFlag?: boolean): GlideSchedule;
|
|
12
12
|
addTimeSpan(grSpan?: GlideRecord): ScheduleTimeSpan;
|
|
13
13
|
addTimeSpans(grSpans?: GlideRecord): void;
|
|
14
14
|
addTimeSpansExcluded(grSpans?: GlideRecord): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TimeZone } from '../imports/TimeZone';
|
|
2
|
-
import {
|
|
2
|
+
import { GlideUser } from '../imports/GlideUser';
|
|
3
3
|
import { EncryptionContext } from '../imports/EncryptionContext';
|
|
4
4
|
import { ChoiceList } from '../imports/ChoiceList';
|
|
5
5
|
import { HttpSession } from '../imports/HttpSession';
|
|
@@ -65,7 +65,7 @@ export declare class GlideSession {
|
|
|
65
65
|
getTimeZoneShortName(): string;
|
|
66
66
|
getUID(): string;
|
|
67
67
|
getURI(): string;
|
|
68
|
-
getUser():
|
|
68
|
+
getUser(): GlideUser;
|
|
69
69
|
getUserName(): string;
|
|
70
70
|
getWatchField(): string;
|
|
71
71
|
getWorkflow(): boolean;
|
|
@@ -76,7 +76,7 @@ export declare class GlideSession {
|
|
|
76
76
|
isLoggedIn(): boolean;
|
|
77
77
|
isOverridingQueryRoute(poolGR?: GlideRecord): boolean;
|
|
78
78
|
isQueryCategoryPoolDisabled(poolName?: string): boolean;
|
|
79
|
-
loadUserByID(userSysId?: string):
|
|
79
|
+
loadUserByID(userSysId?: string): GlideUser;
|
|
80
80
|
onlineImpersonate(userSysId?: string): string;
|
|
81
81
|
onlineUnimpersonate(): string;
|
|
82
82
|
putClientData(name?: string, value?: string): void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { SysListControl } from '../imports/SysListControl';
|
|
2
1
|
export declare class GlideSysListControl {
|
|
3
2
|
constructor();
|
|
4
3
|
constructor(tableName?: string);
|
|
5
4
|
getControlID(): string;
|
|
6
5
|
getEditDefaultFilter(): string;
|
|
7
6
|
getLabel(): string;
|
|
8
|
-
static getListControl(tableName?: string, relatedList?: string):
|
|
7
|
+
static getListControl(tableName?: string, relatedList?: string): GlideSysListControl;
|
|
9
8
|
getListControlID(): string;
|
|
10
9
|
getListEditInsertRow(): boolean;
|
|
11
10
|
getListEditRefQualTag(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NativeObject } from '../imports/NativeObject';
|
|
2
2
|
import { UpgradeDebuggerResult } from '../imports/UpgradeDebuggerResult';
|
|
3
|
-
import {
|
|
3
|
+
import { GlideUser } from '../imports/GlideUser';
|
|
4
4
|
import { GlideRecord } from '../imports/GlideRecord';
|
|
5
5
|
import { GlideDateTime } from '../imports/GlideDateTime';
|
|
6
6
|
declare class GlideSystem {
|
|
@@ -210,7 +210,7 @@ declare class GlideSystem {
|
|
|
210
210
|
static getTrivialMessages(): Array<any>;
|
|
211
211
|
static getUpgradeDebuggerResult(): UpgradeDebuggerResult;
|
|
212
212
|
static getUrlOnStack(): string;
|
|
213
|
-
static getUser():
|
|
213
|
+
static getUser(): GlideUser;
|
|
214
214
|
static getUserDisplayName(): string;
|
|
215
215
|
static getUserID(): string;
|
|
216
216
|
static getUserName(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpgradeDebuggerResult } from '../imports/UpgradeDebuggerResult';
|
|
2
|
-
import {
|
|
2
|
+
import { GlideUser } from '../imports/GlideUser';
|
|
3
3
|
export declare class GlideSystemUserSession {
|
|
4
4
|
static addErrorMessage(error?: any, messageKey?: string): void;
|
|
5
5
|
static addErrorMessageNoSanitization(error?: any, messageKey?: string): void;
|
|
@@ -29,7 +29,7 @@ export declare class GlideSystemUserSession {
|
|
|
29
29
|
static getTrivialMessages(): Array<any>;
|
|
30
30
|
static getUpgradeDebuggerResult(): UpgradeDebuggerResult;
|
|
31
31
|
static getUrlOnStack(): string;
|
|
32
|
-
static getUser():
|
|
32
|
+
static getUser(): GlideUser;
|
|
33
33
|
static getUserDisplayName(): string;
|
|
34
34
|
static getUserID(): string;
|
|
35
35
|
static getUserName(): string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { GlideMemoryRecord } from '../imports/GlideMemoryRecord';
|
|
2
|
-
import { User } from '../imports/User';
|
|
3
2
|
import { GlideRecord } from '../imports/GlideRecord';
|
|
4
3
|
import { GlideVector } from '../imports/GlideVector';
|
|
5
4
|
export declare class GlideUser {
|
|
@@ -14,7 +13,7 @@ export declare class GlideUser {
|
|
|
14
13
|
getCompanyID(): string;
|
|
15
14
|
getCompanyRecord(): GlideRecord;
|
|
16
15
|
getCountry(): string;
|
|
17
|
-
static getCurrentUser():
|
|
16
|
+
static getCurrentUser(): GlideUser;
|
|
18
17
|
getDateFormat(): string;
|
|
19
18
|
getDateFormatEx(style?: string): string;
|
|
20
19
|
getDateTimeFormat(): string;
|
|
@@ -49,9 +48,9 @@ export declare class GlideUser {
|
|
|
49
48
|
getTZ(): string;
|
|
50
49
|
getTimeFormat(): string;
|
|
51
50
|
getTitle(): string;
|
|
52
|
-
static getUser(user?: string):
|
|
53
|
-
static getUserByEmail(email?: string):
|
|
54
|
-
static getUserByID(id?: string):
|
|
51
|
+
static getUser(user?: string): GlideUser;
|
|
52
|
+
static getUserByEmail(email?: string): GlideUser;
|
|
53
|
+
static getUserByID(id?: string): GlideUser;
|
|
55
54
|
getUserRoles(): GlideVector;
|
|
56
55
|
getUserType(): string;
|
|
57
56
|
hasRole(o?: any): boolean;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
export * from './ApplicationProperty';
|
|
2
|
-
export * from './Catalog';
|
|
3
|
-
export * from './CatalogItemCategory';
|
|
4
|
-
export * from './CatalogItemJS';
|
|
5
|
-
export * from './CatalogSearch';
|
|
6
|
-
export * from './CategoryJS';
|
|
7
2
|
export * from './Client';
|
|
8
3
|
export * from './Collaborator';
|
|
9
4
|
export * from './Data';
|
|
@@ -31,10 +26,6 @@ export * from './GlideImportSetRun';
|
|
|
31
26
|
export * from './GlideImportSetTransformer';
|
|
32
27
|
export * from './GlideLocale';
|
|
33
28
|
export * from './GlideNativeRecordMutex';
|
|
34
|
-
export * from './GlideOAuthClient';
|
|
35
|
-
export * from './GlideOAuthClientRequest';
|
|
36
|
-
export * from './GlideOAuthClientResponse';
|
|
37
|
-
export * from './GlideOAuthToken';
|
|
38
29
|
export * from './GlidePluginManager';
|
|
39
30
|
export * from './GlideQueryCondition';
|
|
40
31
|
export * from './GlideQueryString';
|
|
@@ -69,12 +60,9 @@ export * from './GlideTransformLog';
|
|
|
69
60
|
export * from './GlideURI';
|
|
70
61
|
export * from './GlideUser';
|
|
71
62
|
export * from './IdentificationEngineScriptableApi';
|
|
72
|
-
export * from './OrderGuideJS';
|
|
73
63
|
export * from './PAScorecard';
|
|
74
64
|
export * from './PASnapshot';
|
|
75
65
|
export * from './ResponseTemplate';
|
|
76
|
-
export * from './RESTMessageV2';
|
|
77
|
-
export * from './RESTResponseV2';
|
|
78
66
|
export * from './ScopedDCManager';
|
|
79
67
|
export * from './ScopedGlideFilter';
|
|
80
68
|
export * from './ScopedGlideUICompatibility';
|
|
@@ -83,8 +71,6 @@ export * from './ScopedTemplatePrinter';
|
|
|
83
71
|
export * from './ScopedXMLUtil';
|
|
84
72
|
export * from './ScriptableConversation';
|
|
85
73
|
export * from './SecureRandomUtil';
|
|
86
|
-
export * from './SOAPMessageV2';
|
|
87
|
-
export * from './SOAPResponseV2';
|
|
88
74
|
export * from './SPScriptedFacet';
|
|
89
75
|
export * from './SPScriptedFacetService';
|
|
90
76
|
export * from './TemplatePrinter';
|
package/dist/types/index.js
CHANGED
|
@@ -15,11 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./ApplicationProperty"), exports);
|
|
18
|
-
__exportStar(require("./Catalog"), exports);
|
|
19
|
-
__exportStar(require("./CatalogItemCategory"), exports);
|
|
20
|
-
__exportStar(require("./CatalogItemJS"), exports);
|
|
21
|
-
__exportStar(require("./CatalogSearch"), exports);
|
|
22
|
-
__exportStar(require("./CategoryJS"), exports);
|
|
23
18
|
__exportStar(require("./Client"), exports);
|
|
24
19
|
__exportStar(require("./Collaborator"), exports);
|
|
25
20
|
__exportStar(require("./Data"), exports);
|
|
@@ -47,10 +42,6 @@ __exportStar(require("./GlideImportSetRun"), exports);
|
|
|
47
42
|
__exportStar(require("./GlideImportSetTransformer"), exports);
|
|
48
43
|
__exportStar(require("./GlideLocale"), exports);
|
|
49
44
|
__exportStar(require("./GlideNativeRecordMutex"), exports);
|
|
50
|
-
__exportStar(require("./GlideOAuthClient"), exports);
|
|
51
|
-
__exportStar(require("./GlideOAuthClientRequest"), exports);
|
|
52
|
-
__exportStar(require("./GlideOAuthClientResponse"), exports);
|
|
53
|
-
__exportStar(require("./GlideOAuthToken"), exports);
|
|
54
45
|
__exportStar(require("./GlidePluginManager"), exports);
|
|
55
46
|
__exportStar(require("./GlideQueryCondition"), exports);
|
|
56
47
|
__exportStar(require("./GlideQueryString"), exports);
|
|
@@ -85,12 +76,9 @@ __exportStar(require("./GlideTransformLog"), exports);
|
|
|
85
76
|
__exportStar(require("./GlideURI"), exports);
|
|
86
77
|
__exportStar(require("./GlideUser"), exports);
|
|
87
78
|
__exportStar(require("./IdentificationEngineScriptableApi"), exports);
|
|
88
|
-
__exportStar(require("./OrderGuideJS"), exports);
|
|
89
79
|
__exportStar(require("./PAScorecard"), exports);
|
|
90
80
|
__exportStar(require("./PASnapshot"), exports);
|
|
91
81
|
__exportStar(require("./ResponseTemplate"), exports);
|
|
92
|
-
__exportStar(require("./RESTMessageV2"), exports);
|
|
93
|
-
__exportStar(require("./RESTResponseV2"), exports);
|
|
94
82
|
__exportStar(require("./ScopedDCManager"), exports);
|
|
95
83
|
__exportStar(require("./ScopedGlideFilter"), exports);
|
|
96
84
|
__exportStar(require("./ScopedGlideUICompatibility"), exports);
|
|
@@ -99,8 +87,6 @@ __exportStar(require("./ScopedTemplatePrinter"), exports);
|
|
|
99
87
|
__exportStar(require("./ScopedXMLUtil"), exports);
|
|
100
88
|
__exportStar(require("./ScriptableConversation"), exports);
|
|
101
89
|
__exportStar(require("./SecureRandomUtil"), exports);
|
|
102
|
-
__exportStar(require("./SOAPMessageV2"), exports);
|
|
103
|
-
__exportStar(require("./SOAPResponseV2"), exports);
|
|
104
90
|
__exportStar(require("./SPScriptedFacet"), exports);
|
|
105
91
|
__exportStar(require("./SPScriptedFacetService"), exports);
|
|
106
92
|
__exportStar(require("./TemplatePrinter"), exports);
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2CAAyB;AACzB,iDAA+B;AAC/B,yCAAuB;AACvB,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,+DAA6C;AAC7C,8CAA4B;AAC5B,kDAAgC;AAChC,2DAAyC;AACzC,0DAAwC;AACxC,gDAA8B;AAC9B,kDAAgC;AAChC,iDAA+B;AAC/B,0DAAwC;AACxC,2DAAyC;AACzC,uDAAqC;AACrC,gDAA8B;AAC9B,wDAAsC;AACtC,mDAAiC;AACjC,sDAAoC;AACpC,8DAA4C;AAC5C,gDAA8B;AAC9B,2DAAyC;AACzC,uDAAqC;AACrC,wDAAsC;AACtC,qDAAmC;AACnC,gDAA8B;AAC9B,sDAAoC;AACpC,0DAAwC;AACxC,kDAAgC;AAChC,yDAAuC;AACvC,gEAA8C;AAC9C,2DAAyC;AACzC,uDAAqC;AACrC,wDAAsC;AACtC,yDAAuC;AACvC,iDAA+B;AAC/B,sDAAoC;AACpC,uDAAqC;AACrC,wDAAsC;AACtC,gDAA8B;AAC9B,yDAAuC;AACvC,yDAAuC;AACvC,sDAAoC;AACpC,sDAAoC;AACpC,4DAA0C;AAC1C,2DAAyC;AACzC,sDAAoC;AACpC,0DAAwC;AACxC,uDAAqC;AACrC,wDAAsC;AACtC,oDAAkC;AAClC,8CAA4B;AAC5B,sDAAoC;AACpC,6CAA2B;AAC3B,8CAA4B;AAC5B,sEAAoD;AACpD,gDAA8B;AAC9B,+CAA6B;AAC7B,qDAAmC;AACnC,oDAAkC;AAClC,sDAAoC;AACpC,+DAA6C;AAC7C,qDAAmC;AACnC,0DAAwC;AACxC,kDAAgC;AAChC,2DAAyC;AACzC,qDAAmC;AACnC,oDAAkC;AAClC,2DAAyC;AACzC,oDAAkC;AAClC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,oDAAkC"}
|