@sst-provider/incident-io 5.32.0

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 (114) hide show
  1. package/README.md +3 -0
  2. package/bin/alertAttribute.d.ts +96 -0
  3. package/bin/alertAttribute.js +63 -0
  4. package/bin/alertAttribute.js.map +1 -0
  5. package/bin/alertRoute.d.ts +146 -0
  6. package/bin/alertRoute.js +95 -0
  7. package/bin/alertRoute.js.map +1 -0
  8. package/bin/alertSource.d.ts +127 -0
  9. package/bin/alertSource.js +73 -0
  10. package/bin/alertSource.js.map +1 -0
  11. package/bin/catalogEntries.d.ts +86 -0
  12. package/bin/catalogEntries.js +59 -0
  13. package/bin/catalogEntries.js.map +1 -0
  14. package/bin/catalogEntry.d.ts +125 -0
  15. package/bin/catalogEntry.js +67 -0
  16. package/bin/catalogEntry.js.map +1 -0
  17. package/bin/catalogType.d.ts +108 -0
  18. package/bin/catalogType.js +65 -0
  19. package/bin/catalogType.js.map +1 -0
  20. package/bin/catalogTypeAttribute.d.ts +126 -0
  21. package/bin/catalogTypeAttribute.js +67 -0
  22. package/bin/catalogTypeAttribute.js.map +1 -0
  23. package/bin/config/index.d.ts +1 -0
  24. package/bin/config/index.js +21 -0
  25. package/bin/config/index.js.map +1 -0
  26. package/bin/config/vars.d.ts +8 -0
  27. package/bin/config/vars.js +19 -0
  28. package/bin/config/vars.js.map +1 -0
  29. package/bin/customField.d.ts +113 -0
  30. package/bin/customField.js +67 -0
  31. package/bin/customField.js.map +1 -0
  32. package/bin/customFieldOption.d.ts +72 -0
  33. package/bin/customFieldOption.js +59 -0
  34. package/bin/customFieldOption.js.map +1 -0
  35. package/bin/escalationPath.d.ts +104 -0
  36. package/bin/escalationPath.js +60 -0
  37. package/bin/escalationPath.js.map +1 -0
  38. package/bin/getAlertAttribute.d.ts +26 -0
  39. package/bin/getAlertAttribute.js +22 -0
  40. package/bin/getAlertAttribute.js.map +1 -0
  41. package/bin/getAlertSources.d.ts +27 -0
  42. package/bin/getAlertSources.js +24 -0
  43. package/bin/getAlertSources.js.map +1 -0
  44. package/bin/getCatalogEntries.d.ts +27 -0
  45. package/bin/getCatalogEntries.js +22 -0
  46. package/bin/getCatalogEntries.js.map +1 -0
  47. package/bin/getCatalogEntry.d.ts +31 -0
  48. package/bin/getCatalogEntry.js +24 -0
  49. package/bin/getCatalogEntry.js.map +1 -0
  50. package/bin/getCatalogType.d.ts +31 -0
  51. package/bin/getCatalogType.js +28 -0
  52. package/bin/getCatalogType.js.map +1 -0
  53. package/bin/getCatalogTypeAttribute.d.ts +30 -0
  54. package/bin/getCatalogTypeAttribute.js +24 -0
  55. package/bin/getCatalogTypeAttribute.js.map +1 -0
  56. package/bin/getCustomField.d.ts +29 -0
  57. package/bin/getCustomField.js +22 -0
  58. package/bin/getCustomField.js.map +1 -0
  59. package/bin/getCustomFieldOption.d.ts +28 -0
  60. package/bin/getCustomFieldOption.js +26 -0
  61. package/bin/getCustomFieldOption.js.map +1 -0
  62. package/bin/getEscalationPath.d.ts +29 -0
  63. package/bin/getEscalationPath.js +26 -0
  64. package/bin/getEscalationPath.js.map +1 -0
  65. package/bin/getIncidentRole.d.ts +25 -0
  66. package/bin/getIncidentRole.js +22 -0
  67. package/bin/getIncidentRole.js.map +1 -0
  68. package/bin/getIncidentTypes.d.ts +14 -0
  69. package/bin/getIncidentTypes.js +18 -0
  70. package/bin/getIncidentTypes.js.map +1 -0
  71. package/bin/getSchedule.d.ts +26 -0
  72. package/bin/getSchedule.js +26 -0
  73. package/bin/getSchedule.js.map +1 -0
  74. package/bin/getUser.d.ts +28 -0
  75. package/bin/getUser.js +28 -0
  76. package/bin/getUser.js.map +1 -0
  77. package/bin/incidentRole.d.ts +84 -0
  78. package/bin/incidentRole.js +64 -0
  79. package/bin/incidentRole.js.map +1 -0
  80. package/bin/index.d.ts +91 -0
  81. package/bin/index.js +166 -0
  82. package/bin/index.js.map +1 -0
  83. package/bin/maintenanceWindow.d.ts +206 -0
  84. package/bin/maintenanceWindow.js +87 -0
  85. package/bin/maintenanceWindow.js.map +1 -0
  86. package/bin/package.json +35 -0
  87. package/bin/provider.d.ts +59 -0
  88. package/bin/provider.js +57 -0
  89. package/bin/provider.js.map +1 -0
  90. package/bin/schedule.d.ts +71 -0
  91. package/bin/schedule.js +63 -0
  92. package/bin/schedule.js.map +1 -0
  93. package/bin/severity.d.ts +72 -0
  94. package/bin/severity.js +56 -0
  95. package/bin/severity.js.map +1 -0
  96. package/bin/status.d.ts +72 -0
  97. package/bin/status.js +59 -0
  98. package/bin/status.js.map +1 -0
  99. package/bin/types/index.d.ts +3 -0
  100. package/bin/types/index.js +11 -0
  101. package/bin/types/index.js.map +1 -0
  102. package/bin/types/input.d.ts +6516 -0
  103. package/bin/types/input.js +5 -0
  104. package/bin/types/input.js.map +1 -0
  105. package/bin/types/output.d.ts +11481 -0
  106. package/bin/types/output.js +5 -0
  107. package/bin/types/output.js.map +1 -0
  108. package/bin/utilities.d.ts +5 -0
  109. package/bin/utilities.js +129 -0
  110. package/bin/utilities.js.map +1 -0
  111. package/bin/workflow.d.ts +218 -0
  112. package/bin/workflow.js +107 -0
  113. package/bin/workflow.js.map +1 -0
  114. package/package.json +35 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.