@servicenow/glide 25.0.3 → 26.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (380) hide show
  1. package/dist/imports/AuthCredential.d.ts +5 -0
  2. package/dist/imports/AuthCredential.js +3 -0
  3. package/dist/imports/AuthCredential.js.map +1 -0
  4. package/dist/imports/CMDBGroupAPI.d.ts +14 -0
  5. package/dist/imports/{OrderGuideJS.js → CMDBGroupAPI.js} +1 -1
  6. package/dist/imports/CMDBGroupAPI.js.map +1 -0
  7. package/dist/imports/CSVParser.d.ts +5 -0
  8. package/dist/imports/{CatalogJS.js → CSVParser.js} +1 -1
  9. package/dist/imports/CSVParser.js.map +1 -0
  10. package/dist/imports/Cell.d.ts +40 -0
  11. package/dist/imports/Color.d.ts +7 -0
  12. package/dist/imports/ConnectionInfo.d.ts +17 -0
  13. package/dist/imports/ConnectionInfo.js +3 -0
  14. package/dist/imports/ConnectionInfo.js.map +1 -0
  15. package/dist/imports/ConnectionInfoProvider.d.ts +8 -0
  16. package/dist/imports/ConnectionInfoProvider.js +3 -0
  17. package/dist/imports/ConnectionInfoProvider.js.map +1 -0
  18. package/dist/imports/Data.d.ts +1 -2
  19. package/dist/imports/DataBuilder.d.ts +1 -2
  20. package/dist/imports/DecisionTableAPI.d.ts +43 -0
  21. package/dist/imports/DecisionTableAPI.js +3 -0
  22. package/dist/imports/DecisionTableAPI.js.map +1 -0
  23. package/dist/imports/DiscoveryAPI.d.ts +8 -0
  24. package/dist/imports/DiscoveryAPI.js +3 -0
  25. package/dist/imports/DiscoveryAPI.js.map +1 -0
  26. package/dist/imports/Document.d.ts +25 -0
  27. package/dist/imports/DocumentListEntryService.d.ts +8 -0
  28. package/dist/imports/DocumentListEntryService.js +3 -0
  29. package/dist/imports/DocumentListEntryService.js.map +1 -0
  30. package/dist/imports/DocumentListService.d.ts +9 -0
  31. package/dist/imports/{CatalogItemCategory.js → DocumentListService.js} +1 -1
  32. package/dist/imports/DocumentListService.js.map +1 -0
  33. package/dist/imports/DocumentReferenceService.d.ts +6 -0
  34. package/dist/imports/DocumentReferenceService.js +3 -0
  35. package/dist/imports/DocumentReferenceService.js.map +1 -0
  36. package/dist/imports/DocumentService.d.ts +8 -0
  37. package/dist/imports/DocumentService.js +3 -0
  38. package/dist/imports/DocumentService.js.map +1 -0
  39. package/dist/imports/DocumentVersionService.d.ts +8 -0
  40. package/dist/imports/DocumentVersionService.js +3 -0
  41. package/dist/imports/DocumentVersionService.js.map +1 -0
  42. package/dist/imports/DuplicateTemplate.d.ts +17 -0
  43. package/dist/imports/DuplicateTemplate.js +3 -0
  44. package/dist/imports/DuplicateTemplate.js.map +1 -0
  45. package/dist/imports/Findings.d.ts +7 -0
  46. package/dist/imports/{Catalog.js → Findings.js} +1 -1
  47. package/dist/imports/Findings.js.map +1 -0
  48. package/dist/imports/GeniusResultAnswer.d.ts +21 -0
  49. package/dist/imports/GeniusResultAnswer.js +3 -0
  50. package/dist/imports/GeniusResultAnswer.js.map +1 -0
  51. package/dist/imports/GeniusResultContext.d.ts +18 -0
  52. package/dist/imports/GeniusResultContext.js +3 -0
  53. package/dist/imports/GeniusResultContext.js.map +1 -0
  54. package/dist/imports/GlideAggregate.d.ts +9 -9
  55. package/dist/imports/GlideCurrencyConfig.d.ts +14 -0
  56. package/dist/imports/GlideCurrencyConfig.js +3 -0
  57. package/dist/imports/GlideCurrencyConfig.js.map +1 -0
  58. package/dist/imports/GlideCurrencyConverter.d.ts +10 -0
  59. package/dist/imports/GlideCurrencyExchangeValue.d.ts +11 -0
  60. package/dist/imports/GlideCurrencyFormatter.d.ts +7 -0
  61. package/dist/imports/GlideCurrencyParser.d.ts +5 -0
  62. package/dist/imports/GlideCurrencyValue.d.ts +5 -0
  63. package/dist/imports/GlideElement.d.ts +2 -2
  64. package/dist/imports/GlideExcelParser.d.ts +19 -0
  65. package/dist/imports/GlideExcelParser.js +3 -0
  66. package/dist/imports/GlideExcelParser.js.map +1 -0
  67. package/dist/imports/GlideImportSetTable.d.ts +7 -0
  68. package/dist/imports/GlideImportSetTable.js +3 -0
  69. package/dist/imports/GlideImportSetTable.js.map +1 -0
  70. package/dist/imports/GlideImportSetTransformMap.d.ts +6 -0
  71. package/dist/imports/GlideImportSetTransformMap.js +3 -0
  72. package/dist/imports/GlideImportSetTransformMap.js.map +1 -0
  73. package/dist/imports/GlideImportSetTransformer.d.ts +2 -1
  74. package/dist/imports/GlideMultiRecurrence.d.ts +5 -0
  75. package/dist/imports/GlideMultiRecurrence.js +3 -0
  76. package/dist/imports/GlideMultiRecurrence.js.map +1 -0
  77. package/dist/imports/GlideNumberFormatter.d.ts +4 -0
  78. package/dist/imports/GlideNumberFormatter.js +3 -0
  79. package/dist/imports/GlideNumberFormatter.js.map +1 -0
  80. package/dist/imports/GlideRecord.d.ts +8 -8
  81. package/dist/imports/GlideRecordSecure.d.ts +8 -8
  82. package/dist/imports/GlideRenderProperties.d.ts +2 -1
  83. package/dist/imports/GlideSPScriptable.d.ts +2 -0
  84. package/dist/imports/GlideSchedule.d.ts +1 -1
  85. package/dist/imports/GlideSession.d.ts +3 -3
  86. package/dist/imports/GlideSysListControl.d.ts +1 -2
  87. package/dist/imports/GlideSystem.d.ts +2 -2
  88. package/dist/imports/GlideSystemUserSession.d.ts +2 -2
  89. package/dist/imports/GlideUser.d.ts +4 -5
  90. package/dist/imports/HistoryWalker.d.ts +26 -0
  91. package/dist/imports/{CatalogSearch.js → HistoryWalker.js} +1 -1
  92. package/dist/imports/HistoryWalker.js.map +1 -0
  93. package/dist/imports/HttpRequestAuthedData.d.ts +15 -0
  94. package/dist/imports/HttpRequestAuthedData.js +3 -0
  95. package/dist/imports/HttpRequestAuthedData.js.map +1 -0
  96. package/dist/imports/HttpRequestData.d.ts +30 -0
  97. package/dist/imports/HttpRequestData.js +3 -0
  98. package/dist/imports/HttpRequestData.js.map +1 -0
  99. package/dist/imports/Image.d.ts +9 -0
  100. package/dist/imports/JSONStreamingAPI.d.ts +22 -0
  101. package/dist/imports/JSONStreamingBuilder.d.ts +8 -0
  102. package/dist/imports/KMFCryptoOperation.d.ts +13 -0
  103. package/dist/imports/KMFCryptoOperation.js +3 -0
  104. package/dist/imports/KMFCryptoOperation.js.map +1 -0
  105. package/dist/imports/Line.d.ts +7 -0
  106. package/dist/imports/{User.js → Line.js} +1 -1
  107. package/dist/imports/Line.js.map +1 -0
  108. package/dist/imports/Messaging.d.ts +7 -0
  109. package/dist/imports/Messaging.js +3 -0
  110. package/dist/imports/Messaging.js.map +1 -0
  111. package/dist/imports/MetricInfo.d.ts +5 -0
  112. package/dist/imports/{CategoryJS.js → MetricInfo.js} +1 -1
  113. package/dist/imports/MetricInfo.js.map +1 -0
  114. package/dist/imports/NotifyPhoneNumber.d.ts +16 -0
  115. package/dist/imports/NotifyPhoneNumber.js +3 -0
  116. package/dist/imports/NotifyPhoneNumber.js.map +1 -0
  117. package/dist/imports/NotifyScoped.d.ts +25 -0
  118. package/dist/imports/NotifyScoped.js +3 -0
  119. package/dist/imports/NotifyScoped.js.map +1 -0
  120. package/dist/imports/PAScorecard.d.ts +1 -1
  121. package/dist/imports/PDAutomationProvider.d.ts +4 -0
  122. package/dist/imports/PDAutomationProvider.js +3 -0
  123. package/dist/imports/PDAutomationProvider.js.map +1 -0
  124. package/dist/imports/PDFGenerationAPI.d.ts +16 -0
  125. package/dist/imports/PDFGenerationAPI.js +3 -0
  126. package/dist/imports/PDFGenerationAPI.js.map +1 -0
  127. package/dist/imports/Paragraph.d.ts +20 -0
  128. package/dist/imports/PdfMergeSignRequestor.d.ts +5 -0
  129. package/dist/imports/PdfPage.d.ts +7 -0
  130. package/dist/imports/PerformanceAPI.d.ts +10 -0
  131. package/dist/imports/PerformanceAPI.js +3 -0
  132. package/dist/imports/PerformanceAPI.js.map +1 -0
  133. package/dist/imports/PlaybookExperience.d.ts +8 -0
  134. package/dist/imports/PlaybookExperience.js +3 -0
  135. package/dist/imports/PlaybookExperience.js.map +1 -0
  136. package/dist/imports/PolarisUI.d.ts +15 -0
  137. package/dist/imports/PolarisUI.js +3 -0
  138. package/dist/imports/PolarisUI.js.map +1 -0
  139. package/dist/imports/PreferenceDestination.d.ts +12 -0
  140. package/dist/imports/PreferenceDestination.js +3 -0
  141. package/dist/imports/PreferenceDestination.js.map +1 -0
  142. package/dist/imports/Preferences.d.ts +11 -0
  143. package/dist/imports/Preferences.js +3 -0
  144. package/dist/imports/Preferences.js.map +1 -0
  145. package/dist/imports/ProducerV2.d.ts +4 -0
  146. package/dist/imports/{ScopedData.js → ProducerV2.js} +1 -1
  147. package/dist/imports/ProducerV2.js.map +1 -0
  148. package/dist/imports/Queue.d.ts +5 -0
  149. package/dist/{sn_sc/CartJS.js → imports/Queue.js} +1 -1
  150. package/dist/imports/Queue.js.map +1 -0
  151. package/dist/imports/RESTAPIRequest.d.ts +16 -0
  152. package/dist/imports/RESTAPIRequest.js +3 -0
  153. package/dist/imports/RESTAPIRequest.js.map +1 -0
  154. package/dist/imports/RESTAPIRequestBody.d.ts +11 -0
  155. package/dist/imports/RESTAPIRequestBody.js +3 -0
  156. package/dist/imports/RESTAPIRequestBody.js.map +1 -0
  157. package/dist/imports/RESTAPIResponse.d.ts +16 -0
  158. package/dist/imports/RESTAPIResponse.js +3 -0
  159. package/dist/imports/RESTAPIResponse.js.map +1 -0
  160. package/dist/imports/RESTAPIResponseStream.d.ts +7 -0
  161. package/dist/imports/RESTAPIResponseStream.js +3 -0
  162. package/dist/imports/RESTAPIResponseStream.js.map +1 -0
  163. package/dist/imports/RESTMessageV2.d.ts +3 -3
  164. package/dist/imports/RTETransformer.d.ts +5 -0
  165. package/dist/imports/RTETransformer.js +3 -0
  166. package/dist/imports/RTETransformer.js.map +1 -0
  167. package/dist/imports/ReportCiStatusOutputJS.d.ts +11 -0
  168. package/dist/imports/ReportCiStatusOutputJS.js +3 -0
  169. package/dist/imports/ReportCiStatusOutputJS.js.map +1 -0
  170. package/dist/imports/RequestAuthAPI.d.ts +10 -0
  171. package/dist/imports/RequestAuthAPI.js +3 -0
  172. package/dist/imports/RequestAuthAPI.js.map +1 -0
  173. package/dist/imports/SOAPMessageV2.d.ts +3 -3
  174. package/dist/imports/SVGToPDFConversionAPI.d.ts +7 -0
  175. package/dist/imports/SVGToPDFConversionAPI.js +3 -0
  176. package/dist/imports/SVGToPDFConversionAPI.js.map +1 -0
  177. package/dist/imports/ScopedCacheManager.d.ts +11 -0
  178. package/dist/imports/ScopedCacheManager.js +3 -0
  179. package/dist/imports/ScopedCacheManager.js.map +1 -0
  180. package/dist/imports/StandardCredentialsProvider.d.ts +9 -0
  181. package/dist/imports/StandardCredentialsProvider.js +3 -0
  182. package/dist/imports/StandardCredentialsProvider.js.map +1 -0
  183. package/dist/imports/Style.d.ts +26 -0
  184. package/dist/imports/SystemDocument.d.ts +16 -0
  185. package/dist/imports/SystemDocumentList.d.ts +3 -0
  186. package/dist/imports/SystemDocumentListEntry.d.ts +4 -0
  187. package/dist/imports/SystemDocumentVersion.d.ts +5 -0
  188. package/dist/imports/Table.d.ts +35 -0
  189. package/dist/imports/TransformPart.d.ts +46 -0
  190. package/dist/imports/{CatalogItemJS.js → TransformPart.js} +1 -1
  191. package/dist/imports/TransformPart.js.map +1 -0
  192. package/dist/imports/TransformResult.d.ts +12 -0
  193. package/dist/imports/TransformResult.js +3 -0
  194. package/dist/imports/TransformResult.js.map +1 -0
  195. package/dist/imports/Transformer.d.ts +7 -0
  196. package/dist/imports/Transformer.js +3 -0
  197. package/dist/imports/Transformer.js.map +1 -0
  198. package/dist/imports/TransformerDefinition.d.ts +10 -0
  199. package/dist/imports/TransformerDefinition.js +3 -0
  200. package/dist/imports/TransformerDefinition.js.map +1 -0
  201. package/dist/imports/TransformerRuleList.d.ts +26 -0
  202. package/dist/imports/UserCriteria.d.ts +5 -0
  203. package/dist/imports/UserCriteria.js +3 -0
  204. package/dist/imports/UserCriteria.js.map +1 -0
  205. package/dist/imports/XMLStreamingAPI.d.ts +24 -0
  206. package/dist/imports/XMLStreamingBuilder.d.ts +8 -0
  207. package/dist/index.d.ts +1 -2
  208. package/dist/index.js +1 -2
  209. package/dist/index.js.map +1 -1
  210. package/dist/sn_ais/GeniusResultContext.d.ts +3 -0
  211. package/dist/sn_auth/GlideOAuthClient.js.map +1 -0
  212. package/dist/sn_auth/GlideOAuthClientRequest.js.map +1 -0
  213. package/dist/sn_auth/GlideOAuthClientResponse.js.map +1 -0
  214. package/dist/sn_auth/GlideOAuthToken.js.map +1 -0
  215. package/dist/sn_auth/RequestAuthAPI.d.ts +6 -6
  216. package/dist/sn_auth/index.d.ts +4 -0
  217. package/dist/sn_auth/index.js +4 -0
  218. package/dist/sn_auth/index.js.map +1 -1
  219. package/dist/sn_cc/ConnectionInfoProvider.d.ts +3 -3
  220. package/dist/sn_clotho/TransformPart.d.ts +38 -39
  221. package/dist/sn_clotho/TransformResult.d.ts +3 -3
  222. package/dist/sn_connect/Queue.d.ts +1 -2
  223. package/dist/sn_kmf_ns/KMFCryptoOperation.d.ts +7 -8
  224. package/dist/sn_tfrm/TransformerDefinition.d.ts +4 -4
  225. package/dist/{types → sn_ws}/RESTMessageV2.d.ts +3 -3
  226. package/dist/{types → sn_ws}/RESTMessageV2.js.map +1 -1
  227. package/dist/sn_ws/RESTResponseV2.js.map +1 -0
  228. package/dist/{types → sn_ws}/SOAPMessageV2.d.ts +3 -3
  229. package/dist/{types → sn_ws}/SOAPMessageV2.js.map +1 -1
  230. package/dist/sn_ws/SOAPResponseV2.js.map +1 -0
  231. package/dist/sn_ws/index.d.ts +4 -0
  232. package/dist/{sn_cs → sn_ws}/index.js +4 -1
  233. package/dist/sn_ws/index.js.map +1 -0
  234. package/dist/sn_ws_int/RESTAPIRequest.d.ts +8 -8
  235. package/dist/sn_ws_int/RESTAPIRequestBody.d.ts +3 -3
  236. package/dist/sn_ws_int/RESTAPIResponse.d.ts +2 -2
  237. package/dist/types/Data.d.ts +1 -2
  238. package/dist/types/DataBuilder.d.ts +1 -2
  239. package/dist/types/GlideAggregate.d.ts +9 -9
  240. package/dist/types/GlideElement.d.ts +2 -2
  241. package/dist/types/GlideImportSetTransformer.d.ts +2 -1
  242. package/dist/types/GlideRecord.d.ts +8 -8
  243. package/dist/types/GlideRecordSecure.d.ts +8 -8
  244. package/dist/types/GlideRenderProperties.d.ts +2 -1
  245. package/dist/types/GlideSPScriptable.d.ts +2 -0
  246. package/dist/types/GlideSchedule.d.ts +1 -1
  247. package/dist/types/GlideSession.d.ts +3 -3
  248. package/dist/types/GlideSysListControl.d.ts +1 -2
  249. package/dist/types/GlideSystem.d.ts +2 -2
  250. package/dist/types/GlideSystemUserSession.d.ts +2 -2
  251. package/dist/types/GlideUser.d.ts +4 -5
  252. package/dist/types/PAScorecard.d.ts +1 -1
  253. package/dist/types/index.d.ts +0 -14
  254. package/dist/types/index.js +0 -14
  255. package/dist/types/index.js.map +1 -1
  256. package/dist/util/GlideAPIs.json +145 -383
  257. package/package.json +2 -2
  258. package/dist/imports/Catalog.d.ts +0 -28
  259. package/dist/imports/Catalog.js.map +0 -1
  260. package/dist/imports/CatalogItemCategory.d.ts +0 -12
  261. package/dist/imports/CatalogItemCategory.js.map +0 -1
  262. package/dist/imports/CatalogItemJS.d.ts +0 -52
  263. package/dist/imports/CatalogItemJS.js.map +0 -1
  264. package/dist/imports/CatalogJS.d.ts +0 -2
  265. package/dist/imports/CatalogJS.js.map +0 -1
  266. package/dist/imports/CatalogSearch.d.ts +0 -7
  267. package/dist/imports/CatalogSearch.js.map +0 -1
  268. package/dist/imports/CategoryJS.d.ts +0 -32
  269. package/dist/imports/CategoryJS.js.map +0 -1
  270. package/dist/imports/ElementDescriptor.d.ts +0 -2
  271. package/dist/imports/ElementDescriptor.js +0 -3
  272. package/dist/imports/ElementDescriptor.js.map +0 -1
  273. package/dist/imports/OrderGuideJS.d.ts +0 -12
  274. package/dist/imports/OrderGuideJS.js.map +0 -1
  275. package/dist/imports/QueryCondition.d.ts +0 -2
  276. package/dist/imports/QueryCondition.js +0 -3
  277. package/dist/imports/QueryCondition.js.map +0 -1
  278. package/dist/imports/ScopedData.d.ts +0 -2
  279. package/dist/imports/ScopedData.js.map +0 -1
  280. package/dist/imports/ScopedDataBuilder.d.ts +0 -2
  281. package/dist/imports/ScopedDataBuilder.js +0 -3
  282. package/dist/imports/ScopedDataBuilder.js.map +0 -1
  283. package/dist/imports/ScopedGlideRecord.d.ts +0 -2
  284. package/dist/imports/ScopedGlideRecord.js +0 -3
  285. package/dist/imports/ScopedGlideRecord.js.map +0 -1
  286. package/dist/imports/ScopedKMFCryptoOperation.d.ts +0 -2
  287. package/dist/imports/ScopedKMFCryptoOperation.js +0 -3
  288. package/dist/imports/ScopedKMFCryptoOperation.js.map +0 -1
  289. package/dist/imports/ScopedTransformPart.d.ts +0 -2
  290. package/dist/imports/ScopedTransformPart.js +0 -3
  291. package/dist/imports/ScopedTransformPart.js.map +0 -1
  292. package/dist/imports/ScopedTransformResult.d.ts +0 -2
  293. package/dist/imports/ScopedTransformResult.js +0 -3
  294. package/dist/imports/ScopedTransformResult.js.map +0 -1
  295. package/dist/imports/ScriptableConnectionInfo.d.ts +0 -2
  296. package/dist/imports/ScriptableConnectionInfo.js +0 -3
  297. package/dist/imports/ScriptableConnectionInfo.js.map +0 -1
  298. package/dist/imports/ScriptableHttpRequestAuthedData.d.ts +0 -2
  299. package/dist/imports/ScriptableHttpRequestAuthedData.js +0 -3
  300. package/dist/imports/ScriptableHttpRequestAuthedData.js.map +0 -1
  301. package/dist/imports/ScriptableHttpRequestData.d.ts +0 -2
  302. package/dist/imports/ScriptableHttpRequestData.js +0 -3
  303. package/dist/imports/ScriptableHttpRequestData.js.map +0 -1
  304. package/dist/imports/ScriptableQueue.d.ts +0 -2
  305. package/dist/imports/ScriptableQueue.js +0 -3
  306. package/dist/imports/ScriptableQueue.js.map +0 -1
  307. package/dist/imports/ScriptableRESTResponse.d.ts +0 -2
  308. package/dist/imports/ScriptableRESTResponse.js +0 -3
  309. package/dist/imports/ScriptableRESTResponse.js.map +0 -1
  310. package/dist/imports/ScriptableSOAPResponse.d.ts +0 -2
  311. package/dist/imports/ScriptableSOAPResponse.js +0 -3
  312. package/dist/imports/ScriptableSOAPResponse.js.map +0 -1
  313. package/dist/imports/ScriptableServiceRequestBody.d.ts +0 -2
  314. package/dist/imports/ScriptableServiceRequestBody.js +0 -3
  315. package/dist/imports/ScriptableServiceRequestBody.js.map +0 -1
  316. package/dist/imports/ScriptableServiceResultStreamWriter.d.ts +0 -2
  317. package/dist/imports/ScriptableServiceResultStreamWriter.js +0 -3
  318. package/dist/imports/ScriptableServiceResultStreamWriter.js.map +0 -1
  319. package/dist/imports/User.d.ts +0 -2
  320. package/dist/imports/User.js.map +0 -1
  321. package/dist/sn_cs/VoiceTranscriptObject.d.ts +0 -7
  322. package/dist/sn_cs/VoiceTranscriptObject.js +0 -3
  323. package/dist/sn_cs/VoiceTranscriptObject.js.map +0 -1
  324. package/dist/sn_cs/index.d.ts +0 -1
  325. package/dist/sn_cs/index.js.map +0 -1
  326. package/dist/sn_sc/CartJS.d.ts +0 -68
  327. package/dist/sn_sc/CartJS.js.map +0 -1
  328. package/dist/sn_sc/CatalogClientScript.d.ts +0 -14
  329. package/dist/sn_sc/CatalogClientScript.js +0 -3
  330. package/dist/sn_sc/CatalogClientScript.js.map +0 -1
  331. package/dist/sn_sc/CatalogItemVariable.d.ts +0 -11
  332. package/dist/sn_sc/CatalogItemVariable.js +0 -3
  333. package/dist/sn_sc/CatalogItemVariable.js.map +0 -1
  334. package/dist/sn_sc/CatalogItemVariableSet.d.ts +0 -13
  335. package/dist/sn_sc/CatalogItemVariableSet.js +0 -3
  336. package/dist/sn_sc/CatalogItemVariableSet.js.map +0 -1
  337. package/dist/sn_sc/CatalogItemVariableSetM2M.d.ts +0 -11
  338. package/dist/sn_sc/CatalogItemVariableSetM2M.js +0 -3
  339. package/dist/sn_sc/CatalogItemVariableSetM2M.js.map +0 -1
  340. package/dist/sn_sc/index.d.ts +0 -5
  341. package/dist/sn_sc/index.js +0 -22
  342. package/dist/sn_sc/index.js.map +0 -1
  343. package/dist/types/Catalog.d.ts +0 -28
  344. package/dist/types/Catalog.js +0 -3
  345. package/dist/types/Catalog.js.map +0 -1
  346. package/dist/types/CatalogItemCategory.d.ts +0 -12
  347. package/dist/types/CatalogItemCategory.js +0 -3
  348. package/dist/types/CatalogItemCategory.js.map +0 -1
  349. package/dist/types/CatalogItemJS.d.ts +0 -52
  350. package/dist/types/CatalogItemJS.js +0 -3
  351. package/dist/types/CatalogItemJS.js.map +0 -1
  352. package/dist/types/CatalogSearch.d.ts +0 -7
  353. package/dist/types/CatalogSearch.js +0 -3
  354. package/dist/types/CatalogSearch.js.map +0 -1
  355. package/dist/types/CategoryJS.d.ts +0 -32
  356. package/dist/types/CategoryJS.js +0 -3
  357. package/dist/types/CategoryJS.js.map +0 -1
  358. package/dist/types/GlideOAuthClient.js.map +0 -1
  359. package/dist/types/GlideOAuthClientRequest.js.map +0 -1
  360. package/dist/types/GlideOAuthClientResponse.js.map +0 -1
  361. package/dist/types/GlideOAuthToken.js.map +0 -1
  362. package/dist/types/OrderGuideJS.d.ts +0 -12
  363. package/dist/types/OrderGuideJS.js +0 -3
  364. package/dist/types/OrderGuideJS.js.map +0 -1
  365. package/dist/types/RESTResponseV2.js.map +0 -1
  366. package/dist/types/SOAPResponseV2.js.map +0 -1
  367. /package/dist/{types → sn_auth}/GlideOAuthClient.d.ts +0 -0
  368. /package/dist/{types → sn_auth}/GlideOAuthClient.js +0 -0
  369. /package/dist/{types → sn_auth}/GlideOAuthClientRequest.d.ts +0 -0
  370. /package/dist/{types → sn_auth}/GlideOAuthClientRequest.js +0 -0
  371. /package/dist/{types → sn_auth}/GlideOAuthClientResponse.d.ts +0 -0
  372. /package/dist/{types → sn_auth}/GlideOAuthClientResponse.js +0 -0
  373. /package/dist/{types → sn_auth}/GlideOAuthToken.d.ts +0 -0
  374. /package/dist/{types → sn_auth}/GlideOAuthToken.js +0 -0
  375. /package/dist/{types → sn_ws}/RESTMessageV2.js +0 -0
  376. /package/dist/{types → sn_ws}/RESTResponseV2.d.ts +0 -0
  377. /package/dist/{types → sn_ws}/RESTResponseV2.js +0 -0
  378. /package/dist/{types → sn_ws}/SOAPMessageV2.js +0 -0
  379. /package/dist/{types → sn_ws}/SOAPResponseV2.d.ts +0 -0
  380. /package/dist/{types → sn_ws}/SOAPResponseV2.js +0 -0
@@ -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
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CatalogItemJS.js.map
3
+ //# sourceMappingURL=TransformPart.js.map
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TransformResult.js.map
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Transformer.js.map
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TransformerDefinition.js.map
@@ -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,5 @@
1
+ export declare class UserCriteria {
2
+ isEnabled(): boolean;
3
+ userCanSeeSearchSource(sourceID?: string): boolean;
4
+ constructor();
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UserCriteria.js.map
@@ -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,0CAAwB;AACxB,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,0CAAwB;AACxB,gDAA8B;AAC9B,oDAAkC;AAClC,4CAA0B;AAC1B,0CAAwB;AACxB,0CAAwB;AACxB,8CAA4B;AAC5B,0CAAwB"}
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 { ScriptableHttpRequestData } from '../imports/ScriptableHttpRequestData';
2
- import { ScriptableHttpRequestAuthedData } from '../imports/ScriptableHttpRequestAuthedData';
3
- import { ScriptableRequestAuthCredential } from '../imports/ScriptableRequestAuthCredential';
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(): ScriptableHttpRequestAuthedData;
6
- getAuthCredential(): ScriptableRequestAuthCredential;
7
- getHttpRequestData(): ScriptableHttpRequestData;
5
+ generateAuth(): HttpRequestAuthedData;
6
+ getAuthCredential(): AuthCredential;
7
+ getHttpRequestData(): HttpRequestData;
8
8
  resetAuthCredential(): void;
9
9
  constructor();
10
10
  }
@@ -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';
@@ -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 { ScriptableConnectionInfo } from '../imports/ScriptableConnectionInfo';
1
+ import { ConnectionInfo } from '../imports/ConnectionInfo';
2
2
  export declare class ConnectionInfoProvider {
3
- getConnectionInfo(aliasID?: string): ScriptableConnectionInfo;
4
- getConnectionInfoByDomain(aliasID?: string, domainID?: string): ScriptableConnectionInfo;
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 { ScopedTransformResult } from '../imports/ScopedTransformResult';
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): ScopedTransformPart;
9
- autocorrelate(): ScopedTransformPart;
10
- avg(): ScopedTransformPart;
11
- bottom(count?: Number): ScopedTransformPart;
12
- ceil(precision?: Number): ScopedTransformPart;
13
- collect(): ScopedTransformPart;
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): ScopedTransformPart;
16
- count(): ScopedTransformPart;
17
- decompose(_tags?: any): ScopedTransformPart;
18
- derivative(): ScopedTransformPart;
19
- deviation(predictedValues?: any, method?: string): ScopedTransformPart;
20
- div(divisor?: Number): ScopedTransformPart;
21
- filter(_aggregator?: any, _window?: any): ScopedTransformPart;
22
- fit(_params?: NativeObject): ScopedTransformPart;
23
- floor(precision?: Number): ScopedTransformPart;
24
- fractiles(_fractions?: any): ScopedTransformPart;
25
- getResult(): ScopedTransformResult;
26
- groupBy(field?: string): ScopedTransformPart;
27
- interpolate(countOrDuration?: any): ScopedTransformPart;
28
- iqr(): ScopedTransformPart;
29
- label(label?: string): ScopedTransformPart;
30
- limit(countOrDuration?: any): ScopedTransformPart;
31
- log(base?: Number): ScopedTransformPart;
32
- max(): ScopedTransformPart;
33
- median(): ScopedTransformPart;
34
- metric(metricName?: string): ScopedTransformPart;
35
- min(): ScopedTransformPart;
36
- mul(factor?: any): ScopedTransformPart;
37
- partition(_aggregator?: string, _window?: any, _base?: any): ScopedTransformPart;
38
- predict(obj1?: any, obj2?: any): ScopedTransformPart;
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): ScopedTransformPart;
41
- round(precision?: Number): ScopedTransformPart;
42
- stddev(): ScopedTransformPart;
43
- sub(substrahend?: any): ScopedTransformPart;
44
- sum(): ScopedTransformPart;
45
- top(count?: Number): ScopedTransformPart;
46
- where(obj?: any): ScopedTransformPart;
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 { ScopedData } from '../imports/ScopedData';
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): ScopedData;
10
- getData(): ScopedData;
9
+ getByLabel(label?: string): Data;
10
+ getData(): Data;
11
11
  toArray(): NativeArray;
12
12
  }
@@ -1,6 +1,5 @@
1
- import { ScriptableQueue } from '../imports/ScriptableQueue';
2
1
  export declare class Queue {
3
- static get(queueId?: string): ScriptableQueue;
2
+ static get(queueId?: string): Queue;
4
3
  join(initialQuestion?: string): Record<any, any>;
5
4
  constructor();
6
5
  }
@@ -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): ScopedKMFCryptoOperation;
8
- withAlgorithm(algorithm?: string): ScopedKMFCryptoOperation;
9
- withInputFormat(inputFormat?: string): ScopedKMFCryptoOperation;
10
- withInputType(inputType?: string): ScopedKMFCryptoOperation;
11
- withOutputFormat(outputFormat?: string): ScopedKMFCryptoOperation;
12
- withOutputType(outputType?: string): ScopedKMFCryptoOperation;
13
- withSysId(sysId?: string): ScopedKMFCryptoOperation;
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 { ScriptableRESTResponse } from '../imports/ScriptableRESTResponse';
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(): ScriptableRESTResponse;
8
- executeAsync(): ScriptableRESTResponse;
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/types/RESTMessageV2.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"RESTMessageV2.js","sourceRoot":"","sources":["../../src/sn_ws/RESTMessageV2.ts"],"names":[],"mappings":""}
@@ -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 { ScriptableSOAPResponse } from '../imports/ScriptableSOAPResponse';
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(): ScriptableSOAPResponse;
7
- executeAsync(): ScriptableSOAPResponse;
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/types/SOAPMessageV2.ts"],"names":[],"mappings":""}
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":""}
@@ -0,0 +1,4 @@
1
+ export * from './RESTMessageV2';
2
+ export * from './RESTResponseV2';
3
+ export * from './SOAPMessageV2';
4
+ export * from './SOAPResponseV2';
@@ -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("./VoiceTranscriptObject"), exports);
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 { ScriptableServiceRequestBody } from '../imports/ScriptableServiceRequestBody';
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
- headers(): any;
11
- pathParams(): any;
12
- queryParams(): any;
13
- queryString(): string;
14
- uri(): string;
15
- url(): string;
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 { ScriptableServiceResultStreamWriter } from '../imports/ScriptableServiceResultStreamWriter';
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(): ScriptableServiceResultStreamWriter;
8
+ getStreamWriter(): RESTAPIResponseStream;
9
9
  setBody(body?: ScriptableObject): void;
10
10
  setContentType(contentType?: string): void;
11
11
  setError(error?: ScriptableServiceError): void;