@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
@@ -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 { ElementDescriptor } from '../imports/ElementDescriptor';
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(): ElementDescriptor;
34
+ getED(): GlideElementDescriptor;
35
35
  getElementValue(name?: string): string;
36
36
  getError(): string;
37
37
  getEscapedValue(): string;
@@ -0,0 +1,19 @@
1
+ import { InputStream } from '../imports/InputStream';
2
+ export declare class GlideExcelParser {
3
+ close(): void;
4
+ getColumnHeaders(): Array<any>;
5
+ getErrorMessage(): string;
6
+ getRow(): Record<any, any>;
7
+ getSheetNames(): Array<any>;
8
+ getTableInfo(): Record<any, any>;
9
+ next(): boolean;
10
+ parse(is?: InputStream): boolean;
11
+ parseFormData(inStream?: InputStream): boolean;
12
+ setHeaderRowNumber(headerRowNumber?: number): void;
13
+ setNullToEmpty(flag?: boolean): void;
14
+ setSheetName(sheetName?: string): void;
15
+ setSheetNumber(sheetNumber?: number): void;
16
+ setSource(is?: InputStream): boolean;
17
+ setSourceFormData(inStream?: InputStream): boolean;
18
+ constructor();
19
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GlideExcelParser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlideExcelParser.js","sourceRoot":"","sources":["../../src/imports/GlideExcelParser.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { NativeObject } from '../imports/NativeObject';
2
+ export declare class GlideImportSetTable {
3
+ addDateTimeColumn(columnLabel?: string): void;
4
+ addStringColumn(columnLabel?: string, length?: number): void;
5
+ create(): NativeObject;
6
+ constructor();
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GlideImportSetTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlideImportSetTable.js","sourceRoot":"","sources":["../../src/imports/GlideImportSetTable.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export declare class GlideImportSetTransformMap {
2
+ addDateTimeTransformEntry(sourceColumn?: string, targetColumn?: string, coalesce?: boolean, dateTimeFormat?: string): void;
3
+ addTransformEntry(sourceColumn?: string, targetColumn?: string, coalesce?: boolean): void;
4
+ create(): string;
5
+ constructor();
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GlideImportSetTransformMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlideImportSetTransformMap.js","sourceRoot":"","sources":["../../src/imports/GlideImportSetTransformMap.ts"],"names":[],"mappings":""}
@@ -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(): ImportSetRun;
6
+ getImportSetRun(): GlideImportSetRun;
6
7
  getProgressID(): string;
7
8
  isError(): boolean;
8
9
  setBackground(background?: boolean): void;
@@ -0,0 +1,5 @@
1
+ import { GlideRecord } from '../imports/GlideRecord';
2
+ export declare class GlideMultiRecurrence {
3
+ getOccurrences(gr?: GlideRecord): Array<any>;
4
+ constructor();
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GlideMultiRecurrence.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlideMultiRecurrence.js","sourceRoot":"","sources":["../../src/imports/GlideMultiRecurrence.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export declare class GlideNumberFormatter {
2
+ static format(number?: any): string;
3
+ static formatLang(number?: any, language?: string): string;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GlideNumberFormatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlideNumberFormatter.js","sourceRoot":"","sources":["../../src/imports/GlideNumberFormatter.ts"],"names":[],"mappings":""}
@@ -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(): QueryCondition;
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(): QueryCondition;
14
+ addInactiveQuery(): GlideQueryCondition;
15
15
  addJoinQuery(joinTable?: string, primaryField?: any, joinTableField?: any): IQueryCondition;
16
- addNotNullQuery(fieldName?: string): QueryCondition;
17
- addNullQuery(fieldName?: string): QueryCondition;
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(): ElementDescriptor;
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(): QueryCondition;
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(): QueryCondition;
15
+ addInactiveQuery(): GlideQueryCondition;
16
16
  addJoinQuery(joinTable?: string, primaryField?: any, joinTableField?: any): IQueryCondition;
17
- addNotNullQuery(fieldName?: string): QueryCondition;
18
- addNullQuery(fieldName?: string): QueryCondition;
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(): ElementDescriptor;
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(): SysListControl;
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): Schedule;
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 { User } from '../imports/User';
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(): User;
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): User;
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): SysListControl;
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 { User } from '../imports/User';
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(): User;
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 { User } from '../imports/User';
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(): User;
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(): User;
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): User;
53
- static getUserByEmail(email?: string): User;
54
- static getUserByID(id?: string): User;
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;
@@ -0,0 +1,26 @@
1
+ import { Context } from '../imports/Context';
2
+ import { Function } from '../imports/Function';
3
+ import { ScriptableObject } from '../imports/ScriptableObject';
4
+ import { Scriptable } from '../imports/Scriptable';
5
+ export declare class HistoryWalker {
6
+ constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
7
+ getUpdateNumber(): number;
8
+ getWalkedRecord(): ScriptableObject;
9
+ getWalkedRecordCopy(): ScriptableObject;
10
+ isFieldLevelSecurity(): boolean;
11
+ isRecordLevelSecurity(): boolean;
12
+ isWithChanges(): boolean;
13
+ isWithJournalFields(): boolean;
14
+ isWithSysFields(): boolean;
15
+ isWithVariables(): boolean;
16
+ printTimings(): void;
17
+ static setFieldLevelSecurity(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
18
+ static setRecordLevelSecurity(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
19
+ static setWithChanges(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
20
+ static setWithJournalFields(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
21
+ static setWithSysFields(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
22
+ static setWithVariables(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): void;
23
+ walkBackward(): boolean;
24
+ walkForward(): boolean;
25
+ static walkTo(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean;
26
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CatalogSearch.js.map
3
+ //# sourceMappingURL=HistoryWalker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryWalker.js","sourceRoot":"","sources":["../../src/imports/HistoryWalker.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ export declare class HttpRequestAuthedData {
2
+ addHeader(key?: string, value?: string): void;
3
+ addQueryParam(key?: string, value?: string): void;
4
+ getCredentialValue(): string;
5
+ getDirective(): string;
6
+ getHeaderMap(): Record<any, any>;
7
+ getQueryMap(): Record<any, any>;
8
+ getStatus(): string;
9
+ getStatusMessage(): string;
10
+ setCredentialValue(credentialValue?: string): void;
11
+ setDirective(directive?: string): void;
12
+ setStatus(status?: string): void;
13
+ setStatusMessage(statusMessage?: string): void;
14
+ constructor();
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=HttpRequestAuthedData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpRequestAuthedData.js","sourceRoot":"","sources":["../../src/imports/HttpRequestAuthedData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ export declare class HttpRequestData {
2
+ addHeader(key?: string, value?: string): void;
3
+ addQueryParam(key?: string, value?: string): void;
4
+ deleteHeader(key?: string): void;
5
+ getConnectionAliasID(name?: string): string;
6
+ getConnectionExtendedAttribute(name?: string): string;
7
+ getContent(): string;
8
+ getDate(): number;
9
+ getDirective(): string;
10
+ getEndpoint(): string;
11
+ getExpiry(): number;
12
+ getHeader(key?: string): string;
13
+ getHeaderMap(): Record<any, any>;
14
+ getHost(): string;
15
+ getHttpMethod(): string;
16
+ getQueryParam(key?: string): string;
17
+ getQueryParamMap(): Record<any, any>;
18
+ getRegion(): string;
19
+ getService(): string;
20
+ setContent(content?: string): void;
21
+ setDate(date?: number): void;
22
+ setDirective(directive?: string): void;
23
+ setEndpoint(endpoint?: string): void;
24
+ setExpiry(expiry?: number): void;
25
+ setHost(host?: string): void;
26
+ setHttpMethod(httpMethod?: string): void;
27
+ setRegion(region?: string): void;
28
+ setService(service?: string): void;
29
+ constructor();
30
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=HttpRequestData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpRequestData.js","sourceRoot":"","sources":["../../src/imports/HttpRequestData.ts"],"names":[],"mappings":""}
@@ -1,2 +1,11 @@
1
+ import { Color } from '../imports/Color';
1
2
  export declare class Image {
3
+ constructor(attachmentSysId?: string);
4
+ static getBase64SignatureImage(signatureImageSysId?: string, width?: number, height?: number): number[];
5
+ scaleAbsolute(width?: number, height?: number): void;
6
+ scaleToFit(width?: number, height?: number): void;
7
+ setAutoScale(value?: boolean): Image;
8
+ setColoredBorder(color?: Color, width?: number): void;
9
+ setHorizontalAlignment(alignment?: string): void;
10
+ setNoBorder(): void;
2
11
  }
@@ -1,2 +1,24 @@
1
+ import { Context } from '../imports/Context';
2
+ import { Function } from '../imports/Function';
1
3
  export declare class JSONStreamingAPI {
4
+ close(): void;
5
+ constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
6
+ disablePrettyPrint(): JSONStreamingAPI;
7
+ enablePrettyPrint(): JSONStreamingAPI;
8
+ endArray(): JSONStreamingAPI;
9
+ endObject(): JSONStreamingAPI;
10
+ getAttachmentId(): string;
11
+ getJSONString(): string;
12
+ startArray(): JSONStreamingAPI;
13
+ startArrayField(fieldName?: string): JSONStreamingAPI;
14
+ startObject(): JSONStreamingAPI;
15
+ writeBoolean(value?: boolean): JSONStreamingAPI;
16
+ writeBooleanField(fieldName?: string, value?: boolean): JSONStreamingAPI;
17
+ writeFieldName(value?: string): JSONStreamingAPI;
18
+ writeNull(): JSONStreamingAPI;
19
+ writeNullField(fieldName?: string): JSONStreamingAPI;
20
+ writeNumberField(fieldName?: string, encodedValue?: string): JSONStreamingAPI;
21
+ writeRaw(value?: string): JSONStreamingAPI;
22
+ writeString(value?: string): JSONStreamingAPI;
23
+ writeStringField(fieldName?: string, value?: string): JSONStreamingAPI;
2
24
  }
@@ -1,2 +1,10 @@
1
+ import { Context } from '../imports/Context';
2
+ import { Function } from '../imports/Function';
3
+ import { GlideDateTime } from '../imports/GlideDateTime';
4
+ import { JSONStreamingAPI } from '../imports/JSONStreamingAPI';
1
5
  export declare class JSONStreamingBuilder {
6
+ build(): JSONStreamingAPI;
7
+ constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
8
+ expiresAt(expireAt?: GlideDateTime): JSONStreamingBuilder;
9
+ withAttachment(): JSONStreamingBuilder;
2
10
  }
@@ -0,0 +1,13 @@
1
+ import { Context } from '../imports/Context';
2
+ import { Function } from '../imports/Function';
3
+ export declare class KMFCryptoOperation {
4
+ constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean);
5
+ doOperation(data?: any, additionalParameters?: any): any;
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;
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=KMFCryptoOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KMFCryptoOperation.js","sourceRoot":"","sources":["../../src/imports/KMFCryptoOperation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { Color } from '../imports/Color';
2
+ import { Document } from '../imports/Document';
3
+ export declare class Line {
4
+ drawLine(document?: Document, pageNo?: number, xPos?: number, yPos?: number, width?: number, lineWidth?: number): void;
5
+ setColor(color?: Color): void;
6
+ constructor();
7
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=User.js.map
3
+ //# sourceMappingURL=Line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Line.js","sourceRoot":"","sources":["../../src/imports/Line.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { GlideRecord } from '../imports/GlideRecord';
2
+ export declare class Messaging {
3
+ static attachIcon(messagingApplicationId?: string): void;
4
+ static processInbound(messagingInboundId?: string): void;
5
+ static send(messagingApplication?: GlideRecord, recipient?: string, messagingContent?: GlideRecord, target?: GlideRecord): void;
6
+ static updateRateLimit(context?: string, retryAfterSeconds?: number): void;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Messaging.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Messaging.js","sourceRoot":"","sources":["../../src/imports/Messaging.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export declare class MetricInfo {
2
+ getRetentionSchedulesInMinutes(): Record<any, any>;
3
+ isValid(): boolean;
4
+ constructor();
5
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CategoryJS.js.map
3
+ //# sourceMappingURL=MetricInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetricInfo.js","sourceRoot":"","sources":["../../src/imports/MetricInfo.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ export declare class NotifyPhoneNumber {
2
+ getDialCode(): string;
3
+ getID(): string;
4
+ getNumber(): string;
5
+ getOwner(): string;
6
+ getTerritory(): string;
7
+ isShortCode(): boolean;
8
+ supportsConferenceCall(): boolean;
9
+ supportsIncomingPhoneCall(): boolean;
10
+ supportsIncomingSMS(): boolean;
11
+ supportsOutgoingPhoneCall(): boolean;
12
+ supportsOutgoingSMS(): boolean;
13
+ supportsRecording(): boolean;
14
+ supportsWebRTC(): boolean;
15
+ constructor();
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=NotifyPhoneNumber.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotifyPhoneNumber.js","sourceRoot":"","sources":["../../src/imports/NotifyPhoneNumber.ts"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ import { Context } from '../imports/Context';
2
+ import { Function } from '../imports/Function';
3
+ import { GlideRecord } from '../imports/GlideRecord';
4
+ import { Scriptable } from '../imports/Scriptable';
5
+ export declare class NotifyScoped {
6
+ static call(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
7
+ static conferenceCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord;
8
+ constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean);
9
+ static dequeueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
10
+ static forwardCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
11
+ static getAvailableClients(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord;
12
+ static getParentCallID(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
13
+ static getPhoneNumbers(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array<any>;
14
+ static getShortCodes(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array<any>;
15
+ static getTokenTTL(owner?: string): string;
16
+ static getTokens(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
17
+ static hasCapability(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): boolean;
18
+ static kick(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
19
+ static modifyCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
20
+ static mute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
21
+ static queueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
22
+ static sendBulkSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
23
+ static sendSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string;
24
+ static unmute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void;
25
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=NotifyScoped.js.map