@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
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
import { Scriptable } from '../imports/Scriptable';
|
|
4
|
-
export declare class CatalogItemCategory {
|
|
5
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
-
create(itemID?: string, categoryID?: string): void;
|
|
7
|
-
createRecord(itemSysId?: string, categorySysIds?: Scriptable): void;
|
|
8
|
-
static handleAdd(categoryM2M?: Scriptable): void;
|
|
9
|
-
static handleRemove(categoryM2M?: Scriptable): void;
|
|
10
|
-
static populateFromItemCategory(): void;
|
|
11
|
-
static recordExists(itemID?: string, categoryID?: string): boolean;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogItemCategory.js","sourceRoot":"","sources":["../../src/imports/CatalogItemCategory.ts"],"names":[],"mappings":""}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
import { ScriptableObject } from '../imports/ScriptableObject';
|
|
4
|
-
export declare class CatalogItemJS {
|
|
5
|
-
availableForUserCriteria(action?: string, criteriaIDs?: Array<any>): void;
|
|
6
|
-
canView(isMobile?: boolean, userId?: string): boolean;
|
|
7
|
-
canViewInDomain(): boolean;
|
|
8
|
-
canViewOnSearch(isMobile?: boolean): boolean;
|
|
9
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
10
|
-
create(standardUpdate?: boolean): string;
|
|
11
|
-
static deleteCatalogItemAndReferences(id?: string): boolean;
|
|
12
|
-
deleteRecord(standardUpdate?: boolean): void;
|
|
13
|
-
getAvailability(): string;
|
|
14
|
-
getCatalogs(): string;
|
|
15
|
-
getCategories(catalogSysId?: string): Array<any>;
|
|
16
|
-
getCategoryTree(categoryId?: string): Record<any, any>;
|
|
17
|
-
getCompleteItemPrice(): string;
|
|
18
|
-
getDataLookUps(): Array<any>;
|
|
19
|
-
getFirstAccessibleCategoryForSearch(catalogId?: string): string;
|
|
20
|
-
getIcon(): string;
|
|
21
|
-
getInvalidDelegatedUsers(requestForUsers?: Array<any>): Array<any>;
|
|
22
|
-
getItemForVA(): Record<any, any>;
|
|
23
|
-
getItemSummary(isPortal?: boolean, options?: string): Record<any, any>;
|
|
24
|
-
getMRVSIds(): Array<any>;
|
|
25
|
-
getMobilePicture(): string;
|
|
26
|
-
getPicture(): string;
|
|
27
|
-
getRecordClass(): string;
|
|
28
|
-
getSequencingProcess(): string;
|
|
29
|
-
getTemplateUsed(): string;
|
|
30
|
-
getUIPolicies(unfiltered?: boolean): Array<any>;
|
|
31
|
-
getVariableKeys(mode?: number): Array<any>;
|
|
32
|
-
getVariableSet(): Array<any>;
|
|
33
|
-
getVariables(layout?: boolean, isFlat?: boolean, includeContainers?: boolean): Array<any>;
|
|
34
|
-
getVariablesDynamicValueConfig(): Array<any>;
|
|
35
|
-
getVariablesLayout(includeBreakVariables?: boolean): Array<any>;
|
|
36
|
-
hasRequestedForVariable(isGuideItem?: boolean): boolean;
|
|
37
|
-
hasTemplateManagerRole(): boolean;
|
|
38
|
-
isActive(): boolean;
|
|
39
|
-
isAssociatedWithCatalog(catalogId?: string): boolean;
|
|
40
|
-
isDelegationAllowed(requestedForUser?: string): boolean;
|
|
41
|
-
isOwner(userId?: string): boolean;
|
|
42
|
-
isVisibleServicePortal(): boolean;
|
|
43
|
-
notAvailableForUserCriteria(action?: string, criteriaIDs?: Array<any>): void;
|
|
44
|
-
read(columns?: Record<any, any>, standardUpdate?: boolean): Record<any, any>;
|
|
45
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
46
|
-
setCatalogs(catalogs?: string): void;
|
|
47
|
-
setCategories(categories?: string): void;
|
|
48
|
-
setImage(dbImageSysId?: string, type?: string): void;
|
|
49
|
-
setTableName(tableName?: string): void;
|
|
50
|
-
submitProducer(o?: ScriptableObject): Record<any, any>;
|
|
51
|
-
update(columnValues?: Record<any, any>, standardUpdate?: boolean): void;
|
|
52
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogItemJS.js","sourceRoot":"","sources":["../../src/imports/CatalogItemJS.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogJS.js","sourceRoot":"","sources":["../../src/imports/CatalogJS.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
import { ScopedGlideRecord } from '../imports/ScopedGlideRecord';
|
|
4
|
-
export declare class CatalogSearch {
|
|
5
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
6
|
-
static search(catalogID?: string, categoryID?: string, term?: string, mobile?: boolean, depthSearch?: boolean, searchPortal?: boolean): ScopedGlideRecord;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogSearch.js","sourceRoot":"","sources":["../../src/imports/CatalogSearch.ts"],"names":[],"mappings":""}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
export declare class CategoryJS {
|
|
4
|
-
availableForUserCriteria(action?: string, criteriaIDs?: Array<any>): void;
|
|
5
|
-
canView(isMobile?: boolean, userId?: string): boolean;
|
|
6
|
-
canViewForMobile(): boolean;
|
|
7
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
8
|
-
create(standardUpdate?: boolean): string;
|
|
9
|
-
deleteRecord(standardUpdate?: boolean): void;
|
|
10
|
-
getCatalog(): string;
|
|
11
|
-
getDescription(): string;
|
|
12
|
-
getFullDescription(): string;
|
|
13
|
-
getHeaderIconSRC(): string;
|
|
14
|
-
getHomepageImageSRC(): string;
|
|
15
|
-
getID(): string;
|
|
16
|
-
getIconSRC(): string;
|
|
17
|
-
getItemIds(): Array<any>;
|
|
18
|
-
getItemsCount(checkVisibilityOnPortal?: boolean): number;
|
|
19
|
-
getMobilePicture(): string;
|
|
20
|
-
getParent(): string;
|
|
21
|
-
getSubCategories(): Array<any>;
|
|
22
|
-
getTitle(): string;
|
|
23
|
-
getViewableItemsCount(checkVisibilityOnPortal?: boolean): number;
|
|
24
|
-
getViewableSubCategories(): Array<any>;
|
|
25
|
-
hasVisibleItem(checkVisibilityOnPortal?: boolean, checkCanView?: boolean): boolean;
|
|
26
|
-
hideDescriptionForMobile(): boolean;
|
|
27
|
-
notAvailableForUserCriteria(action?: string, criteriaIDs?: Array<any>): void;
|
|
28
|
-
read(columns?: Record<any, any>, standardUpdate?: boolean): Record<any, any>;
|
|
29
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
30
|
-
setTableName(tableName?: string): void;
|
|
31
|
-
update(columnValues?: Record<any, any>, standardUpdate?: boolean): void;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CategoryJS.js","sourceRoot":"","sources":["../../src/imports/CategoryJS.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElementDescriptor.js","sourceRoot":"","sources":["../../src/imports/ElementDescriptor.ts"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
export declare class OrderGuideJS {
|
|
4
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
-
getID(): string;
|
|
6
|
-
init(request?: Record<any, any>): Record<any, any>;
|
|
7
|
-
isIncludeItems(): boolean;
|
|
8
|
-
isSequencedGuide(): boolean;
|
|
9
|
-
isTwoStep(): boolean;
|
|
10
|
-
isUseCustomCart(): boolean;
|
|
11
|
-
navigateFromMap(itemDetails?: Record<any, any>): void;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OrderGuideJS.js","sourceRoot":"","sources":["../../src/imports/OrderGuideJS.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryCondition.js","sourceRoot":"","sources":["../../src/imports/QueryCondition.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedData.js","sourceRoot":"","sources":["../../src/imports/ScopedData.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedDataBuilder.js","sourceRoot":"","sources":["../../src/imports/ScopedDataBuilder.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedGlideRecord.js","sourceRoot":"","sources":["../../src/imports/ScopedGlideRecord.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedKMFCryptoOperation.js","sourceRoot":"","sources":["../../src/imports/ScopedKMFCryptoOperation.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedTransformPart.js","sourceRoot":"","sources":["../../src/imports/ScopedTransformPart.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScopedTransformResult.js","sourceRoot":"","sources":["../../src/imports/ScopedTransformResult.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableConnectionInfo.js","sourceRoot":"","sources":["../../src/imports/ScriptableConnectionInfo.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableHttpRequestAuthedData.js","sourceRoot":"","sources":["../../src/imports/ScriptableHttpRequestAuthedData.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableHttpRequestData.js","sourceRoot":"","sources":["../../src/imports/ScriptableHttpRequestData.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableQueue.js","sourceRoot":"","sources":["../../src/imports/ScriptableQueue.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableRESTResponse.js","sourceRoot":"","sources":["../../src/imports/ScriptableRESTResponse.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableSOAPResponse.js","sourceRoot":"","sources":["../../src/imports/ScriptableSOAPResponse.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableServiceRequestBody.js","sourceRoot":"","sources":["../../src/imports/ScriptableServiceRequestBody.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScriptableServiceResultStreamWriter.js","sourceRoot":"","sources":["../../src/imports/ScriptableServiceResultStreamWriter.ts"],"names":[],"mappings":""}
|
package/dist/imports/User.d.ts
DELETED
package/dist/imports/User.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../src/imports/User.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare class VoiceTranscriptObject {
|
|
2
|
-
static addVoiceInteractionMessage(interactionId?: string, request?: string): string;
|
|
3
|
-
static createConversation(interactionId?: string, request?: string): Record<any, any>;
|
|
4
|
-
static endVoiceInteraction(interactionId?: string, postInteractionDetails?: string): string;
|
|
5
|
-
static saveVoiceConversationTranscript(voiceConversationJson?: string): string;
|
|
6
|
-
static startVoiceInteraction(request?: string): Record<any, any>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VoiceTranscriptObject.js","sourceRoot":"","sources":["../../src/sn_cs/VoiceTranscriptObject.ts"],"names":[],"mappings":""}
|
package/dist/sn_cs/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './VoiceTranscriptObject';
|
package/dist/sn_cs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sn_cs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
|
package/dist/sn_sc/CartJS.d.ts
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
import { ScriptableObject } from '../imports/ScriptableObject';
|
|
4
|
-
import { JSONObject } from '../imports/JSONObject';
|
|
5
|
-
import { GlideRecord } from '../imports/GlideRecord';
|
|
6
|
-
import { ScopedGlideRecord } from '../imports/ScopedGlideRecord';
|
|
7
|
-
import { Scriptable } from '../imports/Scriptable';
|
|
8
|
-
export declare class CartJS {
|
|
9
|
-
activateGuide(): void;
|
|
10
|
-
addItemToCart(request?: ScriptableObject): JSONObject;
|
|
11
|
-
addToCart(request?: ScriptableObject): JSONObject;
|
|
12
|
-
calculateLocation(userSysId?: string): string;
|
|
13
|
-
canEmptyCart(cartID?: string): boolean;
|
|
14
|
-
static canViewRF(): boolean;
|
|
15
|
-
checkAllItemsHaveRequestedFor(): boolean;
|
|
16
|
-
static checkSequence(request?: ScriptableObject, i?: number): string;
|
|
17
|
-
checkoutCart(isMobileOrPortal?: boolean): JSONObject;
|
|
18
|
-
checkoutGuide(): JSONObject;
|
|
19
|
-
checkoutSummary(noFrequency?: boolean): JSONObject;
|
|
20
|
-
cleanupCart(): void;
|
|
21
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
22
|
-
static copyRPVariables(src?: GlideRecord, destination?: GlideRecord): boolean;
|
|
23
|
-
empty(cartID?: string): void;
|
|
24
|
-
findConflictingDomain(): string;
|
|
25
|
-
findUserCriteriaRestrictedItems(): string[];
|
|
26
|
-
generateLocation(gr?: GlideRecord): string;
|
|
27
|
-
getCart(): void;
|
|
28
|
-
getCartDetails(includeItemDetails?: boolean): JSONObject;
|
|
29
|
-
getCartID(): string;
|
|
30
|
-
getCartItemDetails(cartItemId?: string): JSONObject;
|
|
31
|
-
getCartItems(): ScopedGlideRecord;
|
|
32
|
-
getCrumbHistory(): Array<any>;
|
|
33
|
-
getCrumbs(): Array<any>;
|
|
34
|
-
getDeliveryAddress(): string;
|
|
35
|
-
getGlideRecord(): ScopedGlideRecord;
|
|
36
|
-
getGuide(): string;
|
|
37
|
-
getGuideActive(): string;
|
|
38
|
-
getItemOptionNew(questionID?: string, cartItemID?: string): ScopedGlideRecord;
|
|
39
|
-
getRequestedFor(): string;
|
|
40
|
-
static getRequestedForAddress(userID?: string): string;
|
|
41
|
-
getRequestedForDisplayName(): string;
|
|
42
|
-
getRequestedForLocation(): string;
|
|
43
|
-
getRequestedForLocationDisplayName(): string;
|
|
44
|
-
getSpecialInstructions(): string;
|
|
45
|
-
isDuplicateAnswer(questionID?: string, cartItemID?: string): boolean;
|
|
46
|
-
isEmpty(): boolean;
|
|
47
|
-
static isSameVersion(cartItem?: string, catItem?: string): boolean;
|
|
48
|
-
static moveRPVariables(src?: GlideRecord, destination?: GlideRecord): boolean;
|
|
49
|
-
newGuide(): void;
|
|
50
|
-
orderNow(request?: ScriptableObject): JSONObject;
|
|
51
|
-
processLocationChange(current?: GlideRecord): void;
|
|
52
|
-
processUserChange(userGR?: GlideRecord): void;
|
|
53
|
-
remove(id?: string): void;
|
|
54
|
-
setDeliveryAddress(deliveryAddress?: string): void;
|
|
55
|
-
setEngagementChannel(engagementChannel?: string): void;
|
|
56
|
-
setGuide(guide?: string): void;
|
|
57
|
-
setGuideActive(guideActive?: string): void;
|
|
58
|
-
setParentParams(params?: Record<any, any>): void;
|
|
59
|
-
setReferrer(referrer?: string): void;
|
|
60
|
-
setRequestedFor(user?: string): void;
|
|
61
|
-
static setSource(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
|
|
62
|
-
setSpecialInstructions(specialInstructions?: string): void;
|
|
63
|
-
submitOrder(request?: ScriptableObject): JSONObject;
|
|
64
|
-
update(): void;
|
|
65
|
-
updateCart(request?: ScriptableObject, cartItem?: string, noFrequency?: boolean): JSONObject;
|
|
66
|
-
updateItem(o?: ScriptableObject, itemId?: string): JSONObject;
|
|
67
|
-
validateCartItems(): string;
|
|
68
|
-
}
|
package/dist/sn_sc/CartJS.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartJS.js","sourceRoot":"","sources":["../../src/sn_sc/CartJS.ts"],"names":[],"mappings":""}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare class CatalogClientScript {
|
|
2
|
-
addScript(script?: string): void;
|
|
3
|
-
appliesToCatalogItem(flag?: boolean): void;
|
|
4
|
-
appliesToCatalogTask(flag?: boolean): void;
|
|
5
|
-
appliesToRequestedItem(flag?: boolean): void;
|
|
6
|
-
appliesToTargetRecord(flag?: boolean): void;
|
|
7
|
-
create(standardUpdate?: boolean): string;
|
|
8
|
-
deleteRecord(sysID?: string, standardUpdate?: boolean): void;
|
|
9
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
10
|
-
setCatalogItem(sysId?: string): void;
|
|
11
|
-
setOnChangeVariable(sysId?: string): void;
|
|
12
|
-
setVariableSet(sysId?: string): void;
|
|
13
|
-
constructor();
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogClientScript.js","sourceRoot":"","sources":["../../src/sn_sc/CatalogClientScript.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
export declare class CatalogItemVariable {
|
|
4
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
-
create(standardUpdate?: boolean): string;
|
|
6
|
-
deleteRecord(standardUpdate?: boolean): void;
|
|
7
|
-
read(columns?: Record<any, any>, standardUpdate?: boolean): Record<any, any>;
|
|
8
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
9
|
-
setTableName(tableName?: string): void;
|
|
10
|
-
update(columnValues?: Record<any, any>, standardUpdate?: boolean): void;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogItemVariable.js","sourceRoot":"","sources":["../../src/sn_sc/CatalogItemVariable.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
export declare class CatalogItemVariableSet {
|
|
4
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
-
create(standardUpdate?: boolean): string;
|
|
6
|
-
deleteRecord(standardUpdate?: boolean): void;
|
|
7
|
-
getFlatQuestions(): Array<any>;
|
|
8
|
-
getLayout(includeBreakQuestion?: boolean): Array<any>;
|
|
9
|
-
read(columns?: Record<any, any>, standardUpdate?: boolean): Record<any, any>;
|
|
10
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
11
|
-
setTableName(tableName?: string): void;
|
|
12
|
-
update(columnValues?: Record<any, any>, standardUpdate?: boolean): void;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogItemVariableSet.js","sourceRoot":"","sources":["../../src/sn_sc/CatalogItemVariableSet.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Context } from '../imports/Context';
|
|
2
|
-
import { Function } from '../imports/Function';
|
|
3
|
-
export declare class CatalogItemVariableSetM2M {
|
|
4
|
-
constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
|
|
5
|
-
create(standardUpdate?: boolean): string;
|
|
6
|
-
deleteRecord(standardUpdate?: boolean): void;
|
|
7
|
-
read(columns?: Record<any, any>, standardUpdate?: boolean): Record<any, any>;
|
|
8
|
-
setAttributes(attributes?: Record<any, any>): void;
|
|
9
|
-
setTableName(tableName?: string): void;
|
|
10
|
-
update(columnValues?: Record<any, any>, standardUpdate?: boolean): void;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CatalogItemVariableSetM2M.js","sourceRoot":"","sources":["../../src/sn_sc/CatalogItemVariableSetM2M.ts"],"names":[],"mappings":""}
|
package/dist/sn_sc/index.d.ts
DELETED
package/dist/sn_sc/index.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./CartJS"), exports);
|
|
18
|
-
__exportStar(require("./CatalogClientScript"), exports);
|
|
19
|
-
__exportStar(require("./CatalogItemVariable"), exports);
|
|
20
|
-
__exportStar(require("./CatalogItemVariableSet"), exports);
|
|
21
|
-
__exportStar(require("./CatalogItemVariableSetM2M"), exports);
|
|
22
|
-
//# sourceMappingURL=index.js.map
|
package/dist/sn_sc/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sn_sc/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,wDAAsC;AACtC,wDAAsC;AACtC,2DAAyC;AACzC,8DAA4C"}
|