@keystrokehq/pagerduty 0.1.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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.cjs +47 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.cjs.map +1 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.d.cts +9 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.d.cts.map +1 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.d.mts +9 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.d.mts.map +1 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.mjs +46 -0
- package/dist/actions/add-service-to-incident-workflow-trigger.mjs.map +1 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.cjs +61 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.cjs.map +1 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.d.cts +9 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.d.cts.map +1 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.d.mts +9 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.d.mts.map +1 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.mjs +60 -0
- package/dist/actions/aggregate-escalation-policy-incident-metrics.mjs.map +1 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.cjs +77 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.cjs.map +1 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.d.cts +9 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.d.cts.map +1 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.d.mts +9 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.d.mts.map +1 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.mjs +76 -0
- package/dist/actions/aggregate-incident-metrics-with-filters.mjs.map +1 -0
- package/dist/actions/associate-service-dependencies.cjs +32 -0
- package/dist/actions/associate-service-dependencies.cjs.map +1 -0
- package/dist/actions/associate-service-dependencies.d.cts +9 -0
- package/dist/actions/associate-service-dependencies.d.cts.map +1 -0
- package/dist/actions/associate-service-dependencies.d.mts +9 -0
- package/dist/actions/associate-service-dependencies.d.mts.map +1 -0
- package/dist/actions/associate-service-dependencies.mjs +31 -0
- package/dist/actions/associate-service-dependencies.mjs.map +1 -0
- package/dist/actions/associate-team-with-automation-action.cjs +32 -0
- package/dist/actions/associate-team-with-automation-action.cjs.map +1 -0
- package/dist/actions/associate-team-with-automation-action.d.cts +9 -0
- package/dist/actions/associate-team-with-automation-action.d.cts.map +1 -0
- package/dist/actions/associate-team-with-automation-action.d.mts +9 -0
- package/dist/actions/associate-team-with-automation-action.d.mts.map +1 -0
- package/dist/actions/associate-team-with-automation-action.mjs +31 -0
- package/dist/actions/associate-team-with-automation-action.mjs.map +1 -0
- package/dist/actions/audit-escalation-policy-records.cjs +91 -0
- package/dist/actions/audit-escalation-policy-records.cjs.map +1 -0
- package/dist/actions/audit-escalation-policy-records.d.cts +9 -0
- package/dist/actions/audit-escalation-policy-records.d.cts.map +1 -0
- package/dist/actions/audit-escalation-policy-records.d.mts +9 -0
- package/dist/actions/audit-escalation-policy-records.d.mts.map +1 -0
- package/dist/actions/audit-escalation-policy-records.mjs +90 -0
- package/dist/actions/audit-escalation-policy-records.mjs.map +1 -0
- package/dist/actions/convert-service-rule-by-id.cjs +19 -0
- package/dist/actions/convert-service-rule-by-id.cjs.map +1 -0
- package/dist/actions/convert-service-rule-by-id.d.cts +9 -0
- package/dist/actions/convert-service-rule-by-id.d.cts.map +1 -0
- package/dist/actions/convert-service-rule-by-id.d.mts +9 -0
- package/dist/actions/convert-service-rule-by-id.d.mts.map +1 -0
- package/dist/actions/convert-service-rule-by-id.mjs +16 -0
- package/dist/actions/convert-service-rule-by-id.mjs.map +1 -0
- package/dist/actions/count-paused-incident-reports.cjs +28 -0
- package/dist/actions/count-paused-incident-reports.cjs.map +1 -0
- package/dist/actions/count-paused-incident-reports.d.cts +9 -0
- package/dist/actions/count-paused-incident-reports.d.cts.map +1 -0
- package/dist/actions/count-paused-incident-reports.d.mts +9 -0
- package/dist/actions/count-paused-incident-reports.d.mts.map +1 -0
- package/dist/actions/count-paused-incident-reports.mjs +27 -0
- package/dist/actions/count-paused-incident-reports.mjs.map +1 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.cjs +44 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.cjs.map +1 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.d.cts +9 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.d.cts.map +1 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.d.mts +9 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.d.mts.map +1 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.mjs +43 -0
- package/dist/actions/create-a-custom-field-for-an-incident-type.mjs.map +1 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.cjs +30 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.cjs.map +1 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.d.cts +9 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.d.cts.map +1 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.d.mts +9 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.d.mts.map +1 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.mjs +29 -0
- package/dist/actions/create-a-field-option-for-a-custom-field.mjs.map +1 -0
- package/dist/actions/create-a-ruleset.cjs +38 -0
- package/dist/actions/create-a-ruleset.cjs.map +1 -0
- package/dist/actions/create-a-ruleset.d.cts +9 -0
- package/dist/actions/create-a-ruleset.d.cts.map +1 -0
- package/dist/actions/create-a-ruleset.d.mts +9 -0
- package/dist/actions/create-a-ruleset.d.mts.map +1 -0
- package/dist/actions/create-a-ruleset.mjs +37 -0
- package/dist/actions/create-a-ruleset.mjs.map +1 -0
- package/dist/actions/create-a-trigger.cjs +58 -0
- package/dist/actions/create-a-trigger.cjs.map +1 -0
- package/dist/actions/create-a-trigger.d.cts +9 -0
- package/dist/actions/create-a-trigger.d.cts.map +1 -0
- package/dist/actions/create-a-trigger.d.mts +9 -0
- package/dist/actions/create-a-trigger.d.mts.map +1 -0
- package/dist/actions/create-a-trigger.mjs +57 -0
- package/dist/actions/create-a-trigger.mjs.map +1 -0
- package/dist/actions/create-an-incident-type.cjs +90 -0
- package/dist/actions/create-an-incident-type.cjs.map +1 -0
- package/dist/actions/create-an-incident-type.d.cts +9 -0
- package/dist/actions/create-an-incident-type.d.cts.map +1 -0
- package/dist/actions/create-an-incident-type.d.mts +9 -0
- package/dist/actions/create-an-incident-type.d.mts.map +1 -0
- package/dist/actions/create-an-incident-type.mjs +89 -0
- package/dist/actions/create-an-incident-type.mjs.map +1 -0
- package/dist/actions/create-and-manage-custom-incident-fields.cjs +52 -0
- package/dist/actions/create-and-manage-custom-incident-fields.cjs.map +1 -0
- package/dist/actions/create-and-manage-custom-incident-fields.d.cts +9 -0
- package/dist/actions/create-and-manage-custom-incident-fields.d.cts.map +1 -0
- package/dist/actions/create-and-manage-custom-incident-fields.d.mts +9 -0
- package/dist/actions/create-and-manage-custom-incident-fields.d.mts.map +1 -0
- package/dist/actions/create-and-manage-custom-incident-fields.mjs +51 -0
- package/dist/actions/create-and-manage-custom-incident-fields.mjs.map +1 -0
- package/dist/actions/create-automation-runner-endpoint.cjs +32 -0
- package/dist/actions/create-automation-runner-endpoint.cjs.map +1 -0
- package/dist/actions/create-automation-runner-endpoint.d.cts +9 -0
- package/dist/actions/create-automation-runner-endpoint.d.cts.map +1 -0
- package/dist/actions/create-automation-runner-endpoint.d.mts +9 -0
- package/dist/actions/create-automation-runner-endpoint.d.mts.map +1 -0
- package/dist/actions/create-automation-runner-endpoint.mjs +31 -0
- package/dist/actions/create-automation-runner-endpoint.mjs.map +1 -0
- package/dist/actions/create-business-service.cjs +37 -0
- package/dist/actions/create-business-service.cjs.map +1 -0
- package/dist/actions/create-business-service.d.cts +9 -0
- package/dist/actions/create-business-service.d.cts.map +1 -0
- package/dist/actions/create-business-service.d.mts +9 -0
- package/dist/actions/create-business-service.d.mts.map +1 -0
- package/dist/actions/create-business-service.mjs +36 -0
- package/dist/actions/create-business-service.mjs.map +1 -0
- package/dist/actions/create-escalation-policy.cjs +81 -0
- package/dist/actions/create-escalation-policy.cjs.map +1 -0
- package/dist/actions/create-escalation-policy.d.cts +9 -0
- package/dist/actions/create-escalation-policy.d.cts.map +1 -0
- package/dist/actions/create-escalation-policy.d.mts +9 -0
- package/dist/actions/create-escalation-policy.d.mts.map +1 -0
- package/dist/actions/create-escalation-policy.mjs +80 -0
- package/dist/actions/create-escalation-policy.mjs.map +1 -0
- package/dist/actions/create-event-orchestration.cjs +49 -0
- package/dist/actions/create-event-orchestration.cjs.map +1 -0
- package/dist/actions/create-event-orchestration.d.cts +9 -0
- package/dist/actions/create-event-orchestration.d.cts.map +1 -0
- package/dist/actions/create-event-orchestration.d.mts +9 -0
- package/dist/actions/create-event-orchestration.d.mts.map +1 -0
- package/dist/actions/create-event-orchestration.mjs +48 -0
- package/dist/actions/create-event-orchestration.mjs.map +1 -0
- package/dist/actions/create-event-rule-in-ruleset.cjs +87 -0
- package/dist/actions/create-event-rule-in-ruleset.cjs.map +1 -0
- package/dist/actions/create-event-rule-in-ruleset.d.cts +9 -0
- package/dist/actions/create-event-rule-in-ruleset.d.cts.map +1 -0
- package/dist/actions/create-event-rule-in-ruleset.d.mts +9 -0
- package/dist/actions/create-event-rule-in-ruleset.d.mts.map +1 -0
- package/dist/actions/create-event-rule-in-ruleset.mjs +86 -0
- package/dist/actions/create-event-rule-in-ruleset.mjs.map +1 -0
- package/dist/actions/create-extension-object.cjs +43 -0
- package/dist/actions/create-extension-object.cjs.map +1 -0
- package/dist/actions/create-extension-object.d.cts +9 -0
- package/dist/actions/create-extension-object.d.cts.map +1 -0
- package/dist/actions/create-extension-object.d.mts +9 -0
- package/dist/actions/create-extension-object.d.mts.map +1 -0
- package/dist/actions/create-extension-object.mjs +42 -0
- package/dist/actions/create-extension-object.mjs.map +1 -0
- package/dist/actions/create-handoff-notification-rule.cjs +46 -0
- package/dist/actions/create-handoff-notification-rule.cjs.map +1 -0
- package/dist/actions/create-handoff-notification-rule.d.cts +9 -0
- package/dist/actions/create-handoff-notification-rule.d.cts.map +1 -0
- package/dist/actions/create-handoff-notification-rule.d.mts +9 -0
- package/dist/actions/create-handoff-notification-rule.d.mts.map +1 -0
- package/dist/actions/create-handoff-notification-rule.mjs +45 -0
- package/dist/actions/create-handoff-notification-rule.mjs.map +1 -0
- package/dist/actions/create-incident-field-option.cjs +30 -0
- package/dist/actions/create-incident-field-option.cjs.map +1 -0
- package/dist/actions/create-incident-field-option.d.cts +9 -0
- package/dist/actions/create-incident-field-option.d.cts.map +1 -0
- package/dist/actions/create-incident-field-option.d.mts +9 -0
- package/dist/actions/create-incident-field-option.d.mts.map +1 -0
- package/dist/actions/create-incident-field-option.mjs +29 -0
- package/dist/actions/create-incident-field-option.mjs.map +1 -0
- package/dist/actions/create-incident-record.cjs +116 -0
- package/dist/actions/create-incident-record.cjs.map +1 -0
- package/dist/actions/create-incident-record.d.cts +9 -0
- package/dist/actions/create-incident-record.d.cts.map +1 -0
- package/dist/actions/create-incident-record.d.mts +9 -0
- package/dist/actions/create-incident-record.d.mts.map +1 -0
- package/dist/actions/create-incident-record.mjs +115 -0
- package/dist/actions/create-incident-record.mjs.map +1 -0
- package/dist/actions/create-incident-workflow-instance.cjs +44 -0
- package/dist/actions/create-incident-workflow-instance.cjs.map +1 -0
- package/dist/actions/create-incident-workflow-instance.d.cts +9 -0
- package/dist/actions/create-incident-workflow-instance.d.cts.map +1 -0
- package/dist/actions/create-incident-workflow-instance.d.mts +9 -0
- package/dist/actions/create-incident-workflow-instance.d.mts.map +1 -0
- package/dist/actions/create-incident-workflow-instance.mjs +43 -0
- package/dist/actions/create-incident-workflow-instance.mjs.map +1 -0
- package/dist/actions/create-incident-workflow.cjs +67 -0
- package/dist/actions/create-incident-workflow.cjs.map +1 -0
- package/dist/actions/create-incident-workflow.d.cts +9 -0
- package/dist/actions/create-incident-workflow.d.cts.map +1 -0
- package/dist/actions/create-incident-workflow.d.mts +9 -0
- package/dist/actions/create-incident-workflow.d.mts.map +1 -0
- package/dist/actions/create-incident-workflow.mjs +66 -0
- package/dist/actions/create-incident-workflow.mjs.map +1 -0
- package/dist/actions/create-integration-for-orchestration.cjs +28 -0
- package/dist/actions/create-integration-for-orchestration.cjs.map +1 -0
- package/dist/actions/create-integration-for-orchestration.d.cts +9 -0
- package/dist/actions/create-integration-for-orchestration.d.cts.map +1 -0
- package/dist/actions/create-integration-for-orchestration.d.mts +9 -0
- package/dist/actions/create-integration-for-orchestration.d.mts.map +1 -0
- package/dist/actions/create-integration-for-orchestration.mjs +27 -0
- package/dist/actions/create-integration-for-orchestration.mjs.map +1 -0
- package/dist/actions/create-integration-for-service.cjs +43 -0
- package/dist/actions/create-integration-for-service.cjs.map +1 -0
- package/dist/actions/create-integration-for-service.d.cts +9 -0
- package/dist/actions/create-integration-for-service.d.cts.map +1 -0
- package/dist/actions/create-integration-for-service.d.mts +9 -0
- package/dist/actions/create-integration-for-service.d.mts.map +1 -0
- package/dist/actions/create-integration-for-service.mjs +42 -0
- package/dist/actions/create-integration-for-service.mjs.map +1 -0
- package/dist/actions/create-maintenance-window-object.cjs +59 -0
- package/dist/actions/create-maintenance-window-object.cjs.map +1 -0
- package/dist/actions/create-maintenance-window-object.d.cts +9 -0
- package/dist/actions/create-maintenance-window-object.d.cts.map +1 -0
- package/dist/actions/create-maintenance-window-object.d.mts +9 -0
- package/dist/actions/create-maintenance-window-object.d.mts.map +1 -0
- package/dist/actions/create-maintenance-window-object.mjs +58 -0
- package/dist/actions/create-maintenance-window-object.mjs.map +1 -0
- package/dist/actions/create-new-schedule-layer.cjs +108 -0
- package/dist/actions/create-new-schedule-layer.cjs.map +1 -0
- package/dist/actions/create-new-schedule-layer.d.cts +9 -0
- package/dist/actions/create-new-schedule-layer.d.cts.map +1 -0
- package/dist/actions/create-new-schedule-layer.d.mts +9 -0
- package/dist/actions/create-new-schedule-layer.d.mts.map +1 -0
- package/dist/actions/create-new-schedule-layer.mjs +107 -0
- package/dist/actions/create-new-schedule-layer.mjs.map +1 -0
- package/dist/actions/create-new-service.cjs +154 -0
- package/dist/actions/create-new-service.cjs.map +1 -0
- package/dist/actions/create-new-service.d.cts +9 -0
- package/dist/actions/create-new-service.d.cts.map +1 -0
- package/dist/actions/create-new-service.d.mts +9 -0
- package/dist/actions/create-new-service.d.mts.map +1 -0
- package/dist/actions/create-new-service.mjs +153 -0
- package/dist/actions/create-new-service.mjs.map +1 -0
- package/dist/actions/create-new-tag-in-system.cjs +27 -0
- package/dist/actions/create-new-tag-in-system.cjs.map +1 -0
- package/dist/actions/create-new-tag-in-system.d.cts +9 -0
- package/dist/actions/create-new-tag-in-system.d.cts.map +1 -0
- package/dist/actions/create-new-tag-in-system.d.mts +9 -0
- package/dist/actions/create-new-tag-in-system.d.mts.map +1 -0
- package/dist/actions/create-new-tag-in-system.mjs +26 -0
- package/dist/actions/create-new-tag-in-system.mjs.map +1 -0
- package/dist/actions/create-new-team-with-details.cjs +31 -0
- package/dist/actions/create-new-team-with-details.cjs.map +1 -0
- package/dist/actions/create-new-team-with-details.d.cts +9 -0
- package/dist/actions/create-new-team-with-details.d.cts.map +1 -0
- package/dist/actions/create-new-team-with-details.d.mts +9 -0
- package/dist/actions/create-new-team-with-details.d.mts.map +1 -0
- package/dist/actions/create-new-team-with-details.mjs +30 -0
- package/dist/actions/create-new-team-with-details.mjs.map +1 -0
- package/dist/actions/create-new-webhook-subscription.cjs +58 -0
- package/dist/actions/create-new-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-new-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-new-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-new-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-new-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-new-webhook-subscription.mjs +57 -0
- package/dist/actions/create-new-webhook-subscription.mjs.map +1 -0
- package/dist/actions/create-or-update-status-page-post.cjs +74 -0
- package/dist/actions/create-or-update-status-page-post.cjs.map +1 -0
- package/dist/actions/create-or-update-status-page-post.d.cts +9 -0
- package/dist/actions/create-or-update-status-page-post.d.cts.map +1 -0
- package/dist/actions/create-or-update-status-page-post.d.mts +9 -0
- package/dist/actions/create-or-update-status-page-post.d.mts.map +1 -0
- package/dist/actions/create-or-update-status-page-post.mjs +73 -0
- package/dist/actions/create-or-update-status-page-post.mjs.map +1 -0
- package/dist/actions/create-or-update-status-page-postmortem.cjs +37 -0
- package/dist/actions/create-or-update-status-page-postmortem.cjs.map +1 -0
- package/dist/actions/create-or-update-status-page-postmortem.d.cts +9 -0
- package/dist/actions/create-or-update-status-page-postmortem.d.cts.map +1 -0
- package/dist/actions/create-or-update-status-page-postmortem.d.mts +9 -0
- package/dist/actions/create-or-update-status-page-postmortem.d.mts.map +1 -0
- package/dist/actions/create-or-update-status-page-postmortem.mjs +36 -0
- package/dist/actions/create-or-update-status-page-postmortem.mjs.map +1 -0
- package/dist/actions/create-response-play-for-incidents.cjs +54 -0
- package/dist/actions/create-response-play-for-incidents.cjs.map +1 -0
- package/dist/actions/create-response-play-for-incidents.d.cts +9 -0
- package/dist/actions/create-response-play-for-incidents.d.cts.map +1 -0
- package/dist/actions/create-response-play-for-incidents.d.mts +9 -0
- package/dist/actions/create-response-play-for-incidents.d.mts.map +1 -0
- package/dist/actions/create-response-play-for-incidents.mjs +53 -0
- package/dist/actions/create-response-play-for-incidents.mjs.map +1 -0
- package/dist/actions/create-schedule-overrides-configuration.cjs +32 -0
- package/dist/actions/create-schedule-overrides-configuration.cjs.map +1 -0
- package/dist/actions/create-schedule-overrides-configuration.d.cts +9 -0
- package/dist/actions/create-schedule-overrides-configuration.d.cts.map +1 -0
- package/dist/actions/create-schedule-overrides-configuration.d.mts +9 -0
- package/dist/actions/create-schedule-overrides-configuration.d.mts.map +1 -0
- package/dist/actions/create-schedule-overrides-configuration.mjs +31 -0
- package/dist/actions/create-schedule-overrides-configuration.mjs.map +1 -0
- package/dist/actions/create-service-event-rule.cjs +89 -0
- package/dist/actions/create-service-event-rule.cjs.map +1 -0
- package/dist/actions/create-service-event-rule.d.cts +9 -0
- package/dist/actions/create-service-event-rule.d.cts.map +1 -0
- package/dist/actions/create-service-event-rule.d.mts +9 -0
- package/dist/actions/create-service-event-rule.d.mts.map +1 -0
- package/dist/actions/create-service-event-rule.mjs +88 -0
- package/dist/actions/create-service-event-rule.mjs.map +1 -0
- package/dist/actions/create-status-page-subscription.cjs +37 -0
- package/dist/actions/create-status-page-subscription.cjs.map +1 -0
- package/dist/actions/create-status-page-subscription.d.cts +9 -0
- package/dist/actions/create-status-page-subscription.d.cts.map +1 -0
- package/dist/actions/create-status-page-subscription.d.mts +9 -0
- package/dist/actions/create-status-page-subscription.d.mts.map +1 -0
- package/dist/actions/create-status-page-subscription.mjs +36 -0
- package/dist/actions/create-status-page-subscription.mjs.map +1 -0
- package/dist/actions/create-status-update-template.cjs +37 -0
- package/dist/actions/create-status-update-template.cjs.map +1 -0
- package/dist/actions/create-status-update-template.d.cts +9 -0
- package/dist/actions/create-status-update-template.d.cts.map +1 -0
- package/dist/actions/create-status-update-template.d.mts +9 -0
- package/dist/actions/create-status-update-template.d.mts.map +1 -0
- package/dist/actions/create-status-update-template.mjs +36 -0
- package/dist/actions/create-status-update-template.mjs.map +1 -0
- package/dist/actions/create-user-notification-rule.cjs +39 -0
- package/dist/actions/create-user-notification-rule.cjs.map +1 -0
- package/dist/actions/create-user-notification-rule.d.cts +9 -0
- package/dist/actions/create-user-notification-rule.d.cts.map +1 -0
- package/dist/actions/create-user-notification-rule.d.mts +9 -0
- package/dist/actions/create-user-notification-rule.d.mts.map +1 -0
- package/dist/actions/create-user-notification-rule.mjs +38 -0
- package/dist/actions/create-user-notification-rule.mjs.map +1 -0
- package/dist/actions/create-user-object.cjs +56 -0
- package/dist/actions/create-user-object.cjs.map +1 -0
- package/dist/actions/create-user-object.d.cts +9 -0
- package/dist/actions/create-user-object.d.cts.map +1 -0
- package/dist/actions/create-user-object.d.mts +9 -0
- package/dist/actions/create-user-object.d.mts.map +1 -0
- package/dist/actions/create-user-object.mjs +55 -0
- package/dist/actions/create-user-object.mjs.map +1 -0
- package/dist/actions/create-user-status-update-notification-rule.cjs +34 -0
- package/dist/actions/create-user-status-update-notification-rule.cjs.map +1 -0
- package/dist/actions/create-user-status-update-notification-rule.d.cts +9 -0
- package/dist/actions/create-user-status-update-notification-rule.d.cts.map +1 -0
- package/dist/actions/create-user-status-update-notification-rule.d.mts +9 -0
- package/dist/actions/create-user-status-update-notification-rule.d.mts.map +1 -0
- package/dist/actions/create-user-status-update-notification-rule.mjs +33 -0
- package/dist/actions/create-user-status-update-notification-rule.mjs.map +1 -0
- package/dist/actions/create-workflow-integration-connection.cjs +64 -0
- package/dist/actions/create-workflow-integration-connection.cjs.map +1 -0
- package/dist/actions/create-workflow-integration-connection.d.cts +9 -0
- package/dist/actions/create-workflow-integration-connection.d.cts.map +1 -0
- package/dist/actions/create-workflow-integration-connection.d.mts +9 -0
- package/dist/actions/create-workflow-integration-connection.d.mts.map +1 -0
- package/dist/actions/create-workflow-integration-connection.mjs +63 -0
- package/dist/actions/create-workflow-integration-connection.mjs.map +1 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.cjs +22 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.cjs.map +1 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.d.cts +9 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.d.cts.map +1 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.d.mts +9 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.d.mts.map +1 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.mjs +19 -0
- package/dist/actions/delete-a-custom-field-for-an-incident-type.mjs.map +1 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.cjs +20 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.cjs.map +1 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.d.cts +9 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.d.mts +9 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.mjs +17 -0
- package/dist/actions/delete-a-field-option-for-a-custom-field.mjs.map +1 -0
- package/dist/actions/delete-account-subscription-by-id.cjs +16 -0
- package/dist/actions/delete-account-subscription-by-id.cjs.map +1 -0
- package/dist/actions/delete-account-subscription-by-id.d.cts +9 -0
- package/dist/actions/delete-account-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/delete-account-subscription-by-id.d.mts +9 -0
- package/dist/actions/delete-account-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/delete-account-subscription-by-id.mjs +13 -0
- package/dist/actions/delete-account-subscription-by-id.mjs.map +1 -0
- package/dist/actions/delete-addon-by-id.cjs +16 -0
- package/dist/actions/delete-addon-by-id.cjs.map +1 -0
- package/dist/actions/delete-addon-by-id.d.cts +9 -0
- package/dist/actions/delete-addon-by-id.d.cts.map +1 -0
- package/dist/actions/delete-addon-by-id.d.mts +9 -0
- package/dist/actions/delete-addon-by-id.d.mts.map +1 -0
- package/dist/actions/delete-addon-by-id.mjs +13 -0
- package/dist/actions/delete-addon-by-id.mjs.map +1 -0
- package/dist/actions/delete-alert-grouping-setting.cjs +16 -0
- package/dist/actions/delete-alert-grouping-setting.cjs.map +1 -0
- package/dist/actions/delete-alert-grouping-setting.d.cts +9 -0
- package/dist/actions/delete-alert-grouping-setting.d.cts.map +1 -0
- package/dist/actions/delete-alert-grouping-setting.d.mts +9 -0
- package/dist/actions/delete-alert-grouping-setting.d.mts.map +1 -0
- package/dist/actions/delete-alert-grouping-setting.mjs +13 -0
- package/dist/actions/delete-alert-grouping-setting.mjs.map +1 -0
- package/dist/actions/delete-all-oauth-delegations.cjs +19 -0
- package/dist/actions/delete-all-oauth-delegations.cjs.map +1 -0
- package/dist/actions/delete-all-oauth-delegations.d.cts +9 -0
- package/dist/actions/delete-all-oauth-delegations.d.cts.map +1 -0
- package/dist/actions/delete-all-oauth-delegations.d.mts +9 -0
- package/dist/actions/delete-all-oauth-delegations.d.mts.map +1 -0
- package/dist/actions/delete-all-oauth-delegations.mjs +16 -0
- package/dist/actions/delete-all-oauth-delegations.mjs.map +1 -0
- package/dist/actions/delete-automation-action-by-id.cjs +16 -0
- package/dist/actions/delete-automation-action-by-id.cjs.map +1 -0
- package/dist/actions/delete-automation-action-by-id.d.cts +9 -0
- package/dist/actions/delete-automation-action-by-id.d.cts.map +1 -0
- package/dist/actions/delete-automation-action-by-id.d.mts +9 -0
- package/dist/actions/delete-automation-action-by-id.d.mts.map +1 -0
- package/dist/actions/delete-automation-action-by-id.mjs +13 -0
- package/dist/actions/delete-automation-action-by-id.mjs.map +1 -0
- package/dist/actions/delete-automation-action-service-by-id.cjs +19 -0
- package/dist/actions/delete-automation-action-service-by-id.cjs.map +1 -0
- package/dist/actions/delete-automation-action-service-by-id.d.cts +9 -0
- package/dist/actions/delete-automation-action-service-by-id.d.cts.map +1 -0
- package/dist/actions/delete-automation-action-service-by-id.d.mts +9 -0
- package/dist/actions/delete-automation-action-service-by-id.d.mts.map +1 -0
- package/dist/actions/delete-automation-action-service-by-id.mjs +16 -0
- package/dist/actions/delete-automation-action-service-by-id.mjs.map +1 -0
- package/dist/actions/delete-automation-actions-runner-by-id.cjs +16 -0
- package/dist/actions/delete-automation-actions-runner-by-id.cjs.map +1 -0
- package/dist/actions/delete-automation-actions-runner-by-id.d.cts +9 -0
- package/dist/actions/delete-automation-actions-runner-by-id.d.cts.map +1 -0
- package/dist/actions/delete-automation-actions-runner-by-id.d.mts +9 -0
- package/dist/actions/delete-automation-actions-runner-by-id.d.mts.map +1 -0
- package/dist/actions/delete-automation-actions-runner-by-id.mjs +13 -0
- package/dist/actions/delete-automation-actions-runner-by-id.mjs.map +1 -0
- package/dist/actions/delete-business-service-by-id.cjs +16 -0
- package/dist/actions/delete-business-service-by-id.cjs.map +1 -0
- package/dist/actions/delete-business-service-by-id.d.cts +9 -0
- package/dist/actions/delete-business-service-by-id.d.cts.map +1 -0
- package/dist/actions/delete-business-service-by-id.d.mts +9 -0
- package/dist/actions/delete-business-service-by-id.d.mts.map +1 -0
- package/dist/actions/delete-business-service-by-id.mjs +13 -0
- package/dist/actions/delete-business-service-by-id.mjs.map +1 -0
- package/dist/actions/delete-business-service-priority-thresholds.cjs +16 -0
- package/dist/actions/delete-business-service-priority-thresholds.cjs.map +1 -0
- package/dist/actions/delete-business-service-priority-thresholds.d.cts +9 -0
- package/dist/actions/delete-business-service-priority-thresholds.d.cts.map +1 -0
- package/dist/actions/delete-business-service-priority-thresholds.d.mts +9 -0
- package/dist/actions/delete-business-service-priority-thresholds.d.mts.map +1 -0
- package/dist/actions/delete-business-service-priority-thresholds.mjs +13 -0
- package/dist/actions/delete-business-service-priority-thresholds.mjs.map +1 -0
- package/dist/actions/delete-cache-variable-for-event.cjs +19 -0
- package/dist/actions/delete-cache-variable-for-event.cjs.map +1 -0
- package/dist/actions/delete-cache-variable-for-event.d.cts +9 -0
- package/dist/actions/delete-cache-variable-for-event.d.cts.map +1 -0
- package/dist/actions/delete-cache-variable-for-event.d.mts +9 -0
- package/dist/actions/delete-cache-variable-for-event.d.mts.map +1 -0
- package/dist/actions/delete-cache-variable-for-event.mjs +16 -0
- package/dist/actions/delete-cache-variable-for-event.mjs.map +1 -0
- package/dist/actions/delete-cache-variable-from-service.cjs +19 -0
- package/dist/actions/delete-cache-variable-from-service.cjs.map +1 -0
- package/dist/actions/delete-cache-variable-from-service.d.cts +9 -0
- package/dist/actions/delete-cache-variable-from-service.d.cts.map +1 -0
- package/dist/actions/delete-cache-variable-from-service.d.mts +9 -0
- package/dist/actions/delete-cache-variable-from-service.d.mts.map +1 -0
- package/dist/actions/delete-cache-variable-from-service.mjs +16 -0
- package/dist/actions/delete-cache-variable-from-service.mjs.map +1 -0
- package/dist/actions/delete-custom-field-by-field-id.cjs +19 -0
- package/dist/actions/delete-custom-field-by-field-id.cjs.map +1 -0
- package/dist/actions/delete-custom-field-by-field-id.d.cts +9 -0
- package/dist/actions/delete-custom-field-by-field-id.d.cts.map +1 -0
- package/dist/actions/delete-custom-field-by-field-id.d.mts +9 -0
- package/dist/actions/delete-custom-field-by-field-id.d.mts.map +1 -0
- package/dist/actions/delete-custom-field-by-field-id.mjs +16 -0
- package/dist/actions/delete-custom-field-by-field-id.mjs.map +1 -0
- package/dist/actions/delete-escalation-policy-by-id.cjs +21 -0
- package/dist/actions/delete-escalation-policy-by-id.cjs.map +1 -0
- package/dist/actions/delete-escalation-policy-by-id.d.cts +9 -0
- package/dist/actions/delete-escalation-policy-by-id.d.cts.map +1 -0
- package/dist/actions/delete-escalation-policy-by-id.d.mts +9 -0
- package/dist/actions/delete-escalation-policy-by-id.d.mts.map +1 -0
- package/dist/actions/delete-escalation-policy-by-id.mjs +20 -0
- package/dist/actions/delete-escalation-policy-by-id.mjs.map +1 -0
- package/dist/actions/delete-event-by-id.cjs +16 -0
- package/dist/actions/delete-event-by-id.cjs.map +1 -0
- package/dist/actions/delete-event-by-id.d.cts +9 -0
- package/dist/actions/delete-event-by-id.d.cts.map +1 -0
- package/dist/actions/delete-event-by-id.d.mts +9 -0
- package/dist/actions/delete-event-by-id.d.mts.map +1 -0
- package/dist/actions/delete-event-by-id.mjs +13 -0
- package/dist/actions/delete-event-by-id.mjs.map +1 -0
- package/dist/actions/delete-extension-by-id.cjs +21 -0
- package/dist/actions/delete-extension-by-id.cjs.map +1 -0
- package/dist/actions/delete-extension-by-id.d.cts +9 -0
- package/dist/actions/delete-extension-by-id.d.cts.map +1 -0
- package/dist/actions/delete-extension-by-id.d.mts +9 -0
- package/dist/actions/delete-extension-by-id.d.mts.map +1 -0
- package/dist/actions/delete-extension-by-id.mjs +20 -0
- package/dist/actions/delete-extension-by-id.mjs.map +1 -0
- package/dist/actions/delete-field-option.cjs +19 -0
- package/dist/actions/delete-field-option.cjs.map +1 -0
- package/dist/actions/delete-field-option.d.cts +9 -0
- package/dist/actions/delete-field-option.d.cts.map +1 -0
- package/dist/actions/delete-field-option.d.mts +9 -0
- package/dist/actions/delete-field-option.d.mts.map +1 -0
- package/dist/actions/delete-field-option.mjs +16 -0
- package/dist/actions/delete-field-option.mjs.map +1 -0
- package/dist/actions/delete-incident-workflow-by-id.cjs +21 -0
- package/dist/actions/delete-incident-workflow-by-id.cjs.map +1 -0
- package/dist/actions/delete-incident-workflow-by-id.d.cts +9 -0
- package/dist/actions/delete-incident-workflow-by-id.d.cts.map +1 -0
- package/dist/actions/delete-incident-workflow-by-id.d.mts +9 -0
- package/dist/actions/delete-incident-workflow-by-id.d.mts.map +1 -0
- package/dist/actions/delete-incident-workflow-by-id.mjs +20 -0
- package/dist/actions/delete-incident-workflow-by-id.mjs.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.cjs +16 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.cjs.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.d.cts +9 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.d.cts.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.d.mts +9 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.d.mts.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.mjs +13 -0
- package/dist/actions/delete-incident-workflow-trigger-by-id.mjs.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-service.cjs +19 -0
- package/dist/actions/delete-incident-workflow-trigger-service.cjs.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-service.d.cts +9 -0
- package/dist/actions/delete-incident-workflow-trigger-service.d.cts.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-service.d.mts +9 -0
- package/dist/actions/delete-incident-workflow-trigger-service.d.mts.map +1 -0
- package/dist/actions/delete-incident-workflow-trigger-service.mjs +16 -0
- package/dist/actions/delete-incident-workflow-trigger-service.mjs.map +1 -0
- package/dist/actions/delete-integration-from-event-orchestration.cjs +19 -0
- package/dist/actions/delete-integration-from-event-orchestration.cjs.map +1 -0
- package/dist/actions/delete-integration-from-event-orchestration.d.cts +9 -0
- package/dist/actions/delete-integration-from-event-orchestration.d.cts.map +1 -0
- package/dist/actions/delete-integration-from-event-orchestration.d.mts +9 -0
- package/dist/actions/delete-integration-from-event-orchestration.d.mts.map +1 -0
- package/dist/actions/delete-integration-from-event-orchestration.mjs +16 -0
- package/dist/actions/delete-integration-from-event-orchestration.mjs.map +1 -0
- package/dist/actions/delete-maintenance-window-by-id.cjs +16 -0
- package/dist/actions/delete-maintenance-window-by-id.cjs.map +1 -0
- package/dist/actions/delete-maintenance-window-by-id.d.cts +9 -0
- package/dist/actions/delete-maintenance-window-by-id.d.cts.map +1 -0
- package/dist/actions/delete-maintenance-window-by-id.d.mts +9 -0
- package/dist/actions/delete-maintenance-window-by-id.d.mts.map +1 -0
- package/dist/actions/delete-maintenance-window-by-id.mjs +13 -0
- package/dist/actions/delete-maintenance-window-by-id.mjs.map +1 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.cjs +19 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.cjs.map +1 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.d.cts +9 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.d.cts.map +1 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.d.mts +9 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.d.mts.map +1 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.mjs +16 -0
- package/dist/actions/delete-oncall-handoff-notification-rule.mjs.map +1 -0
- package/dist/actions/delete-post-from-status-page.cjs +19 -0
- package/dist/actions/delete-post-from-status-page.cjs.map +1 -0
- package/dist/actions/delete-post-from-status-page.d.cts +9 -0
- package/dist/actions/delete-post-from-status-page.d.cts.map +1 -0
- package/dist/actions/delete-post-from-status-page.d.mts +9 -0
- package/dist/actions/delete-post-from-status-page.d.mts.map +1 -0
- package/dist/actions/delete-post-from-status-page.mjs +16 -0
- package/dist/actions/delete-post-from-status-page.mjs.map +1 -0
- package/dist/actions/delete-post-update-by-id.cjs +20 -0
- package/dist/actions/delete-post-update-by-id.cjs.map +1 -0
- package/dist/actions/delete-post-update-by-id.d.cts +9 -0
- package/dist/actions/delete-post-update-by-id.d.cts.map +1 -0
- package/dist/actions/delete-post-update-by-id.d.mts +9 -0
- package/dist/actions/delete-post-update-by-id.d.mts.map +1 -0
- package/dist/actions/delete-post-update-by-id.mjs +17 -0
- package/dist/actions/delete-post-update-by-id.mjs.map +1 -0
- package/dist/actions/delete-ruleset-by-id.cjs +16 -0
- package/dist/actions/delete-ruleset-by-id.cjs.map +1 -0
- package/dist/actions/delete-ruleset-by-id.d.cts +9 -0
- package/dist/actions/delete-ruleset-by-id.d.cts.map +1 -0
- package/dist/actions/delete-ruleset-by-id.d.mts +9 -0
- package/dist/actions/delete-ruleset-by-id.d.mts.map +1 -0
- package/dist/actions/delete-ruleset-by-id.mjs +13 -0
- package/dist/actions/delete-ruleset-by-id.mjs.map +1 -0
- package/dist/actions/delete-runner-team-association.cjs +19 -0
- package/dist/actions/delete-runner-team-association.cjs.map +1 -0
- package/dist/actions/delete-runner-team-association.d.cts +9 -0
- package/dist/actions/delete-runner-team-association.d.cts.map +1 -0
- package/dist/actions/delete-runner-team-association.d.mts +9 -0
- package/dist/actions/delete-runner-team-association.d.mts.map +1 -0
- package/dist/actions/delete-runner-team-association.mjs +16 -0
- package/dist/actions/delete-runner-team-association.mjs.map +1 -0
- package/dist/actions/delete-schedule-by-id.cjs +16 -0
- package/dist/actions/delete-schedule-by-id.cjs.map +1 -0
- package/dist/actions/delete-schedule-by-id.d.cts +9 -0
- package/dist/actions/delete-schedule-by-id.d.cts.map +1 -0
- package/dist/actions/delete-schedule-by-id.d.mts +9 -0
- package/dist/actions/delete-schedule-by-id.d.mts.map +1 -0
- package/dist/actions/delete-schedule-by-id.mjs +13 -0
- package/dist/actions/delete-schedule-by-id.mjs.map +1 -0
- package/dist/actions/delete-schedule-override-by-id.cjs +19 -0
- package/dist/actions/delete-schedule-override-by-id.cjs.map +1 -0
- package/dist/actions/delete-schedule-override-by-id.d.cts +9 -0
- package/dist/actions/delete-schedule-override-by-id.d.cts.map +1 -0
- package/dist/actions/delete-schedule-override-by-id.d.mts +9 -0
- package/dist/actions/delete-schedule-override-by-id.d.mts.map +1 -0
- package/dist/actions/delete-schedule-override-by-id.mjs +16 -0
- package/dist/actions/delete-schedule-override-by-id.mjs.map +1 -0
- package/dist/actions/delete-service-by-id.cjs +16 -0
- package/dist/actions/delete-service-by-id.cjs.map +1 -0
- package/dist/actions/delete-service-by-id.d.cts +9 -0
- package/dist/actions/delete-service-by-id.d.cts.map +1 -0
- package/dist/actions/delete-service-by-id.d.mts +9 -0
- package/dist/actions/delete-service-by-id.d.mts.map +1 -0
- package/dist/actions/delete-service-by-id.mjs +13 -0
- package/dist/actions/delete-service-by-id.mjs.map +1 -0
- package/dist/actions/delete-service-rule-by-id.cjs +24 -0
- package/dist/actions/delete-service-rule-by-id.cjs.map +1 -0
- package/dist/actions/delete-service-rule-by-id.d.cts +9 -0
- package/dist/actions/delete-service-rule-by-id.d.cts.map +1 -0
- package/dist/actions/delete-service-rule-by-id.d.mts +9 -0
- package/dist/actions/delete-service-rule-by-id.d.mts.map +1 -0
- package/dist/actions/delete-service-rule-by-id.mjs +23 -0
- package/dist/actions/delete-service-rule-by-id.mjs.map +1 -0
- package/dist/actions/delete-status-page-postmortem.cjs +19 -0
- package/dist/actions/delete-status-page-postmortem.cjs.map +1 -0
- package/dist/actions/delete-status-page-postmortem.d.cts +9 -0
- package/dist/actions/delete-status-page-postmortem.d.cts.map +1 -0
- package/dist/actions/delete-status-page-postmortem.d.mts +9 -0
- package/dist/actions/delete-status-page-postmortem.d.mts.map +1 -0
- package/dist/actions/delete-status-page-postmortem.mjs +16 -0
- package/dist/actions/delete-status-page-postmortem.mjs.map +1 -0
- package/dist/actions/delete-status-update-notification-rule.cjs +19 -0
- package/dist/actions/delete-status-update-notification-rule.cjs.map +1 -0
- package/dist/actions/delete-status-update-notification-rule.d.cts +9 -0
- package/dist/actions/delete-status-update-notification-rule.d.cts.map +1 -0
- package/dist/actions/delete-status-update-notification-rule.d.mts +9 -0
- package/dist/actions/delete-status-update-notification-rule.d.mts.map +1 -0
- package/dist/actions/delete-status-update-notification-rule.mjs +16 -0
- package/dist/actions/delete-status-update-notification-rule.mjs.map +1 -0
- package/dist/actions/delete-subscription-from-status-page.cjs +24 -0
- package/dist/actions/delete-subscription-from-status-page.cjs.map +1 -0
- package/dist/actions/delete-subscription-from-status-page.d.cts +9 -0
- package/dist/actions/delete-subscription-from-status-page.d.cts.map +1 -0
- package/dist/actions/delete-subscription-from-status-page.d.mts +9 -0
- package/dist/actions/delete-subscription-from-status-page.d.mts.map +1 -0
- package/dist/actions/delete-subscription-from-status-page.mjs +23 -0
- package/dist/actions/delete-subscription-from-status-page.mjs.map +1 -0
- package/dist/actions/delete-tag-by-id.cjs +16 -0
- package/dist/actions/delete-tag-by-id.cjs.map +1 -0
- package/dist/actions/delete-tag-by-id.d.cts +9 -0
- package/dist/actions/delete-tag-by-id.d.cts.map +1 -0
- package/dist/actions/delete-tag-by-id.d.mts +9 -0
- package/dist/actions/delete-tag-by-id.d.mts.map +1 -0
- package/dist/actions/delete-tag-by-id.mjs +13 -0
- package/dist/actions/delete-tag-by-id.mjs.map +1 -0
- package/dist/actions/delete-team-by-id.cjs +19 -0
- package/dist/actions/delete-team-by-id.cjs.map +1 -0
- package/dist/actions/delete-team-by-id.d.cts +9 -0
- package/dist/actions/delete-team-by-id.d.cts.map +1 -0
- package/dist/actions/delete-team-by-id.d.mts +9 -0
- package/dist/actions/delete-team-by-id.d.mts.map +1 -0
- package/dist/actions/delete-team-by-id.mjs +16 -0
- package/dist/actions/delete-team-by-id.mjs.map +1 -0
- package/dist/actions/delete-team-escalation-policy.cjs +24 -0
- package/dist/actions/delete-team-escalation-policy.cjs.map +1 -0
- package/dist/actions/delete-team-escalation-policy.d.cts +9 -0
- package/dist/actions/delete-team-escalation-policy.d.cts.map +1 -0
- package/dist/actions/delete-team-escalation-policy.d.mts +9 -0
- package/dist/actions/delete-team-escalation-policy.d.mts.map +1 -0
- package/dist/actions/delete-team-escalation-policy.mjs +23 -0
- package/dist/actions/delete-team-escalation-policy.mjs.map +1 -0
- package/dist/actions/delete-team-from-automation-action.cjs +19 -0
- package/dist/actions/delete-team-from-automation-action.cjs.map +1 -0
- package/dist/actions/delete-team-from-automation-action.d.cts +9 -0
- package/dist/actions/delete-team-from-automation-action.d.cts.map +1 -0
- package/dist/actions/delete-team-from-automation-action.d.mts +9 -0
- package/dist/actions/delete-team-from-automation-action.d.mts.map +1 -0
- package/dist/actions/delete-team-from-automation-action.mjs +16 -0
- package/dist/actions/delete-team-from-automation-action.mjs.map +1 -0
- package/dist/actions/delete-template-by-id.cjs +16 -0
- package/dist/actions/delete-template-by-id.cjs.map +1 -0
- package/dist/actions/delete-template-by-id.d.cts +9 -0
- package/dist/actions/delete-template-by-id.d.cts.map +1 -0
- package/dist/actions/delete-template-by-id.d.mts +9 -0
- package/dist/actions/delete-template-by-id.d.mts.map +1 -0
- package/dist/actions/delete-template-by-id.mjs +13 -0
- package/dist/actions/delete-template-by-id.mjs.map +1 -0
- package/dist/actions/delete-user-by-id.cjs +16 -0
- package/dist/actions/delete-user-by-id.cjs.map +1 -0
- package/dist/actions/delete-user-by-id.d.cts +9 -0
- package/dist/actions/delete-user-by-id.d.cts.map +1 -0
- package/dist/actions/delete-user-by-id.d.mts +9 -0
- package/dist/actions/delete-user-by-id.d.mts.map +1 -0
- package/dist/actions/delete-user-by-id.mjs +13 -0
- package/dist/actions/delete-user-by-id.mjs.map +1 -0
- package/dist/actions/delete-user-contact-method.cjs +19 -0
- package/dist/actions/delete-user-contact-method.cjs.map +1 -0
- package/dist/actions/delete-user-contact-method.d.cts +9 -0
- package/dist/actions/delete-user-contact-method.d.cts.map +1 -0
- package/dist/actions/delete-user-contact-method.d.mts +9 -0
- package/dist/actions/delete-user-contact-method.d.mts.map +1 -0
- package/dist/actions/delete-user-contact-method.mjs +16 -0
- package/dist/actions/delete-user-contact-method.mjs.map +1 -0
- package/dist/actions/delete-user-from-team-by-id.cjs +19 -0
- package/dist/actions/delete-user-from-team-by-id.cjs.map +1 -0
- package/dist/actions/delete-user-from-team-by-id.d.cts +9 -0
- package/dist/actions/delete-user-from-team-by-id.d.cts.map +1 -0
- package/dist/actions/delete-user-from-team-by-id.d.mts +9 -0
- package/dist/actions/delete-user-from-team-by-id.d.mts.map +1 -0
- package/dist/actions/delete-user-from-team-by-id.mjs +16 -0
- package/dist/actions/delete-user-from-team-by-id.mjs.map +1 -0
- package/dist/actions/delete-user-notification-rule.cjs +19 -0
- package/dist/actions/delete-user-notification-rule.cjs.map +1 -0
- package/dist/actions/delete-user-notification-rule.d.cts +9 -0
- package/dist/actions/delete-user-notification-rule.d.cts.map +1 -0
- package/dist/actions/delete-user-notification-rule.d.mts +9 -0
- package/dist/actions/delete-user-notification-rule.d.mts.map +1 -0
- package/dist/actions/delete-user-notification-rule.mjs +16 -0
- package/dist/actions/delete-user-notification-rule.mjs.map +1 -0
- package/dist/actions/delete-user-session-by-id.cjs +16 -0
- package/dist/actions/delete-user-session-by-id.cjs.map +1 -0
- package/dist/actions/delete-user-session-by-id.d.cts +9 -0
- package/dist/actions/delete-user-session-by-id.d.cts.map +1 -0
- package/dist/actions/delete-user-session-by-id.d.mts +9 -0
- package/dist/actions/delete-user-session-by-id.d.mts.map +1 -0
- package/dist/actions/delete-user-session-by-id.mjs +13 -0
- package/dist/actions/delete-user-session-by-id.mjs.map +1 -0
- package/dist/actions/delete-user-session-by-type.cjs +20 -0
- package/dist/actions/delete-user-session-by-type.cjs.map +1 -0
- package/dist/actions/delete-user-session-by-type.d.cts +9 -0
- package/dist/actions/delete-user-session-by-type.d.cts.map +1 -0
- package/dist/actions/delete-user-session-by-type.d.mts +9 -0
- package/dist/actions/delete-user-session-by-type.d.mts.map +1 -0
- package/dist/actions/delete-user-session-by-type.mjs +17 -0
- package/dist/actions/delete-user-session-by-type.mjs.map +1 -0
- package/dist/actions/delete-webhook-subscription-by-id.cjs +16 -0
- package/dist/actions/delete-webhook-subscription-by-id.cjs.map +1 -0
- package/dist/actions/delete-webhook-subscription-by-id.d.cts +9 -0
- package/dist/actions/delete-webhook-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/delete-webhook-subscription-by-id.d.mts +9 -0
- package/dist/actions/delete-webhook-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/delete-webhook-subscription-by-id.mjs +13 -0
- package/dist/actions/delete-webhook-subscription-by-id.mjs.map +1 -0
- package/dist/actions/delete-workflow-integration-connection.cjs +19 -0
- package/dist/actions/delete-workflow-integration-connection.cjs.map +1 -0
- package/dist/actions/delete-workflow-integration-connection.d.cts +9 -0
- package/dist/actions/delete-workflow-integration-connection.d.cts.map +1 -0
- package/dist/actions/delete-workflow-integration-connection.d.mts +9 -0
- package/dist/actions/delete-workflow-integration-connection.d.mts.map +1 -0
- package/dist/actions/delete-workflow-integration-connection.mjs +16 -0
- package/dist/actions/delete-workflow-integration-connection.mjs.map +1 -0
- package/dist/actions/disassociate-service-dependencies.cjs +36 -0
- package/dist/actions/disassociate-service-dependencies.cjs.map +1 -0
- package/dist/actions/disassociate-service-dependencies.d.cts +9 -0
- package/dist/actions/disassociate-service-dependencies.d.cts.map +1 -0
- package/dist/actions/disassociate-service-dependencies.d.mts +9 -0
- package/dist/actions/disassociate-service-dependencies.d.mts.map +1 -0
- package/dist/actions/disassociate-service-dependencies.mjs +35 -0
- package/dist/actions/disassociate-service-dependencies.mjs.map +1 -0
- package/dist/actions/edit-webhook-subscription-by-id.cjs +50 -0
- package/dist/actions/edit-webhook-subscription-by-id.cjs.map +1 -0
- package/dist/actions/edit-webhook-subscription-by-id.d.cts +9 -0
- package/dist/actions/edit-webhook-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/edit-webhook-subscription-by-id.d.mts +9 -0
- package/dist/actions/edit-webhook-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/edit-webhook-subscription-by-id.mjs +49 -0
- package/dist/actions/edit-webhook-subscription-by-id.mjs.map +1 -0
- package/dist/actions/enable-extension-by-id.cjs +42 -0
- package/dist/actions/enable-extension-by-id.cjs.map +1 -0
- package/dist/actions/enable-extension-by-id.d.cts +9 -0
- package/dist/actions/enable-extension-by-id.d.cts.map +1 -0
- package/dist/actions/enable-extension-by-id.d.mts +9 -0
- package/dist/actions/enable-extension-by-id.d.mts.map +1 -0
- package/dist/actions/enable-extension-by-id.mjs +41 -0
- package/dist/actions/enable-extension-by-id.mjs.map +1 -0
- package/dist/actions/enable-webhook-subscription-by-id.cjs +43 -0
- package/dist/actions/enable-webhook-subscription-by-id.cjs.map +1 -0
- package/dist/actions/enable-webhook-subscription-by-id.d.cts +9 -0
- package/dist/actions/enable-webhook-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/enable-webhook-subscription-by-id.d.mts +9 -0
- package/dist/actions/enable-webhook-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/enable-webhook-subscription-by-id.mjs +42 -0
- package/dist/actions/enable-webhook-subscription-by-id.mjs.map +1 -0
- package/dist/actions/execute-response-play-by-id.cjs +21 -0
- package/dist/actions/execute-response-play-by-id.cjs.map +1 -0
- package/dist/actions/execute-response-play-by-id.d.cts +9 -0
- package/dist/actions/execute-response-play-by-id.d.cts.map +1 -0
- package/dist/actions/execute-response-play-by-id.d.mts +9 -0
- package/dist/actions/execute-response-play-by-id.d.mts.map +1 -0
- package/dist/actions/execute-response-play-by-id.mjs +18 -0
- package/dist/actions/execute-response-play-by-id.mjs.map +1 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.cjs +33 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.cjs.map +1 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.d.cts +9 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.d.cts.map +1 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.d.mts +9 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.d.mts.map +1 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.mjs +32 -0
- package/dist/actions/fetch-cache-variable-for-event-orchestration.mjs.map +1 -0
- package/dist/actions/fetch-custom-incident-field-by-id.cjs +42 -0
- package/dist/actions/fetch-custom-incident-field-by-id.cjs.map +1 -0
- package/dist/actions/fetch-custom-incident-field-by-id.d.cts +9 -0
- package/dist/actions/fetch-custom-incident-field-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-custom-incident-field-by-id.d.mts +9 -0
- package/dist/actions/fetch-custom-incident-field-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-custom-incident-field-by-id.mjs +41 -0
- package/dist/actions/fetch-custom-incident-field-by-id.mjs.map +1 -0
- package/dist/actions/fetch-escalation-polices-list.cjs +80 -0
- package/dist/actions/fetch-escalation-polices-list.cjs.map +1 -0
- package/dist/actions/fetch-escalation-polices-list.d.cts +9 -0
- package/dist/actions/fetch-escalation-polices-list.d.cts.map +1 -0
- package/dist/actions/fetch-escalation-polices-list.d.mts +9 -0
- package/dist/actions/fetch-escalation-polices-list.d.mts.map +1 -0
- package/dist/actions/fetch-escalation-polices-list.mjs +79 -0
- package/dist/actions/fetch-escalation-polices-list.mjs.map +1 -0
- package/dist/actions/fetch-event-orchestrations.cjs +63 -0
- package/dist/actions/fetch-event-orchestrations.cjs.map +1 -0
- package/dist/actions/fetch-event-orchestrations.d.cts +9 -0
- package/dist/actions/fetch-event-orchestrations.d.cts.map +1 -0
- package/dist/actions/fetch-event-orchestrations.d.mts +9 -0
- package/dist/actions/fetch-event-orchestrations.d.mts.map +1 -0
- package/dist/actions/fetch-event-orchestrations.mjs +62 -0
- package/dist/actions/fetch-event-orchestrations.mjs.map +1 -0
- package/dist/actions/fetch-incident-analytics-by-id.cjs +77 -0
- package/dist/actions/fetch-incident-analytics-by-id.cjs.map +1 -0
- package/dist/actions/fetch-incident-analytics-by-id.d.cts +9 -0
- package/dist/actions/fetch-incident-analytics-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-incident-analytics-by-id.d.mts +9 -0
- package/dist/actions/fetch-incident-analytics-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-incident-analytics-by-id.mjs +76 -0
- package/dist/actions/fetch-incident-analytics-by-id.mjs.map +1 -0
- package/dist/actions/fetch-incident-list.cjs +144 -0
- package/dist/actions/fetch-incident-list.cjs.map +1 -0
- package/dist/actions/fetch-incident-list.d.cts +9 -0
- package/dist/actions/fetch-incident-list.d.cts.map +1 -0
- package/dist/actions/fetch-incident-list.d.mts +9 -0
- package/dist/actions/fetch-incident-list.d.mts.map +1 -0
- package/dist/actions/fetch-incident-list.mjs +143 -0
- package/dist/actions/fetch-incident-list.mjs.map +1 -0
- package/dist/actions/fetch-outlier-incident-by-id.cjs +149 -0
- package/dist/actions/fetch-outlier-incident-by-id.cjs.map +1 -0
- package/dist/actions/fetch-outlier-incident-by-id.d.cts +9 -0
- package/dist/actions/fetch-outlier-incident-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-outlier-incident-by-id.d.mts +9 -0
- package/dist/actions/fetch-outlier-incident-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-outlier-incident-by-id.mjs +148 -0
- package/dist/actions/fetch-outlier-incident-by-id.mjs.map +1 -0
- package/dist/actions/fetch-post-update-status.cjs +34 -0
- package/dist/actions/fetch-post-update-status.cjs.map +1 -0
- package/dist/actions/fetch-post-update-status.d.cts +9 -0
- package/dist/actions/fetch-post-update-status.d.cts.map +1 -0
- package/dist/actions/fetch-post-update-status.d.mts +9 -0
- package/dist/actions/fetch-post-update-status.d.mts.map +1 -0
- package/dist/actions/fetch-post-update-status.mjs +33 -0
- package/dist/actions/fetch-post-update-status.mjs.map +1 -0
- package/dist/actions/fetch-priorities-list.cjs +41 -0
- package/dist/actions/fetch-priorities-list.cjs.map +1 -0
- package/dist/actions/fetch-priorities-list.d.cts +9 -0
- package/dist/actions/fetch-priorities-list.d.cts.map +1 -0
- package/dist/actions/fetch-priorities-list.d.mts +9 -0
- package/dist/actions/fetch-priorities-list.d.mts.map +1 -0
- package/dist/actions/fetch-priorities-list.mjs +40 -0
- package/dist/actions/fetch-priorities-list.mjs.map +1 -0
- package/dist/actions/fetch-related-change-events-for-incident.cjs +40 -0
- package/dist/actions/fetch-related-change-events-for-incident.cjs.map +1 -0
- package/dist/actions/fetch-related-change-events-for-incident.d.cts +9 -0
- package/dist/actions/fetch-related-change-events-for-incident.d.cts.map +1 -0
- package/dist/actions/fetch-related-change-events-for-incident.d.mts +9 -0
- package/dist/actions/fetch-related-change-events-for-incident.d.mts.map +1 -0
- package/dist/actions/fetch-related-change-events-for-incident.mjs +39 -0
- package/dist/actions/fetch-related-change-events-for-incident.mjs.map +1 -0
- package/dist/actions/fetch-related-incidents-by-id.cjs +157 -0
- package/dist/actions/fetch-related-incidents-by-id.cjs.map +1 -0
- package/dist/actions/fetch-related-incidents-by-id.d.cts +9 -0
- package/dist/actions/fetch-related-incidents-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-related-incidents-by-id.d.mts +9 -0
- package/dist/actions/fetch-related-incidents-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-related-incidents-by-id.mjs +156 -0
- package/dist/actions/fetch-related-incidents-by-id.mjs.map +1 -0
- package/dist/actions/fetch-runner-teams-integration.cjs +23 -0
- package/dist/actions/fetch-runner-teams-integration.cjs.map +1 -0
- package/dist/actions/fetch-runner-teams-integration.d.cts +9 -0
- package/dist/actions/fetch-runner-teams-integration.d.cts.map +1 -0
- package/dist/actions/fetch-runner-teams-integration.d.mts +9 -0
- package/dist/actions/fetch-runner-teams-integration.d.mts.map +1 -0
- package/dist/actions/fetch-runner-teams-integration.mjs +22 -0
- package/dist/actions/fetch-runner-teams-integration.mjs.map +1 -0
- package/dist/actions/fetch-status-pages.cjs +30 -0
- package/dist/actions/fetch-status-pages.cjs.map +1 -0
- package/dist/actions/fetch-status-pages.d.cts +9 -0
- package/dist/actions/fetch-status-pages.d.cts.map +1 -0
- package/dist/actions/fetch-status-pages.d.mts +9 -0
- package/dist/actions/fetch-status-pages.d.mts.map +1 -0
- package/dist/actions/fetch-status-pages.mjs +29 -0
- package/dist/actions/fetch-status-pages.mjs.map +1 -0
- package/dist/actions/fetch-user-contact-method.cjs +32 -0
- package/dist/actions/fetch-user-contact-method.cjs.map +1 -0
- package/dist/actions/fetch-user-contact-method.d.cts +9 -0
- package/dist/actions/fetch-user-contact-method.d.cts.map +1 -0
- package/dist/actions/fetch-user-contact-method.d.mts +9 -0
- package/dist/actions/fetch-user-contact-method.d.mts.map +1 -0
- package/dist/actions/fetch-user-contact-method.mjs +29 -0
- package/dist/actions/fetch-user-contact-method.mjs.map +1 -0
- package/dist/actions/fetch-vendor-list.cjs +45 -0
- package/dist/actions/fetch-vendor-list.cjs.map +1 -0
- package/dist/actions/fetch-vendor-list.d.cts +9 -0
- package/dist/actions/fetch-vendor-list.d.cts.map +1 -0
- package/dist/actions/fetch-vendor-list.d.mts +9 -0
- package/dist/actions/fetch-vendor-list.d.mts.map +1 -0
- package/dist/actions/fetch-vendor-list.mjs +44 -0
- package/dist/actions/fetch-vendor-list.mjs.map +1 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.cjs +85 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.cjs.map +1 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.d.cts +9 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.d.cts.map +1 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.d.mts +9 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.d.mts.map +1 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.mjs +84 -0
- package/dist/actions/filter-and-aggregate-incident-metrics.mjs.map +1 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.cjs +29 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.cjs.map +1 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.d.cts +9 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.d.cts.map +1 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.d.mts +9 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.d.mts.map +1 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.mjs +28 -0
- package/dist/actions/get-a-field-option-on-a-custom-field.mjs.map +1 -0
- package/dist/actions/get-a-trigger.cjs +55 -0
- package/dist/actions/get-a-trigger.cjs.map +1 -0
- package/dist/actions/get-a-trigger.d.cts +9 -0
- package/dist/actions/get-a-trigger.d.cts.map +1 -0
- package/dist/actions/get-a-trigger.d.mts +9 -0
- package/dist/actions/get-a-trigger.d.mts.map +1 -0
- package/dist/actions/get-a-trigger.mjs +54 -0
- package/dist/actions/get-a-trigger.mjs.map +1 -0
- package/dist/actions/get-addons-list.cjs +46 -0
- package/dist/actions/get-addons-list.cjs.map +1 -0
- package/dist/actions/get-addons-list.d.cts +9 -0
- package/dist/actions/get-addons-list.d.cts.map +1 -0
- package/dist/actions/get-addons-list.d.mts +9 -0
- package/dist/actions/get-addons-list.d.mts.map +1 -0
- package/dist/actions/get-addons-list.mjs +45 -0
- package/dist/actions/get-addons-list.mjs.map +1 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.cjs +51 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.cjs.map +1 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.d.cts +9 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.d.cts.map +1 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.d.mts +9 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.d.mts.map +1 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.mjs +50 -0
- package/dist/actions/get-aggregated-pd-advance-usage-data.mjs.map +1 -0
- package/dist/actions/get-alert-grouping-settings.cjs +41 -0
- package/dist/actions/get-alert-grouping-settings.cjs.map +1 -0
- package/dist/actions/get-alert-grouping-settings.d.cts +9 -0
- package/dist/actions/get-alert-grouping-settings.d.cts.map +1 -0
- package/dist/actions/get-alert-grouping-settings.d.mts +9 -0
- package/dist/actions/get-alert-grouping-settings.d.mts.map +1 -0
- package/dist/actions/get-alert-grouping-settings.mjs +40 -0
- package/dist/actions/get-alert-grouping-settings.mjs.map +1 -0
- package/dist/actions/get-alerts-by-incident-id.cjs +99 -0
- package/dist/actions/get-alerts-by-incident-id.cjs.map +1 -0
- package/dist/actions/get-alerts-by-incident-id.d.cts +9 -0
- package/dist/actions/get-alerts-by-incident-id.d.cts.map +1 -0
- package/dist/actions/get-alerts-by-incident-id.d.mts +9 -0
- package/dist/actions/get-alerts-by-incident-id.d.mts.map +1 -0
- package/dist/actions/get-alerts-by-incident-id.mjs +98 -0
- package/dist/actions/get-alerts-by-incident-id.mjs.map +1 -0
- package/dist/actions/get-an-incident-type-custom-field.cjs +47 -0
- package/dist/actions/get-an-incident-type-custom-field.cjs.map +1 -0
- package/dist/actions/get-an-incident-type-custom-field.d.cts +9 -0
- package/dist/actions/get-an-incident-type-custom-field.d.cts.map +1 -0
- package/dist/actions/get-an-incident-type-custom-field.d.mts +9 -0
- package/dist/actions/get-an-incident-type-custom-field.d.mts.map +1 -0
- package/dist/actions/get-an-incident-type-custom-field.mjs +46 -0
- package/dist/actions/get-an-incident-type-custom-field.mjs.map +1 -0
- package/dist/actions/get-an-incident-type.cjs +31 -0
- package/dist/actions/get-an-incident-type.cjs.map +1 -0
- package/dist/actions/get-an-incident-type.d.cts +9 -0
- package/dist/actions/get-an-incident-type.d.cts.map +1 -0
- package/dist/actions/get-an-incident-type.d.mts +9 -0
- package/dist/actions/get-an-incident-type.d.mts.map +1 -0
- package/dist/actions/get-an-incident-type.mjs +30 -0
- package/dist/actions/get-an-incident-type.mjs.map +1 -0
- package/dist/actions/get-analytics-metrics-incidents-all.cjs +72 -0
- package/dist/actions/get-analytics-metrics-incidents-all.cjs.map +1 -0
- package/dist/actions/get-analytics-metrics-incidents-all.d.cts +9 -0
- package/dist/actions/get-analytics-metrics-incidents-all.d.cts.map +1 -0
- package/dist/actions/get-analytics-metrics-incidents-all.d.mts +9 -0
- package/dist/actions/get-analytics-metrics-incidents-all.d.mts.map +1 -0
- package/dist/actions/get-analytics-metrics-incidents-all.mjs +71 -0
- package/dist/actions/get-analytics-metrics-incidents-all.mjs.map +1 -0
- package/dist/actions/get-analytics-metrics-users-all.cjs +45 -0
- package/dist/actions/get-analytics-metrics-users-all.cjs.map +1 -0
- package/dist/actions/get-analytics-metrics-users-all.d.cts +9 -0
- package/dist/actions/get-analytics-metrics-users-all.d.cts.map +1 -0
- package/dist/actions/get-analytics-metrics-users-all.d.mts +9 -0
- package/dist/actions/get-analytics-metrics-users-all.d.mts.map +1 -0
- package/dist/actions/get-analytics-metrics-users-all.mjs +44 -0
- package/dist/actions/get-analytics-metrics-users-all.mjs.map +1 -0
- package/dist/actions/get-analytics-raw-incidents-responses.cjs +38 -0
- package/dist/actions/get-analytics-raw-incidents-responses.cjs.map +1 -0
- package/dist/actions/get-analytics-raw-incidents-responses.d.cts +9 -0
- package/dist/actions/get-analytics-raw-incidents-responses.d.cts.map +1 -0
- package/dist/actions/get-analytics-raw-incidents-responses.d.mts +9 -0
- package/dist/actions/get-analytics-raw-incidents-responses.d.mts.map +1 -0
- package/dist/actions/get-analytics-raw-incidents-responses.mjs +37 -0
- package/dist/actions/get-analytics-raw-incidents-responses.mjs.map +1 -0
- package/dist/actions/get-analytics-raw-users.cjs +72 -0
- package/dist/actions/get-analytics-raw-users.cjs.map +1 -0
- package/dist/actions/get-analytics-raw-users.d.cts +9 -0
- package/dist/actions/get-analytics-raw-users.d.cts.map +1 -0
- package/dist/actions/get-analytics-raw-users.d.mts +9 -0
- package/dist/actions/get-analytics-raw-users.d.mts.map +1 -0
- package/dist/actions/get-analytics-raw-users.mjs +71 -0
- package/dist/actions/get-analytics-raw-users.mjs.map +1 -0
- package/dist/actions/get-audit-records.cjs +100 -0
- package/dist/actions/get-audit-records.cjs.map +1 -0
- package/dist/actions/get-audit-records.d.cts +9 -0
- package/dist/actions/get-audit-records.d.cts.map +1 -0
- package/dist/actions/get-audit-records.d.mts +9 -0
- package/dist/actions/get-audit-records.d.mts.map +1 -0
- package/dist/actions/get-audit-records.mjs +99 -0
- package/dist/actions/get-audit-records.mjs.map +1 -0
- package/dist/actions/get-automation-action-by-id.cjs +28 -0
- package/dist/actions/get-automation-action-by-id.cjs.map +1 -0
- package/dist/actions/get-automation-action-by-id.d.cts +9 -0
- package/dist/actions/get-automation-action-by-id.d.cts.map +1 -0
- package/dist/actions/get-automation-action-by-id.d.mts +9 -0
- package/dist/actions/get-automation-action-by-id.d.mts.map +1 -0
- package/dist/actions/get-automation-action-by-id.mjs +27 -0
- package/dist/actions/get-automation-action-by-id.mjs.map +1 -0
- package/dist/actions/get-automation-action-runner-by-id.cjs +26 -0
- package/dist/actions/get-automation-action-runner-by-id.cjs.map +1 -0
- package/dist/actions/get-automation-action-runner-by-id.d.cts +9 -0
- package/dist/actions/get-automation-action-runner-by-id.d.cts.map +1 -0
- package/dist/actions/get-automation-action-runner-by-id.d.mts +9 -0
- package/dist/actions/get-automation-action-runner-by-id.d.mts.map +1 -0
- package/dist/actions/get-automation-action-runner-by-id.mjs +25 -0
- package/dist/actions/get-automation-action-runner-by-id.mjs.map +1 -0
- package/dist/actions/get-automation-action-team-by-team-id.cjs +23 -0
- package/dist/actions/get-automation-action-team-by-team-id.cjs.map +1 -0
- package/dist/actions/get-automation-action-team-by-team-id.d.cts +9 -0
- package/dist/actions/get-automation-action-team-by-team-id.d.cts.map +1 -0
- package/dist/actions/get-automation-action-team-by-team-id.d.mts +9 -0
- package/dist/actions/get-automation-action-team-by-team-id.d.mts.map +1 -0
- package/dist/actions/get-automation-action-team-by-team-id.mjs +22 -0
- package/dist/actions/get-automation-action-team-by-team-id.mjs.map +1 -0
- package/dist/actions/get-automation-actions-runners.cjs +35 -0
- package/dist/actions/get-automation-actions-runners.cjs.map +1 -0
- package/dist/actions/get-automation-actions-runners.d.cts +9 -0
- package/dist/actions/get-automation-actions-runners.d.cts.map +1 -0
- package/dist/actions/get-automation-actions-runners.d.mts +9 -0
- package/dist/actions/get-automation-actions-runners.d.mts.map +1 -0
- package/dist/actions/get-automation-actions-runners.mjs +34 -0
- package/dist/actions/get-automation-actions-runners.mjs.map +1 -0
- package/dist/actions/get-business-service-subscribers-by-id.cjs +27 -0
- package/dist/actions/get-business-service-subscribers-by-id.cjs.map +1 -0
- package/dist/actions/get-business-service-subscribers-by-id.d.cts +9 -0
- package/dist/actions/get-business-service-subscribers-by-id.d.cts.map +1 -0
- package/dist/actions/get-business-service-subscribers-by-id.d.mts +9 -0
- package/dist/actions/get-business-service-subscribers-by-id.d.mts.map +1 -0
- package/dist/actions/get-business-service-subscribers-by-id.mjs +26 -0
- package/dist/actions/get-business-service-subscribers-by-id.mjs.map +1 -0
- package/dist/actions/get-business-services-impacts.cjs +37 -0
- package/dist/actions/get-business-services-impacts.cjs.map +1 -0
- package/dist/actions/get-business-services-impacts.d.cts +9 -0
- package/dist/actions/get-business-services-impacts.d.cts.map +1 -0
- package/dist/actions/get-business-services-impacts.d.mts +9 -0
- package/dist/actions/get-business-services-impacts.d.mts.map +1 -0
- package/dist/actions/get-business-services-impacts.mjs +36 -0
- package/dist/actions/get-business-services-impacts.mjs.map +1 -0
- package/dist/actions/get-business-services-priority-thresholds.cjs +26 -0
- package/dist/actions/get-business-services-priority-thresholds.cjs.map +1 -0
- package/dist/actions/get-business-services-priority-thresholds.d.cts +9 -0
- package/dist/actions/get-business-services-priority-thresholds.d.cts.map +1 -0
- package/dist/actions/get-business-services-priority-thresholds.d.mts +9 -0
- package/dist/actions/get-business-services-priority-thresholds.d.mts.map +1 -0
- package/dist/actions/get-business-services-priority-thresholds.mjs +25 -0
- package/dist/actions/get-business-services-priority-thresholds.mjs.map +1 -0
- package/dist/actions/get-cache-variable-by-id.cjs +33 -0
- package/dist/actions/get-cache-variable-by-id.cjs.map +1 -0
- package/dist/actions/get-cache-variable-by-id.d.cts +9 -0
- package/dist/actions/get-cache-variable-by-id.d.cts.map +1 -0
- package/dist/actions/get-cache-variable-by-id.d.mts +9 -0
- package/dist/actions/get-cache-variable-by-id.d.mts.map +1 -0
- package/dist/actions/get-cache-variable-by-id.mjs +32 -0
- package/dist/actions/get-cache-variable-by-id.mjs.map +1 -0
- package/dist/actions/get-cache-variables-for-service.cjs +28 -0
- package/dist/actions/get-cache-variables-for-service.cjs.map +1 -0
- package/dist/actions/get-cache-variables-for-service.d.cts +9 -0
- package/dist/actions/get-cache-variables-for-service.d.cts.map +1 -0
- package/dist/actions/get-cache-variables-for-service.d.mts +9 -0
- package/dist/actions/get-cache-variables-for-service.d.mts.map +1 -0
- package/dist/actions/get-cache-variables-for-service.mjs +27 -0
- package/dist/actions/get-cache-variables-for-service.mjs.map +1 -0
- package/dist/actions/get-escalation-policy-by-id.cjs +64 -0
- package/dist/actions/get-escalation-policy-by-id.cjs.map +1 -0
- package/dist/actions/get-escalation-policy-by-id.d.cts +9 -0
- package/dist/actions/get-escalation-policy-by-id.d.cts.map +1 -0
- package/dist/actions/get-escalation-policy-by-id.d.mts +9 -0
- package/dist/actions/get-escalation-policy-by-id.d.mts.map +1 -0
- package/dist/actions/get-escalation-policy-by-id.mjs +63 -0
- package/dist/actions/get-escalation-policy-by-id.mjs.map +1 -0
- package/dist/actions/get-event-integrations-by-id.cjs +29 -0
- package/dist/actions/get-event-integrations-by-id.cjs.map +1 -0
- package/dist/actions/get-event-integrations-by-id.d.cts +9 -0
- package/dist/actions/get-event-integrations-by-id.d.cts.map +1 -0
- package/dist/actions/get-event-integrations-by-id.d.mts +9 -0
- package/dist/actions/get-event-integrations-by-id.d.mts.map +1 -0
- package/dist/actions/get-event-integrations-by-id.mjs +28 -0
- package/dist/actions/get-event-integrations-by-id.mjs.map +1 -0
- package/dist/actions/get-event-orchestration-by-id.cjs +44 -0
- package/dist/actions/get-event-orchestration-by-id.cjs.map +1 -0
- package/dist/actions/get-event-orchestration-by-id.d.cts +9 -0
- package/dist/actions/get-event-orchestration-by-id.d.cts.map +1 -0
- package/dist/actions/get-event-orchestration-by-id.d.mts +9 -0
- package/dist/actions/get-event-orchestration-by-id.d.mts.map +1 -0
- package/dist/actions/get-event-orchestration-by-id.mjs +43 -0
- package/dist/actions/get-event-orchestration-by-id.mjs.map +1 -0
- package/dist/actions/get-event-orchestration-cache-variables.cjs +40 -0
- package/dist/actions/get-event-orchestration-cache-variables.cjs.map +1 -0
- package/dist/actions/get-event-orchestration-cache-variables.d.cts +9 -0
- package/dist/actions/get-event-orchestration-cache-variables.d.cts.map +1 -0
- package/dist/actions/get-event-orchestration-cache-variables.d.mts +9 -0
- package/dist/actions/get-event-orchestration-cache-variables.d.mts.map +1 -0
- package/dist/actions/get-event-orchestration-cache-variables.mjs +39 -0
- package/dist/actions/get-event-orchestration-cache-variables.mjs.map +1 -0
- package/dist/actions/get-event-orchestration-global.cjs +16 -0
- package/dist/actions/get-event-orchestration-global.cjs.map +1 -0
- package/dist/actions/get-event-orchestration-global.d.cts +9 -0
- package/dist/actions/get-event-orchestration-global.d.cts.map +1 -0
- package/dist/actions/get-event-orchestration-global.d.mts +9 -0
- package/dist/actions/get-event-orchestration-global.d.mts.map +1 -0
- package/dist/actions/get-event-orchestration-global.mjs +13 -0
- package/dist/actions/get-event-orchestration-global.mjs.map +1 -0
- package/dist/actions/get-event-orchestration-integration.cjs +28 -0
- package/dist/actions/get-event-orchestration-integration.cjs.map +1 -0
- package/dist/actions/get-event-orchestration-integration.d.cts +9 -0
- package/dist/actions/get-event-orchestration-integration.d.cts.map +1 -0
- package/dist/actions/get-event-orchestration-integration.d.mts +9 -0
- package/dist/actions/get-event-orchestration-integration.d.mts.map +1 -0
- package/dist/actions/get-event-orchestration-integration.mjs +27 -0
- package/dist/actions/get-event-orchestration-integration.mjs.map +1 -0
- package/dist/actions/get-extension-schema-by-id.cjs +31 -0
- package/dist/actions/get-extension-schema-by-id.cjs.map +1 -0
- package/dist/actions/get-extension-schema-by-id.d.cts +9 -0
- package/dist/actions/get-extension-schema-by-id.d.cts.map +1 -0
- package/dist/actions/get-extension-schema-by-id.d.mts +9 -0
- package/dist/actions/get-extension-schema-by-id.d.mts.map +1 -0
- package/dist/actions/get-extension-schema-by-id.mjs +28 -0
- package/dist/actions/get-extension-schema-by-id.mjs.map +1 -0
- package/dist/actions/get-impact-by-status-page-id.cjs +19 -0
- package/dist/actions/get-impact-by-status-page-id.cjs.map +1 -0
- package/dist/actions/get-impact-by-status-page-id.d.cts +9 -0
- package/dist/actions/get-impact-by-status-page-id.d.cts.map +1 -0
- package/dist/actions/get-impact-by-status-page-id.d.mts +9 -0
- package/dist/actions/get-impact-by-status-page-id.d.mts.map +1 -0
- package/dist/actions/get-impact-by-status-page-id.mjs +16 -0
- package/dist/actions/get-impact-by-status-page-id.mjs.map +1 -0
- package/dist/actions/get-incident-alert-details.cjs +19 -0
- package/dist/actions/get-incident-alert-details.cjs.map +1 -0
- package/dist/actions/get-incident-alert-details.d.cts +9 -0
- package/dist/actions/get-incident-alert-details.d.cts.map +1 -0
- package/dist/actions/get-incident-alert-details.d.mts +9 -0
- package/dist/actions/get-incident-alert-details.d.mts.map +1 -0
- package/dist/actions/get-incident-alert-details.mjs +16 -0
- package/dist/actions/get-incident-alert-details.mjs.map +1 -0
- package/dist/actions/get-incident-log-entries-by-id.cjs +71 -0
- package/dist/actions/get-incident-log-entries-by-id.cjs.map +1 -0
- package/dist/actions/get-incident-log-entries-by-id.d.cts +9 -0
- package/dist/actions/get-incident-log-entries-by-id.d.cts.map +1 -0
- package/dist/actions/get-incident-log-entries-by-id.d.mts +9 -0
- package/dist/actions/get-incident-log-entries-by-id.d.mts.map +1 -0
- package/dist/actions/get-incident-log-entries-by-id.mjs +70 -0
- package/dist/actions/get-incident-log-entries-by-id.mjs.map +1 -0
- package/dist/actions/get-incident-workflow-action-by-id.cjs +39 -0
- package/dist/actions/get-incident-workflow-action-by-id.cjs.map +1 -0
- package/dist/actions/get-incident-workflow-action-by-id.d.cts +9 -0
- package/dist/actions/get-incident-workflow-action-by-id.d.cts.map +1 -0
- package/dist/actions/get-incident-workflow-action-by-id.d.mts +9 -0
- package/dist/actions/get-incident-workflow-action-by-id.d.mts.map +1 -0
- package/dist/actions/get-incident-workflow-action-by-id.mjs +38 -0
- package/dist/actions/get-incident-workflow-action-by-id.mjs.map +1 -0
- package/dist/actions/get-incident-workflows-actions.cjs +40 -0
- package/dist/actions/get-incident-workflows-actions.cjs.map +1 -0
- package/dist/actions/get-incident-workflows-actions.d.cts +9 -0
- package/dist/actions/get-incident-workflows-actions.d.cts.map +1 -0
- package/dist/actions/get-incident-workflows-actions.d.mts +9 -0
- package/dist/actions/get-incident-workflows-actions.d.mts.map +1 -0
- package/dist/actions/get-incident-workflows-actions.mjs +39 -0
- package/dist/actions/get-incident-workflows-actions.mjs.map +1 -0
- package/dist/actions/get-incident-workflows.cjs +37 -0
- package/dist/actions/get-incident-workflows.cjs.map +1 -0
- package/dist/actions/get-incident-workflows.d.cts +9 -0
- package/dist/actions/get-incident-workflows.d.cts.map +1 -0
- package/dist/actions/get-incident-workflows.d.mts +9 -0
- package/dist/actions/get-incident-workflows.d.mts.map +1 -0
- package/dist/actions/get-incident-workflows.mjs +36 -0
- package/dist/actions/get-incident-workflows.mjs.map +1 -0
- package/dist/actions/get-jira-cloud-account-mappings.cjs +35 -0
- package/dist/actions/get-jira-cloud-account-mappings.cjs.map +1 -0
- package/dist/actions/get-jira-cloud-account-mappings.d.cts +9 -0
- package/dist/actions/get-jira-cloud-account-mappings.d.cts.map +1 -0
- package/dist/actions/get-jira-cloud-account-mappings.d.mts +9 -0
- package/dist/actions/get-jira-cloud-account-mappings.d.mts.map +1 -0
- package/dist/actions/get-jira-cloud-account-mappings.mjs +34 -0
- package/dist/actions/get-jira-cloud-account-mappings.mjs.map +1 -0
- package/dist/actions/get-log-entries.cjs +87 -0
- package/dist/actions/get-log-entries.cjs.map +1 -0
- package/dist/actions/get-log-entries.d.cts +9 -0
- package/dist/actions/get-log-entries.d.cts.map +1 -0
- package/dist/actions/get-log-entries.d.mts +9 -0
- package/dist/actions/get-log-entries.d.mts.map +1 -0
- package/dist/actions/get-log-entries.mjs +86 -0
- package/dist/actions/get-log-entries.mjs.map +1 -0
- package/dist/actions/get-maintenance-window-by-id.cjs +57 -0
- package/dist/actions/get-maintenance-window-by-id.cjs.map +1 -0
- package/dist/actions/get-maintenance-window-by-id.d.cts +9 -0
- package/dist/actions/get-maintenance-window-by-id.d.cts.map +1 -0
- package/dist/actions/get-maintenance-window-by-id.d.mts +9 -0
- package/dist/actions/get-maintenance-window-by-id.d.mts.map +1 -0
- package/dist/actions/get-maintenance-window-by-id.mjs +56 -0
- package/dist/actions/get-maintenance-window-by-id.mjs.map +1 -0
- package/dist/actions/get-paused-incident-alerts.cjs +27 -0
- package/dist/actions/get-paused-incident-alerts.cjs.map +1 -0
- package/dist/actions/get-paused-incident-alerts.d.cts +9 -0
- package/dist/actions/get-paused-incident-alerts.d.cts.map +1 -0
- package/dist/actions/get-paused-incident-alerts.d.mts +9 -0
- package/dist/actions/get-paused-incident-alerts.d.mts.map +1 -0
- package/dist/actions/get-paused-incident-alerts.mjs +26 -0
- package/dist/actions/get-paused-incident-alerts.mjs.map +1 -0
- package/dist/actions/get-post-from-status-page-by-id.cjs +47 -0
- package/dist/actions/get-post-from-status-page-by-id.cjs.map +1 -0
- package/dist/actions/get-post-from-status-page-by-id.d.cts +9 -0
- package/dist/actions/get-post-from-status-page-by-id.d.cts.map +1 -0
- package/dist/actions/get-post-from-status-page-by-id.d.mts +9 -0
- package/dist/actions/get-post-from-status-page-by-id.d.mts.map +1 -0
- package/dist/actions/get-post-from-status-page-by-id.mjs +46 -0
- package/dist/actions/get-post-from-status-page-by-id.mjs.map +1 -0
- package/dist/actions/get-rule-from-ruleset-by-id.cjs +98 -0
- package/dist/actions/get-rule-from-ruleset-by-id.cjs.map +1 -0
- package/dist/actions/get-rule-from-ruleset-by-id.d.cts +9 -0
- package/dist/actions/get-rule-from-ruleset-by-id.d.cts.map +1 -0
- package/dist/actions/get-rule-from-ruleset-by-id.d.mts +9 -0
- package/dist/actions/get-rule-from-ruleset-by-id.d.mts.map +1 -0
- package/dist/actions/get-rule-from-ruleset-by-id.mjs +97 -0
- package/dist/actions/get-rule-from-ruleset-by-id.mjs.map +1 -0
- package/dist/actions/get-schedules.cjs +101 -0
- package/dist/actions/get-schedules.cjs.map +1 -0
- package/dist/actions/get-schedules.d.cts +9 -0
- package/dist/actions/get-schedules.d.cts.map +1 -0
- package/dist/actions/get-schedules.d.mts +9 -0
- package/dist/actions/get-schedules.d.mts.map +1 -0
- package/dist/actions/get-schedules.mjs +100 -0
- package/dist/actions/get-schedules.mjs.map +1 -0
- package/dist/actions/get-scim-resource-types.cjs +30 -0
- package/dist/actions/get-scim-resource-types.cjs.map +1 -0
- package/dist/actions/get-scim-resource-types.d.cts +9 -0
- package/dist/actions/get-scim-resource-types.d.cts.map +1 -0
- package/dist/actions/get-scim-resource-types.d.mts +9 -0
- package/dist/actions/get-scim-resource-types.d.mts.map +1 -0
- package/dist/actions/get-scim-resource-types.mjs +29 -0
- package/dist/actions/get-scim-resource-types.mjs.map +1 -0
- package/dist/actions/get-scim-schema-by-id.cjs +37 -0
- package/dist/actions/get-scim-schema-by-id.cjs.map +1 -0
- package/dist/actions/get-scim-schema-by-id.d.cts +9 -0
- package/dist/actions/get-scim-schema-by-id.d.cts.map +1 -0
- package/dist/actions/get-scim-schema-by-id.d.mts +9 -0
- package/dist/actions/get-scim-schema-by-id.d.mts.map +1 -0
- package/dist/actions/get-scim-schema-by-id.mjs +36 -0
- package/dist/actions/get-scim-schema-by-id.mjs.map +1 -0
- package/dist/actions/get-scim-service-provider-config.cjs +49 -0
- package/dist/actions/get-scim-service-provider-config.cjs.map +1 -0
- package/dist/actions/get-scim-service-provider-config.d.cts +9 -0
- package/dist/actions/get-scim-service-provider-config.d.cts.map +1 -0
- package/dist/actions/get-scim-service-provider-config.d.mts +9 -0
- package/dist/actions/get-scim-service-provider-config.d.mts.map +1 -0
- package/dist/actions/get-scim-service-provider-config.mjs +48 -0
- package/dist/actions/get-scim-service-provider-config.mjs.map +1 -0
- package/dist/actions/get-scim-user.cjs +38 -0
- package/dist/actions/get-scim-user.cjs.map +1 -0
- package/dist/actions/get-scim-user.d.cts +9 -0
- package/dist/actions/get-scim-user.d.cts.map +1 -0
- package/dist/actions/get-scim-user.d.mts +9 -0
- package/dist/actions/get-scim-user.d.mts.map +1 -0
- package/dist/actions/get-scim-user.mjs +37 -0
- package/dist/actions/get-scim-user.mjs.map +1 -0
- package/dist/actions/get-service-custom-field-values.cjs +26 -0
- package/dist/actions/get-service-custom-field-values.cjs.map +1 -0
- package/dist/actions/get-service-custom-field-values.d.cts +9 -0
- package/dist/actions/get-service-custom-field-values.d.cts.map +1 -0
- package/dist/actions/get-service-custom-field-values.d.mts +9 -0
- package/dist/actions/get-service-custom-field-values.d.mts.map +1 -0
- package/dist/actions/get-service-custom-field-values.mjs +25 -0
- package/dist/actions/get-service-custom-field-values.mjs.map +1 -0
- package/dist/actions/get-service-enablements.cjs +22 -0
- package/dist/actions/get-service-enablements.cjs.map +1 -0
- package/dist/actions/get-service-enablements.d.cts +9 -0
- package/dist/actions/get-service-enablements.d.cts.map +1 -0
- package/dist/actions/get-service-enablements.d.mts +9 -0
- package/dist/actions/get-service-enablements.d.mts.map +1 -0
- package/dist/actions/get-service-enablements.mjs +21 -0
- package/dist/actions/get-service-enablements.mjs.map +1 -0
- package/dist/actions/get-service-impacts-by-url-slug.cjs +32 -0
- package/dist/actions/get-service-impacts-by-url-slug.cjs.map +1 -0
- package/dist/actions/get-service-impacts-by-url-slug.d.cts +9 -0
- package/dist/actions/get-service-impacts-by-url-slug.d.cts.map +1 -0
- package/dist/actions/get-service-impacts-by-url-slug.d.mts +9 -0
- package/dist/actions/get-service-impacts-by-url-slug.d.mts.map +1 -0
- package/dist/actions/get-service-impacts-by-url-slug.mjs +31 -0
- package/dist/actions/get-service-impacts-by-url-slug.mjs.map +1 -0
- package/dist/actions/get-severity-for-status-page.cjs +25 -0
- package/dist/actions/get-severity-for-status-page.cjs.map +1 -0
- package/dist/actions/get-severity-for-status-page.d.cts +9 -0
- package/dist/actions/get-severity-for-status-page.d.cts.map +1 -0
- package/dist/actions/get-severity-for-status-page.d.mts +9 -0
- package/dist/actions/get-severity-for-status-page.d.mts.map +1 -0
- package/dist/actions/get-severity-for-status-page.mjs +24 -0
- package/dist/actions/get-severity-for-status-page.mjs.map +1 -0
- package/dist/actions/get-specific-post-update-status.cjs +52 -0
- package/dist/actions/get-specific-post-update-status.cjs.map +1 -0
- package/dist/actions/get-specific-post-update-status.d.cts +9 -0
- package/dist/actions/get-specific-post-update-status.d.cts.map +1 -0
- package/dist/actions/get-specific-post-update-status.d.mts +9 -0
- package/dist/actions/get-specific-post-update-status.d.mts.map +1 -0
- package/dist/actions/get-specific-post-update-status.mjs +51 -0
- package/dist/actions/get-specific-post-update-status.mjs.map +1 -0
- package/dist/actions/get-status-dashboard-by-id.cjs +21 -0
- package/dist/actions/get-status-dashboard-by-id.cjs.map +1 -0
- package/dist/actions/get-status-dashboard-by-id.d.cts +9 -0
- package/dist/actions/get-status-dashboard-by-id.d.cts.map +1 -0
- package/dist/actions/get-status-dashboard-by-id.d.mts +9 -0
- package/dist/actions/get-status-dashboard-by-id.d.mts.map +1 -0
- package/dist/actions/get-status-dashboard-by-id.mjs +20 -0
- package/dist/actions/get-status-dashboard-by-id.mjs.map +1 -0
- package/dist/actions/get-status-for-status-page-by-id.cjs +25 -0
- package/dist/actions/get-status-for-status-page-by-id.cjs.map +1 -0
- package/dist/actions/get-status-for-status-page-by-id.d.cts +9 -0
- package/dist/actions/get-status-for-status-page-by-id.d.cts.map +1 -0
- package/dist/actions/get-status-for-status-page-by-id.d.mts +9 -0
- package/dist/actions/get-status-for-status-page-by-id.d.mts.map +1 -0
- package/dist/actions/get-status-for-status-page-by-id.mjs +24 -0
- package/dist/actions/get-status-for-status-page-by-id.mjs.map +1 -0
- package/dist/actions/get-status-page-impacts-by-id.cjs +31 -0
- package/dist/actions/get-status-page-impacts-by-id.cjs.map +1 -0
- package/dist/actions/get-status-page-impacts-by-id.d.cts +9 -0
- package/dist/actions/get-status-page-impacts-by-id.d.cts.map +1 -0
- package/dist/actions/get-status-page-impacts-by-id.d.mts +9 -0
- package/dist/actions/get-status-page-impacts-by-id.d.mts.map +1 -0
- package/dist/actions/get-status-page-impacts-by-id.mjs +30 -0
- package/dist/actions/get-status-page-impacts-by-id.mjs.map +1 -0
- package/dist/actions/get-status-page-subscription.cjs +36 -0
- package/dist/actions/get-status-page-subscription.cjs.map +1 -0
- package/dist/actions/get-status-page-subscription.d.cts +9 -0
- package/dist/actions/get-status-page-subscription.d.cts.map +1 -0
- package/dist/actions/get-status-page-subscription.d.mts +9 -0
- package/dist/actions/get-status-page-subscription.d.mts.map +1 -0
- package/dist/actions/get-status-page-subscription.mjs +35 -0
- package/dist/actions/get-status-page-subscription.mjs.map +1 -0
- package/dist/actions/get-tags-by-entity-type.cjs +41 -0
- package/dist/actions/get-tags-by-entity-type.cjs.map +1 -0
- package/dist/actions/get-tags-by-entity-type.d.cts +9 -0
- package/dist/actions/get-tags-by-entity-type.d.cts.map +1 -0
- package/dist/actions/get-tags-by-entity-type.d.mts +9 -0
- package/dist/actions/get-tags-by-entity-type.d.mts.map +1 -0
- package/dist/actions/get-tags-by-entity-type.mjs +40 -0
- package/dist/actions/get-tags-by-entity-type.mjs.map +1 -0
- package/dist/actions/get-team-members-by-id.cjs +51 -0
- package/dist/actions/get-team-members-by-id.cjs.map +1 -0
- package/dist/actions/get-team-members-by-id.d.cts +9 -0
- package/dist/actions/get-team-members-by-id.d.cts.map +1 -0
- package/dist/actions/get-team-members-by-id.d.mts +9 -0
- package/dist/actions/get-team-members-by-id.d.mts.map +1 -0
- package/dist/actions/get-team-members-by-id.mjs +50 -0
- package/dist/actions/get-team-members-by-id.mjs.map +1 -0
- package/dist/actions/get-team-notification-subscriptions.cjs +22 -0
- package/dist/actions/get-team-notification-subscriptions.cjs.map +1 -0
- package/dist/actions/get-team-notification-subscriptions.d.cts +9 -0
- package/dist/actions/get-team-notification-subscriptions.d.cts.map +1 -0
- package/dist/actions/get-team-notification-subscriptions.d.mts +9 -0
- package/dist/actions/get-team-notification-subscriptions.d.mts.map +1 -0
- package/dist/actions/get-team-notification-subscriptions.mjs +19 -0
- package/dist/actions/get-team-notification-subscriptions.mjs.map +1 -0
- package/dist/actions/get-teams-associated-with-action-id.cjs +23 -0
- package/dist/actions/get-teams-associated-with-action-id.cjs.map +1 -0
- package/dist/actions/get-teams-associated-with-action-id.d.cts +9 -0
- package/dist/actions/get-teams-associated-with-action-id.d.cts.map +1 -0
- package/dist/actions/get-teams-associated-with-action-id.d.mts +9 -0
- package/dist/actions/get-teams-associated-with-action-id.d.mts.map +1 -0
- package/dist/actions/get-teams-associated-with-action-id.mjs +22 -0
- package/dist/actions/get-teams-associated-with-action-id.mjs.map +1 -0
- package/dist/actions/get-template-by-id.cjs +30 -0
- package/dist/actions/get-template-by-id.cjs.map +1 -0
- package/dist/actions/get-template-by-id.d.cts +9 -0
- package/dist/actions/get-template-by-id.d.cts.map +1 -0
- package/dist/actions/get-template-by-id.d.mts +9 -0
- package/dist/actions/get-template-by-id.d.mts.map +1 -0
- package/dist/actions/get-template-by-id.mjs +29 -0
- package/dist/actions/get-template-by-id.mjs.map +1 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.cjs +93 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.cjs.map +1 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.d.cts +9 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.d.cts.map +1 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.d.mts +9 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.d.mts.map +1 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.mjs +92 -0
- package/dist/actions/get-the-service-orchestration-for-a-service.mjs.map +1 -0
- package/dist/actions/get-user-notification-subscriptions.cjs +32 -0
- package/dist/actions/get-user-notification-subscriptions.cjs.map +1 -0
- package/dist/actions/get-user-notification-subscriptions.d.cts +9 -0
- package/dist/actions/get-user-notification-subscriptions.d.cts.map +1 -0
- package/dist/actions/get-user-notification-subscriptions.d.mts +9 -0
- package/dist/actions/get-user-notification-subscriptions.d.mts.map +1 -0
- package/dist/actions/get-user-notification-subscriptions.mjs +31 -0
- package/dist/actions/get-user-notification-subscriptions.mjs.map +1 -0
- package/dist/actions/get-user-session-by-type.cjs +28 -0
- package/dist/actions/get-user-session-by-type.cjs.map +1 -0
- package/dist/actions/get-user-session-by-type.d.cts +9 -0
- package/dist/actions/get-user-session-by-type.d.cts.map +1 -0
- package/dist/actions/get-user-session-by-type.d.mts +9 -0
- package/dist/actions/get-user-session-by-type.d.mts.map +1 -0
- package/dist/actions/get-user-session-by-type.mjs +25 -0
- package/dist/actions/get-user-session-by-type.mjs.map +1 -0
- package/dist/actions/get-user-sessions-by-id.cjs +23 -0
- package/dist/actions/get-user-sessions-by-id.cjs.map +1 -0
- package/dist/actions/get-user-sessions-by-id.d.cts +9 -0
- package/dist/actions/get-user-sessions-by-id.d.cts.map +1 -0
- package/dist/actions/get-user-sessions-by-id.d.mts +9 -0
- package/dist/actions/get-user-sessions-by-id.d.mts.map +1 -0
- package/dist/actions/get-user-sessions-by-id.mjs +22 -0
- package/dist/actions/get-user-sessions-by-id.mjs.map +1 -0
- package/dist/actions/get-user-status-update-notification-rules.cjs +46 -0
- package/dist/actions/get-user-status-update-notification-rules.cjs.map +1 -0
- package/dist/actions/get-user-status-update-notification-rules.d.cts +9 -0
- package/dist/actions/get-user-status-update-notification-rules.d.cts.map +1 -0
- package/dist/actions/get-user-status-update-notification-rules.d.mts +9 -0
- package/dist/actions/get-user-status-update-notification-rules.d.mts.map +1 -0
- package/dist/actions/get-user-status-update-notification-rules.mjs +45 -0
- package/dist/actions/get-user-status-update-notification-rules.mjs.map +1 -0
- package/dist/actions/get-webhook-subscription-by-id.cjs +43 -0
- package/dist/actions/get-webhook-subscription-by-id.cjs.map +1 -0
- package/dist/actions/get-webhook-subscription-by-id.d.cts +9 -0
- package/dist/actions/get-webhook-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/get-webhook-subscription-by-id.d.mts +9 -0
- package/dist/actions/get-webhook-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/get-webhook-subscription-by-id.mjs +42 -0
- package/dist/actions/get-webhook-subscription-by-id.mjs.map +1 -0
- package/dist/actions/get-workflow-integration-connection.cjs +50 -0
- package/dist/actions/get-workflow-integration-connection.cjs.map +1 -0
- package/dist/actions/get-workflow-integration-connection.d.cts +9 -0
- package/dist/actions/get-workflow-integration-connection.d.cts.map +1 -0
- package/dist/actions/get-workflow-integration-connection.d.mts +9 -0
- package/dist/actions/get-workflow-integration-connection.d.mts.map +1 -0
- package/dist/actions/get-workflow-integration-connection.mjs +49 -0
- package/dist/actions/get-workflow-integration-connection.mjs.map +1 -0
- package/dist/actions/get-workflow-integration.cjs +48 -0
- package/dist/actions/get-workflow-integration.cjs.map +1 -0
- package/dist/actions/get-workflow-integration.d.cts +9 -0
- package/dist/actions/get-workflow-integration.d.cts.map +1 -0
- package/dist/actions/get-workflow-integration.d.mts +9 -0
- package/dist/actions/get-workflow-integration.d.mts.map +1 -0
- package/dist/actions/get-workflow-integration.mjs +47 -0
- package/dist/actions/get-workflow-integration.mjs.map +1 -0
- package/dist/actions/index.cjs +727 -0
- package/dist/actions/index.d.cts +364 -0
- package/dist/actions/index.d.mts +364 -0
- package/dist/actions/index.mjs +364 -0
- package/dist/actions/install-add-on-endpoint.cjs +38 -0
- package/dist/actions/install-add-on-endpoint.cjs.map +1 -0
- package/dist/actions/install-add-on-endpoint.d.cts +9 -0
- package/dist/actions/install-add-on-endpoint.d.cts.map +1 -0
- package/dist/actions/install-add-on-endpoint.d.mts +9 -0
- package/dist/actions/install-add-on-endpoint.d.mts.map +1 -0
- package/dist/actions/install-add-on-endpoint.mjs +37 -0
- package/dist/actions/install-add-on-endpoint.mjs.map +1 -0
- package/dist/actions/invoke-automation-action-by-id.cjs +27 -0
- package/dist/actions/invoke-automation-action-by-id.cjs.map +1 -0
- package/dist/actions/invoke-automation-action-by-id.d.cts +9 -0
- package/dist/actions/invoke-automation-action-by-id.d.cts.map +1 -0
- package/dist/actions/invoke-automation-action-by-id.d.mts +9 -0
- package/dist/actions/invoke-automation-action-by-id.d.mts.map +1 -0
- package/dist/actions/invoke-automation-action-by-id.mjs +24 -0
- package/dist/actions/invoke-automation-action-by-id.mjs.map +1 -0
- package/dist/actions/list-all-workflow-integration-connections.cjs +31 -0
- package/dist/actions/list-all-workflow-integration-connections.cjs.map +1 -0
- package/dist/actions/list-all-workflow-integration-connections.d.cts +9 -0
- package/dist/actions/list-all-workflow-integration-connections.d.cts.map +1 -0
- package/dist/actions/list-all-workflow-integration-connections.d.mts +9 -0
- package/dist/actions/list-all-workflow-integration-connections.d.mts.map +1 -0
- package/dist/actions/list-all-workflow-integration-connections.mjs +30 -0
- package/dist/actions/list-all-workflow-integration-connections.mjs.map +1 -0
- package/dist/actions/list-automation-action-details.cjs +50 -0
- package/dist/actions/list-automation-action-details.cjs.map +1 -0
- package/dist/actions/list-automation-action-details.d.cts +9 -0
- package/dist/actions/list-automation-action-details.d.cts.map +1 -0
- package/dist/actions/list-automation-action-details.d.mts +9 -0
- package/dist/actions/list-automation-action-details.d.mts.map +1 -0
- package/dist/actions/list-automation-action-details.mjs +49 -0
- package/dist/actions/list-automation-action-details.mjs.map +1 -0
- package/dist/actions/list-extension-schemas.cjs +41 -0
- package/dist/actions/list-extension-schemas.cjs.map +1 -0
- package/dist/actions/list-extension-schemas.d.cts +9 -0
- package/dist/actions/list-extension-schemas.d.cts.map +1 -0
- package/dist/actions/list-extension-schemas.d.mts +9 -0
- package/dist/actions/list-extension-schemas.d.mts.map +1 -0
- package/dist/actions/list-extension-schemas.mjs +40 -0
- package/dist/actions/list-extension-schemas.mjs.map +1 -0
- package/dist/actions/list-field-options-on-a-custom-field.cjs +34 -0
- package/dist/actions/list-field-options-on-a-custom-field.cjs.map +1 -0
- package/dist/actions/list-field-options-on-a-custom-field.d.cts +9 -0
- package/dist/actions/list-field-options-on-a-custom-field.d.cts.map +1 -0
- package/dist/actions/list-field-options-on-a-custom-field.d.mts +9 -0
- package/dist/actions/list-field-options-on-a-custom-field.d.mts.map +1 -0
- package/dist/actions/list-field-options-on-a-custom-field.mjs +33 -0
- package/dist/actions/list-field-options-on-a-custom-field.mjs.map +1 -0
- package/dist/actions/list-incident-status-update-subscribers.cjs +29 -0
- package/dist/actions/list-incident-status-update-subscribers.cjs.map +1 -0
- package/dist/actions/list-incident-status-update-subscribers.d.cts +9 -0
- package/dist/actions/list-incident-status-update-subscribers.d.cts.map +1 -0
- package/dist/actions/list-incident-status-update-subscribers.d.mts +9 -0
- package/dist/actions/list-incident-status-update-subscribers.d.mts.map +1 -0
- package/dist/actions/list-incident-status-update-subscribers.mjs +28 -0
- package/dist/actions/list-incident-status-update-subscribers.mjs.map +1 -0
- package/dist/actions/list-incident-type-custom-fields.cjs +40 -0
- package/dist/actions/list-incident-type-custom-fields.cjs.map +1 -0
- package/dist/actions/list-incident-type-custom-fields.d.cts +9 -0
- package/dist/actions/list-incident-type-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-incident-type-custom-fields.d.mts +9 -0
- package/dist/actions/list-incident-type-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-incident-type-custom-fields.mjs +39 -0
- package/dist/actions/list-incident-type-custom-fields.mjs.map +1 -0
- package/dist/actions/list-incident-types.cjs +35 -0
- package/dist/actions/list-incident-types.cjs.map +1 -0
- package/dist/actions/list-incident-types.d.cts +9 -0
- package/dist/actions/list-incident-types.d.cts.map +1 -0
- package/dist/actions/list-incident-types.d.mts +9 -0
- package/dist/actions/list-incident-types.d.mts.map +1 -0
- package/dist/actions/list-incident-types.mjs +34 -0
- package/dist/actions/list-incident-types.mjs.map +1 -0
- package/dist/actions/list-licenses.cjs +30 -0
- package/dist/actions/list-licenses.cjs.map +1 -0
- package/dist/actions/list-licenses.d.cts +9 -0
- package/dist/actions/list-licenses.d.cts.map +1 -0
- package/dist/actions/list-licenses.d.mts +9 -0
- package/dist/actions/list-licenses.d.mts.map +1 -0
- package/dist/actions/list-licenses.mjs +29 -0
- package/dist/actions/list-licenses.mjs.map +1 -0
- package/dist/actions/list-scim-schemas.cjs +44 -0
- package/dist/actions/list-scim-schemas.cjs.map +1 -0
- package/dist/actions/list-scim-schemas.d.cts +9 -0
- package/dist/actions/list-scim-schemas.d.cts.map +1 -0
- package/dist/actions/list-scim-schemas.d.mts +9 -0
- package/dist/actions/list-scim-schemas.d.mts.map +1 -0
- package/dist/actions/list-scim-schemas.mjs +43 -0
- package/dist/actions/list-scim-schemas.mjs.map +1 -0
- package/dist/actions/list-scim-users.cjs +49 -0
- package/dist/actions/list-scim-users.cjs.map +1 -0
- package/dist/actions/list-scim-users.d.cts +9 -0
- package/dist/actions/list-scim-users.d.cts.map +1 -0
- package/dist/actions/list-scim-users.d.mts +9 -0
- package/dist/actions/list-scim-users.d.mts.map +1 -0
- package/dist/actions/list-scim-users.mjs +48 -0
- package/dist/actions/list-scim-users.mjs.map +1 -0
- package/dist/actions/list-service-custom-fields.cjs +36 -0
- package/dist/actions/list-service-custom-fields.cjs.map +1 -0
- package/dist/actions/list-service-custom-fields.d.cts +9 -0
- package/dist/actions/list-service-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-service-custom-fields.d.mts +9 -0
- package/dist/actions/list-service-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-service-custom-fields.mjs +35 -0
- package/dist/actions/list-service-custom-fields.mjs.map +1 -0
- package/dist/actions/list-supporting-service-impacts.cjs +38 -0
- package/dist/actions/list-supporting-service-impacts.cjs.map +1 -0
- package/dist/actions/list-supporting-service-impacts.d.cts +9 -0
- package/dist/actions/list-supporting-service-impacts.d.cts.map +1 -0
- package/dist/actions/list-supporting-service-impacts.d.mts +9 -0
- package/dist/actions/list-supporting-service-impacts.d.mts.map +1 -0
- package/dist/actions/list-supporting-service-impacts.mjs +37 -0
- package/dist/actions/list-supporting-service-impacts.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +47 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +46 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-workflow-integration-connections.cjs +34 -0
- package/dist/actions/list-workflow-integration-connections.cjs.map +1 -0
- package/dist/actions/list-workflow-integration-connections.d.cts +9 -0
- package/dist/actions/list-workflow-integration-connections.d.cts.map +1 -0
- package/dist/actions/list-workflow-integration-connections.d.mts +9 -0
- package/dist/actions/list-workflow-integration-connections.d.mts.map +1 -0
- package/dist/actions/list-workflow-integration-connections.mjs +33 -0
- package/dist/actions/list-workflow-integration-connections.mjs.map +1 -0
- package/dist/actions/list-workflow-integrations.cjs +51 -0
- package/dist/actions/list-workflow-integrations.cjs.map +1 -0
- package/dist/actions/list-workflow-integrations.d.cts +9 -0
- package/dist/actions/list-workflow-integrations.d.cts.map +1 -0
- package/dist/actions/list-workflow-integrations.d.mts +9 -0
- package/dist/actions/list-workflow-integrations.d.mts.map +1 -0
- package/dist/actions/list-workflow-integrations.mjs +50 -0
- package/dist/actions/list-workflow-integrations.mjs.map +1 -0
- package/dist/actions/manage-cache-variables-for-event-service.cjs +47 -0
- package/dist/actions/manage-cache-variables-for-event-service.cjs.map +1 -0
- package/dist/actions/manage-cache-variables-for-event-service.d.cts +9 -0
- package/dist/actions/manage-cache-variables-for-event-service.d.cts.map +1 -0
- package/dist/actions/manage-cache-variables-for-event-service.d.mts +9 -0
- package/dist/actions/manage-cache-variables-for-event-service.d.mts.map +1 -0
- package/dist/actions/manage-cache-variables-for-event-service.mjs +46 -0
- package/dist/actions/manage-cache-variables-for-event-service.mjs.map +1 -0
- package/dist/actions/merge-source-incidents-into-target-incident.cjs +118 -0
- package/dist/actions/merge-source-incidents-into-target-incident.cjs.map +1 -0
- package/dist/actions/merge-source-incidents-into-target-incident.d.cts +9 -0
- package/dist/actions/merge-source-incidents-into-target-incident.d.cts.map +1 -0
- package/dist/actions/merge-source-incidents-into-target-incident.d.mts +9 -0
- package/dist/actions/merge-source-incidents-into-target-incident.d.mts.map +1 -0
- package/dist/actions/merge-source-incidents-into-target-incident.mjs +117 -0
- package/dist/actions/merge-source-incidents-into-target-incident.mjs.map +1 -0
- package/dist/actions/migrate-integration-between-orchestrations.cjs +30 -0
- package/dist/actions/migrate-integration-between-orchestrations.cjs.map +1 -0
- package/dist/actions/migrate-integration-between-orchestrations.d.cts +9 -0
- package/dist/actions/migrate-integration-between-orchestrations.d.cts.map +1 -0
- package/dist/actions/migrate-integration-between-orchestrations.d.mts +9 -0
- package/dist/actions/migrate-integration-between-orchestrations.d.mts.map +1 -0
- package/dist/actions/migrate-integration-between-orchestrations.mjs +29 -0
- package/dist/actions/migrate-integration-between-orchestrations.mjs.map +1 -0
- package/dist/actions/modify-entity-tags.cjs +40 -0
- package/dist/actions/modify-entity-tags.cjs.map +1 -0
- package/dist/actions/modify-entity-tags.d.cts +9 -0
- package/dist/actions/modify-entity-tags.d.cts.map +1 -0
- package/dist/actions/modify-entity-tags.d.mts +9 -0
- package/dist/actions/modify-entity-tags.d.mts.map +1 -0
- package/dist/actions/modify-entity-tags.mjs +39 -0
- package/dist/actions/modify-entity-tags.mjs.map +1 -0
- package/dist/actions/ping-webhook-subscription.cjs +16 -0
- package/dist/actions/ping-webhook-subscription.cjs.map +1 -0
- package/dist/actions/ping-webhook-subscription.d.cts +9 -0
- package/dist/actions/ping-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/ping-webhook-subscription.d.mts +9 -0
- package/dist/actions/ping-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/ping-webhook-subscription.mjs +13 -0
- package/dist/actions/ping-webhook-subscription.mjs.map +1 -0
- package/dist/actions/post-account-subscription-for-business-service.cjs +24 -0
- package/dist/actions/post-account-subscription-for-business-service.cjs.map +1 -0
- package/dist/actions/post-account-subscription-for-business-service.d.cts +9 -0
- package/dist/actions/post-account-subscription-for-business-service.d.cts.map +1 -0
- package/dist/actions/post-account-subscription-for-business-service.d.mts +9 -0
- package/dist/actions/post-account-subscription-for-business-service.d.mts.map +1 -0
- package/dist/actions/post-account-subscription-for-business-service.mjs +23 -0
- package/dist/actions/post-account-subscription-for-business-service.mjs.map +1 -0
- package/dist/actions/post-alert-grouping-settings.cjs +43 -0
- package/dist/actions/post-alert-grouping-settings.cjs.map +1 -0
- package/dist/actions/post-alert-grouping-settings.d.cts +9 -0
- package/dist/actions/post-alert-grouping-settings.d.cts.map +1 -0
- package/dist/actions/post-alert-grouping-settings.d.mts +9 -0
- package/dist/actions/post-alert-grouping-settings.d.mts.map +1 -0
- package/dist/actions/post-alert-grouping-settings.mjs +42 -0
- package/dist/actions/post-alert-grouping-settings.mjs.map +1 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.cjs +80 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.cjs.map +1 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.d.cts +9 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.d.cts.map +1 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.d.mts +9 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.d.mts.map +1 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.mjs +79 -0
- package/dist/actions/post-analytic-metrics-on-escalation-policies.mjs.map +1 -0
- package/dist/actions/post-analytics-metrics-responder-filters.cjs +70 -0
- package/dist/actions/post-analytics-metrics-responder-filters.cjs.map +1 -0
- package/dist/actions/post-analytics-metrics-responder-filters.d.cts +9 -0
- package/dist/actions/post-analytics-metrics-responder-filters.d.cts.map +1 -0
- package/dist/actions/post-analytics-metrics-responder-filters.d.mts +9 -0
- package/dist/actions/post-analytics-metrics-responder-filters.d.mts.map +1 -0
- package/dist/actions/post-analytics-metrics-responder-filters.mjs +69 -0
- package/dist/actions/post-analytics-metrics-responder-filters.mjs.map +1 -0
- package/dist/actions/post-change-events.cjs +32 -0
- package/dist/actions/post-change-events.cjs.map +1 -0
- package/dist/actions/post-change-events.d.cts +9 -0
- package/dist/actions/post-change-events.d.cts.map +1 -0
- package/dist/actions/post-change-events.d.mts +9 -0
- package/dist/actions/post-change-events.d.mts.map +1 -0
- package/dist/actions/post-change-events.mjs +29 -0
- package/dist/actions/post-change-events.mjs.map +1 -0
- package/dist/actions/post-event-orchestration-cache-variables.cjs +39 -0
- package/dist/actions/post-event-orchestration-cache-variables.cjs.map +1 -0
- package/dist/actions/post-event-orchestration-cache-variables.d.cts +9 -0
- package/dist/actions/post-event-orchestration-cache-variables.d.cts.map +1 -0
- package/dist/actions/post-event-orchestration-cache-variables.d.mts +9 -0
- package/dist/actions/post-event-orchestration-cache-variables.d.mts.map +1 -0
- package/dist/actions/post-event-orchestration-cache-variables.mjs +38 -0
- package/dist/actions/post-event-orchestration-cache-variables.mjs.map +1 -0
- package/dist/actions/post-incident-metrics-with-filters.cjs +68 -0
- package/dist/actions/post-incident-metrics-with-filters.cjs.map +1 -0
- package/dist/actions/post-incident-metrics-with-filters.d.cts +9 -0
- package/dist/actions/post-incident-metrics-with-filters.d.cts.map +1 -0
- package/dist/actions/post-incident-metrics-with-filters.d.mts +9 -0
- package/dist/actions/post-incident-metrics-with-filters.d.mts.map +1 -0
- package/dist/actions/post-incident-metrics-with-filters.mjs +67 -0
- package/dist/actions/post-incident-metrics-with-filters.mjs.map +1 -0
- package/dist/actions/post-incident-metrics.cjs +69 -0
- package/dist/actions/post-incident-metrics.cjs.map +1 -0
- package/dist/actions/post-incident-metrics.d.cts +9 -0
- package/dist/actions/post-incident-metrics.d.cts.map +1 -0
- package/dist/actions/post-incident-metrics.d.mts +9 -0
- package/dist/actions/post-incident-metrics.d.mts.map +1 -0
- package/dist/actions/post-incident-metrics.mjs +68 -0
- package/dist/actions/post-incident-metrics.mjs.map +1 -0
- package/dist/actions/post-incident-note-using-id.cjs +35 -0
- package/dist/actions/post-incident-note-using-id.cjs.map +1 -0
- package/dist/actions/post-incident-note-using-id.d.cts +9 -0
- package/dist/actions/post-incident-note-using-id.d.cts.map +1 -0
- package/dist/actions/post-incident-note-using-id.d.mts +9 -0
- package/dist/actions/post-incident-note-using-id.d.mts.map +1 -0
- package/dist/actions/post-incident-note-using-id.mjs +34 -0
- package/dist/actions/post-incident-note-using-id.mjs.map +1 -0
- package/dist/actions/post-incident-status-update.cjs +36 -0
- package/dist/actions/post-incident-status-update.cjs.map +1 -0
- package/dist/actions/post-incident-status-update.d.cts +9 -0
- package/dist/actions/post-incident-status-update.d.cts.map +1 -0
- package/dist/actions/post-incident-status-update.d.mts +9 -0
- package/dist/actions/post-incident-status-update.d.mts.map +1 -0
- package/dist/actions/post-incident-status-update.mjs +35 -0
- package/dist/actions/post-incident-status-update.mjs.map +1 -0
- package/dist/actions/post-incidents-analytics-with-filters.cjs +77 -0
- package/dist/actions/post-incidents-analytics-with-filters.cjs.map +1 -0
- package/dist/actions/post-incidents-analytics-with-filters.d.cts +9 -0
- package/dist/actions/post-incidents-analytics-with-filters.d.cts.map +1 -0
- package/dist/actions/post-incidents-analytics-with-filters.d.mts +9 -0
- package/dist/actions/post-incidents-analytics-with-filters.d.mts.map +1 -0
- package/dist/actions/post-incidents-analytics-with-filters.mjs +76 -0
- package/dist/actions/post-incidents-analytics-with-filters.mjs.map +1 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.cjs +87 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.cjs.map +1 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.d.cts +9 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.d.cts.map +1 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.d.mts +9 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.d.mts.map +1 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.mjs +86 -0
- package/dist/actions/post-incidents-metrics-filtered-by-service.mjs.map +1 -0
- package/dist/actions/post-responder-incidents-with-filters.cjs +62 -0
- package/dist/actions/post-responder-incidents-with-filters.cjs.map +1 -0
- package/dist/actions/post-responder-incidents-with-filters.d.cts +9 -0
- package/dist/actions/post-responder-incidents-with-filters.d.cts.map +1 -0
- package/dist/actions/post-responder-incidents-with-filters.d.mts +9 -0
- package/dist/actions/post-responder-incidents-with-filters.d.mts.map +1 -0
- package/dist/actions/post-responder-incidents-with-filters.mjs +61 -0
- package/dist/actions/post-responder-incidents-with-filters.mjs.map +1 -0
- package/dist/actions/post-service-automation-action.cjs +26 -0
- package/dist/actions/post-service-automation-action.cjs.map +1 -0
- package/dist/actions/post-service-automation-action.d.cts +9 -0
- package/dist/actions/post-service-automation-action.d.cts.map +1 -0
- package/dist/actions/post-service-automation-action.d.mts +9 -0
- package/dist/actions/post-service-automation-action.d.mts.map +1 -0
- package/dist/actions/post-service-automation-action.mjs +23 -0
- package/dist/actions/post-service-automation-action.mjs.map +1 -0
- package/dist/actions/post-team-notification-subscription.cjs +30 -0
- package/dist/actions/post-team-notification-subscription.cjs.map +1 -0
- package/dist/actions/post-team-notification-subscription.d.cts +9 -0
- package/dist/actions/post-team-notification-subscription.d.cts.map +1 -0
- package/dist/actions/post-team-notification-subscription.d.mts +9 -0
- package/dist/actions/post-team-notification-subscription.d.mts.map +1 -0
- package/dist/actions/post-team-notification-subscription.mjs +29 -0
- package/dist/actions/post-team-notification-subscription.mjs.map +1 -0
- package/dist/actions/post-team-to-runner.cjs +26 -0
- package/dist/actions/post-team-to-runner.cjs.map +1 -0
- package/dist/actions/post-team-to-runner.d.cts +9 -0
- package/dist/actions/post-team-to-runner.d.cts.map +1 -0
- package/dist/actions/post-team-to-runner.d.mts +9 -0
- package/dist/actions/post-team-to-runner.d.mts.map +1 -0
- package/dist/actions/post-team-to-runner.mjs +23 -0
- package/dist/actions/post-team-to-runner.mjs.map +1 -0
- package/dist/actions/preview-schedule-object.cjs +110 -0
- package/dist/actions/preview-schedule-object.cjs.map +1 -0
- package/dist/actions/preview-schedule-object.d.cts +9 -0
- package/dist/actions/preview-schedule-object.d.cts.map +1 -0
- package/dist/actions/preview-schedule-object.d.mts +9 -0
- package/dist/actions/preview-schedule-object.d.mts.map +1 -0
- package/dist/actions/preview-schedule-object.mjs +109 -0
- package/dist/actions/preview-schedule-object.mjs.map +1 -0
- package/dist/actions/render-template-for-incident.cjs +26 -0
- package/dist/actions/render-template-for-incident.cjs.map +1 -0
- package/dist/actions/render-template-for-incident.d.cts +9 -0
- package/dist/actions/render-template-for-incident.d.cts.map +1 -0
- package/dist/actions/render-template-for-incident.d.mts +9 -0
- package/dist/actions/render-template-for-incident.d.mts.map +1 -0
- package/dist/actions/render-template-for-incident.mjs +25 -0
- package/dist/actions/render-template-for-incident.mjs.map +1 -0
- package/dist/actions/retrieve-abilities-list.cjs +16 -0
- package/dist/actions/retrieve-abilities-list.cjs.map +1 -0
- package/dist/actions/retrieve-abilities-list.d.cts +9 -0
- package/dist/actions/retrieve-abilities-list.d.cts.map +1 -0
- package/dist/actions/retrieve-abilities-list.d.mts +9 -0
- package/dist/actions/retrieve-abilities-list.d.mts.map +1 -0
- package/dist/actions/retrieve-abilities-list.mjs +13 -0
- package/dist/actions/retrieve-abilities-list.mjs.map +1 -0
- package/dist/actions/retrieve-ability-by-id.cjs +20 -0
- package/dist/actions/retrieve-ability-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-ability-by-id.d.cts +9 -0
- package/dist/actions/retrieve-ability-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-ability-by-id.d.mts +9 -0
- package/dist/actions/retrieve-ability-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-ability-by-id.mjs +19 -0
- package/dist/actions/retrieve-ability-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-action-services-by-id.cjs +27 -0
- package/dist/actions/retrieve-action-services-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-action-services-by-id.d.cts +9 -0
- package/dist/actions/retrieve-action-services-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-action-services-by-id.d.mts +9 -0
- package/dist/actions/retrieve-action-services-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-action-services-by-id.mjs +26 -0
- package/dist/actions/retrieve-action-services-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-active-service-event-by-id.cjs +16 -0
- package/dist/actions/retrieve-active-service-event-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-active-service-event-by-id.d.cts +9 -0
- package/dist/actions/retrieve-active-service-event-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-active-service-event-by-id.d.mts +9 -0
- package/dist/actions/retrieve-active-service-event-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-active-service-event-by-id.mjs +13 -0
- package/dist/actions/retrieve-active-service-event-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-addon-by-id.cjs +33 -0
- package/dist/actions/retrieve-addon-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-addon-by-id.d.cts +9 -0
- package/dist/actions/retrieve-addon-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-addon-by-id.d.mts +9 -0
- package/dist/actions/retrieve-addon-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-addon-by-id.mjs +32 -0
- package/dist/actions/retrieve-addon-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.cjs +30 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.d.cts +9 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.d.mts +9 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.mjs +29 -0
- package/dist/actions/retrieve-alert-grouping-settings-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.cjs +28 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.d.cts +9 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.d.mts +9 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.mjs +27 -0
- package/dist/actions/retrieve-automation-action-invocation-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-automation-action-invocations.cjs +73 -0
- package/dist/actions/retrieve-automation-action-invocations.cjs.map +1 -0
- package/dist/actions/retrieve-automation-action-invocations.d.cts +9 -0
- package/dist/actions/retrieve-automation-action-invocations.d.cts.map +1 -0
- package/dist/actions/retrieve-automation-action-invocations.d.mts +9 -0
- package/dist/actions/retrieve-automation-action-invocations.d.mts.map +1 -0
- package/dist/actions/retrieve-automation-action-invocations.mjs +72 -0
- package/dist/actions/retrieve-automation-action-invocations.mjs.map +1 -0
- package/dist/actions/retrieve-automation-action-runner-teams.cjs +26 -0
- package/dist/actions/retrieve-automation-action-runner-teams.cjs.map +1 -0
- package/dist/actions/retrieve-automation-action-runner-teams.d.cts +9 -0
- package/dist/actions/retrieve-automation-action-runner-teams.d.cts.map +1 -0
- package/dist/actions/retrieve-automation-action-runner-teams.d.mts +9 -0
- package/dist/actions/retrieve-automation-action-runner-teams.d.mts.map +1 -0
- package/dist/actions/retrieve-automation-action-runner-teams.mjs +25 -0
- package/dist/actions/retrieve-automation-action-runner-teams.mjs.map +1 -0
- package/dist/actions/retrieve-automation-service-action.cjs +22 -0
- package/dist/actions/retrieve-automation-service-action.cjs.map +1 -0
- package/dist/actions/retrieve-automation-service-action.d.cts +9 -0
- package/dist/actions/retrieve-automation-service-action.d.cts.map +1 -0
- package/dist/actions/retrieve-automation-service-action.d.mts +9 -0
- package/dist/actions/retrieve-automation-service-action.d.mts.map +1 -0
- package/dist/actions/retrieve-automation-service-action.mjs +19 -0
- package/dist/actions/retrieve-automation-service-action.mjs.map +1 -0
- package/dist/actions/retrieve-business-service-by-id.cjs +27 -0
- package/dist/actions/retrieve-business-service-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-business-service-by-id.d.cts +9 -0
- package/dist/actions/retrieve-business-service-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-business-service-by-id.d.mts +9 -0
- package/dist/actions/retrieve-business-service-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-business-service-by-id.mjs +26 -0
- package/dist/actions/retrieve-business-service-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-business-service-dependencies.cjs +27 -0
- package/dist/actions/retrieve-business-service-dependencies.cjs.map +1 -0
- package/dist/actions/retrieve-business-service-dependencies.d.cts +9 -0
- package/dist/actions/retrieve-business-service-dependencies.d.cts.map +1 -0
- package/dist/actions/retrieve-business-service-dependencies.d.mts +9 -0
- package/dist/actions/retrieve-business-service-dependencies.d.mts.map +1 -0
- package/dist/actions/retrieve-business-service-dependencies.mjs +26 -0
- package/dist/actions/retrieve-business-service-dependencies.mjs.map +1 -0
- package/dist/actions/retrieve-business-service-impactors.cjs +24 -0
- package/dist/actions/retrieve-business-service-impactors.cjs.map +1 -0
- package/dist/actions/retrieve-business-service-impactors.d.cts +9 -0
- package/dist/actions/retrieve-business-service-impactors.d.cts.map +1 -0
- package/dist/actions/retrieve-business-service-impactors.d.mts +9 -0
- package/dist/actions/retrieve-business-service-impactors.d.mts.map +1 -0
- package/dist/actions/retrieve-business-service-impactors.mjs +23 -0
- package/dist/actions/retrieve-business-service-impactors.mjs.map +1 -0
- package/dist/actions/retrieve-business-service-impacts.cjs +28 -0
- package/dist/actions/retrieve-business-service-impacts.cjs.map +1 -0
- package/dist/actions/retrieve-business-service-impacts.d.cts +9 -0
- package/dist/actions/retrieve-business-service-impacts.d.cts.map +1 -0
- package/dist/actions/retrieve-business-service-impacts.d.mts +9 -0
- package/dist/actions/retrieve-business-service-impacts.d.mts.map +1 -0
- package/dist/actions/retrieve-business-service-impacts.mjs +27 -0
- package/dist/actions/retrieve-business-service-impacts.mjs.map +1 -0
- package/dist/actions/retrieve-business-services.cjs +43 -0
- package/dist/actions/retrieve-business-services.cjs.map +1 -0
- package/dist/actions/retrieve-business-services.d.cts +9 -0
- package/dist/actions/retrieve-business-services.d.cts.map +1 -0
- package/dist/actions/retrieve-business-services.d.mts +9 -0
- package/dist/actions/retrieve-business-services.d.mts.map +1 -0
- package/dist/actions/retrieve-business-services.mjs +42 -0
- package/dist/actions/retrieve-business-services.mjs.map +1 -0
- package/dist/actions/retrieve-change-event-by-id.cjs +27 -0
- package/dist/actions/retrieve-change-event-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-change-event-by-id.d.cts +9 -0
- package/dist/actions/retrieve-change-event-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-change-event-by-id.d.mts +9 -0
- package/dist/actions/retrieve-change-event-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-change-event-by-id.mjs +26 -0
- package/dist/actions/retrieve-change-event-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-change-event-information.cjs +46 -0
- package/dist/actions/retrieve-change-event-information.cjs.map +1 -0
- package/dist/actions/retrieve-change-event-information.d.cts +9 -0
- package/dist/actions/retrieve-change-event-information.d.cts.map +1 -0
- package/dist/actions/retrieve-change-event-information.d.mts +9 -0
- package/dist/actions/retrieve-change-event-information.d.mts.map +1 -0
- package/dist/actions/retrieve-change-event-information.mjs +45 -0
- package/dist/actions/retrieve-change-event-information.mjs.map +1 -0
- package/dist/actions/retrieve-current-user-info.cjs +64 -0
- package/dist/actions/retrieve-current-user-info.cjs.map +1 -0
- package/dist/actions/retrieve-current-user-info.d.cts +9 -0
- package/dist/actions/retrieve-current-user-info.d.cts.map +1 -0
- package/dist/actions/retrieve-current-user-info.d.mts +9 -0
- package/dist/actions/retrieve-current-user-info.d.mts.map +1 -0
- package/dist/actions/retrieve-current-user-info.mjs +63 -0
- package/dist/actions/retrieve-current-user-info.mjs.map +1 -0
- package/dist/actions/retrieve-entity-tags-by-id.cjs +34 -0
- package/dist/actions/retrieve-entity-tags-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-entity-tags-by-id.d.cts +9 -0
- package/dist/actions/retrieve-entity-tags-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-entity-tags-by-id.d.mts +9 -0
- package/dist/actions/retrieve-entity-tags-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-entity-tags-by-id.mjs +33 -0
- package/dist/actions/retrieve-entity-tags-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.cjs +38 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.d.cts +9 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.d.mts +9 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.mjs +37 -0
- package/dist/actions/retrieve-event-orchestration-router-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-extension-by-id.cjs +54 -0
- package/dist/actions/retrieve-extension-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-extension-by-id.d.cts +9 -0
- package/dist/actions/retrieve-extension-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-extension-by-id.d.mts +9 -0
- package/dist/actions/retrieve-extension-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-extension-by-id.mjs +53 -0
- package/dist/actions/retrieve-extension-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-extension-list.cjs +50 -0
- package/dist/actions/retrieve-extension-list.cjs.map +1 -0
- package/dist/actions/retrieve-extension-list.d.cts +9 -0
- package/dist/actions/retrieve-extension-list.d.cts.map +1 -0
- package/dist/actions/retrieve-extension-list.d.mts +9 -0
- package/dist/actions/retrieve-extension-list.d.mts.map +1 -0
- package/dist/actions/retrieve-extension-list.mjs +49 -0
- package/dist/actions/retrieve-extension-list.mjs.map +1 -0
- package/dist/actions/retrieve-incident-by-incident-id.cjs +156 -0
- package/dist/actions/retrieve-incident-by-incident-id.cjs.map +1 -0
- package/dist/actions/retrieve-incident-by-incident-id.d.cts +9 -0
- package/dist/actions/retrieve-incident-by-incident-id.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-by-incident-id.d.mts +9 -0
- package/dist/actions/retrieve-incident-by-incident-id.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-by-incident-id.mjs +155 -0
- package/dist/actions/retrieve-incident-by-incident-id.mjs.map +1 -0
- package/dist/actions/retrieve-incident-custom-field-values.cjs +24 -0
- package/dist/actions/retrieve-incident-custom-field-values.cjs.map +1 -0
- package/dist/actions/retrieve-incident-custom-field-values.d.cts +9 -0
- package/dist/actions/retrieve-incident-custom-field-values.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-custom-field-values.d.mts +9 -0
- package/dist/actions/retrieve-incident-custom-field-values.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-custom-field-values.mjs +23 -0
- package/dist/actions/retrieve-incident-custom-field-values.mjs.map +1 -0
- package/dist/actions/retrieve-incident-custom-fields.cjs +32 -0
- package/dist/actions/retrieve-incident-custom-fields.cjs.map +1 -0
- package/dist/actions/retrieve-incident-custom-fields.d.cts +9 -0
- package/dist/actions/retrieve-incident-custom-fields.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-custom-fields.d.mts +9 -0
- package/dist/actions/retrieve-incident-custom-fields.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-custom-fields.mjs +31 -0
- package/dist/actions/retrieve-incident-custom-fields.mjs.map +1 -0
- package/dist/actions/retrieve-incident-field-options.cjs +27 -0
- package/dist/actions/retrieve-incident-field-options.cjs.map +1 -0
- package/dist/actions/retrieve-incident-field-options.d.cts +9 -0
- package/dist/actions/retrieve-incident-field-options.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-field-options.d.mts +9 -0
- package/dist/actions/retrieve-incident-field-options.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-field-options.mjs +26 -0
- package/dist/actions/retrieve-incident-field-options.mjs.map +1 -0
- package/dist/actions/retrieve-incident-workflow-by-id.cjs +26 -0
- package/dist/actions/retrieve-incident-workflow-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-incident-workflow-by-id.d.cts +9 -0
- package/dist/actions/retrieve-incident-workflow-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-workflow-by-id.d.mts +9 -0
- package/dist/actions/retrieve-incident-workflow-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-workflow-by-id.mjs +25 -0
- package/dist/actions/retrieve-incident-workflow-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-incident-workflow-triggers.cjs +65 -0
- package/dist/actions/retrieve-incident-workflow-triggers.cjs.map +1 -0
- package/dist/actions/retrieve-incident-workflow-triggers.d.cts +9 -0
- package/dist/actions/retrieve-incident-workflow-triggers.d.cts.map +1 -0
- package/dist/actions/retrieve-incident-workflow-triggers.d.mts +9 -0
- package/dist/actions/retrieve-incident-workflow-triggers.d.mts.map +1 -0
- package/dist/actions/retrieve-incident-workflow-triggers.mjs +64 -0
- package/dist/actions/retrieve-incident-workflow-triggers.mjs.map +1 -0
- package/dist/actions/retrieve-integration-by-service-id.cjs +34 -0
- package/dist/actions/retrieve-integration-by-service-id.cjs.map +1 -0
- package/dist/actions/retrieve-integration-by-service-id.d.cts +9 -0
- package/dist/actions/retrieve-integration-by-service-id.d.cts.map +1 -0
- package/dist/actions/retrieve-integration-by-service-id.d.mts +9 -0
- package/dist/actions/retrieve-integration-by-service-id.d.mts.map +1 -0
- package/dist/actions/retrieve-integration-by-service-id.mjs +33 -0
- package/dist/actions/retrieve-integration-by-service-id.mjs.map +1 -0
- package/dist/actions/retrieve-license-allocations.cjs +46 -0
- package/dist/actions/retrieve-license-allocations.cjs.map +1 -0
- package/dist/actions/retrieve-license-allocations.d.cts +9 -0
- package/dist/actions/retrieve-license-allocations.d.cts.map +1 -0
- package/dist/actions/retrieve-license-allocations.d.mts +9 -0
- package/dist/actions/retrieve-license-allocations.d.mts.map +1 -0
- package/dist/actions/retrieve-license-allocations.mjs +45 -0
- package/dist/actions/retrieve-license-allocations.mjs.map +1 -0
- package/dist/actions/retrieve-list-of-services.cjs +136 -0
- package/dist/actions/retrieve-list-of-services.cjs.map +1 -0
- package/dist/actions/retrieve-list-of-services.d.cts +9 -0
- package/dist/actions/retrieve-list-of-services.d.cts.map +1 -0
- package/dist/actions/retrieve-list-of-services.d.mts +9 -0
- package/dist/actions/retrieve-list-of-services.d.mts.map +1 -0
- package/dist/actions/retrieve-list-of-services.mjs +135 -0
- package/dist/actions/retrieve-list-of-services.mjs.map +1 -0
- package/dist/actions/retrieve-log-entry-by-id.cjs +90 -0
- package/dist/actions/retrieve-log-entry-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-log-entry-by-id.d.cts +9 -0
- package/dist/actions/retrieve-log-entry-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-log-entry-by-id.d.mts +9 -0
- package/dist/actions/retrieve-log-entry-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-log-entry-by-id.mjs +89 -0
- package/dist/actions/retrieve-log-entry-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-maintenance-windows.cjs +76 -0
- package/dist/actions/retrieve-maintenance-windows.cjs.map +1 -0
- package/dist/actions/retrieve-maintenance-windows.d.cts +9 -0
- package/dist/actions/retrieve-maintenance-windows.d.cts.map +1 -0
- package/dist/actions/retrieve-maintenance-windows.d.mts +9 -0
- package/dist/actions/retrieve-maintenance-windows.d.mts.map +1 -0
- package/dist/actions/retrieve-maintenance-windows.mjs +75 -0
- package/dist/actions/retrieve-maintenance-windows.mjs.map +1 -0
- package/dist/actions/retrieve-notes-for-incident.cjs +32 -0
- package/dist/actions/retrieve-notes-for-incident.cjs.map +1 -0
- package/dist/actions/retrieve-notes-for-incident.d.cts +9 -0
- package/dist/actions/retrieve-notes-for-incident.d.cts.map +1 -0
- package/dist/actions/retrieve-notes-for-incident.d.mts +9 -0
- package/dist/actions/retrieve-notes-for-incident.d.mts.map +1 -0
- package/dist/actions/retrieve-notes-for-incident.mjs +31 -0
- package/dist/actions/retrieve-notes-for-incident.mjs.map +1 -0
- package/dist/actions/retrieve-notifications.cjs +50 -0
- package/dist/actions/retrieve-notifications.cjs.map +1 -0
- package/dist/actions/retrieve-notifications.d.cts +9 -0
- package/dist/actions/retrieve-notifications.d.cts.map +1 -0
- package/dist/actions/retrieve-notifications.d.mts +9 -0
- package/dist/actions/retrieve-notifications.d.mts.map +1 -0
- package/dist/actions/retrieve-notifications.mjs +49 -0
- package/dist/actions/retrieve-notifications.mjs.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.cjs +36 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.cjs.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.d.cts +9 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.d.cts.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.d.mts +9 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.d.mts.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.mjs +35 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rule.mjs.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.cjs +37 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.cjs.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.d.cts +9 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.d.cts.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.d.mts +9 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.d.mts.map +1 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.mjs +36 -0
- package/dist/actions/retrieve-oncall-handoff-notification-rules.mjs.map +1 -0
- package/dist/actions/retrieve-oncall-list.cjs +67 -0
- package/dist/actions/retrieve-oncall-list.cjs.map +1 -0
- package/dist/actions/retrieve-oncall-list.d.cts +9 -0
- package/dist/actions/retrieve-oncall-list.d.cts.map +1 -0
- package/dist/actions/retrieve-oncall-list.d.mts +9 -0
- package/dist/actions/retrieve-oncall-list.d.mts.map +1 -0
- package/dist/actions/retrieve-oncall-list.mjs +66 -0
- package/dist/actions/retrieve-oncall-list.mjs.map +1 -0
- package/dist/actions/retrieve-past-incidents.cjs +164 -0
- package/dist/actions/retrieve-past-incidents.cjs.map +1 -0
- package/dist/actions/retrieve-past-incidents.d.cts +9 -0
- package/dist/actions/retrieve-past-incidents.d.cts.map +1 -0
- package/dist/actions/retrieve-past-incidents.d.mts +9 -0
- package/dist/actions/retrieve-past-incidents.d.mts.map +1 -0
- package/dist/actions/retrieve-past-incidents.mjs +163 -0
- package/dist/actions/retrieve-past-incidents.mjs.map +1 -0
- package/dist/actions/retrieve-postmortem-by-id.cjs +25 -0
- package/dist/actions/retrieve-postmortem-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-postmortem-by-id.d.cts +9 -0
- package/dist/actions/retrieve-postmortem-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-postmortem-by-id.d.mts +9 -0
- package/dist/actions/retrieve-postmortem-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-postmortem-by-id.mjs +24 -0
- package/dist/actions/retrieve-postmortem-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-rule-by-service-id.cjs +94 -0
- package/dist/actions/retrieve-rule-by-service-id.cjs.map +1 -0
- package/dist/actions/retrieve-rule-by-service-id.d.cts +9 -0
- package/dist/actions/retrieve-rule-by-service-id.d.cts.map +1 -0
- package/dist/actions/retrieve-rule-by-service-id.d.mts +9 -0
- package/dist/actions/retrieve-rule-by-service-id.d.mts.map +1 -0
- package/dist/actions/retrieve-rule-by-service-id.mjs +93 -0
- package/dist/actions/retrieve-rule-by-service-id.mjs.map +1 -0
- package/dist/actions/retrieve-rules-for-service-id.cjs +88 -0
- package/dist/actions/retrieve-rules-for-service-id.cjs.map +1 -0
- package/dist/actions/retrieve-rules-for-service-id.d.cts +9 -0
- package/dist/actions/retrieve-rules-for-service-id.d.cts.map +1 -0
- package/dist/actions/retrieve-rules-for-service-id.d.mts +9 -0
- package/dist/actions/retrieve-rules-for-service-id.d.mts.map +1 -0
- package/dist/actions/retrieve-rules-for-service-id.mjs +87 -0
- package/dist/actions/retrieve-rules-for-service-id.mjs.map +1 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.cjs +37 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.d.cts +9 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.d.mts +9 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.mjs +36 -0
- package/dist/actions/retrieve-rules-from-ruleset-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-ruleset-by-id.cjs +38 -0
- package/dist/actions/retrieve-ruleset-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-ruleset-by-id.d.cts +9 -0
- package/dist/actions/retrieve-ruleset-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-ruleset-by-id.d.mts +9 -0
- package/dist/actions/retrieve-ruleset-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-ruleset-by-id.mjs +37 -0
- package/dist/actions/retrieve-ruleset-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-ruleset-list.cjs +53 -0
- package/dist/actions/retrieve-ruleset-list.cjs.map +1 -0
- package/dist/actions/retrieve-ruleset-list.d.cts +9 -0
- package/dist/actions/retrieve-ruleset-list.d.cts.map +1 -0
- package/dist/actions/retrieve-ruleset-list.d.mts +9 -0
- package/dist/actions/retrieve-ruleset-list.d.mts.map +1 -0
- package/dist/actions/retrieve-ruleset-list.mjs +52 -0
- package/dist/actions/retrieve-ruleset-list.mjs.map +1 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.cjs +77 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.d.cts +9 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.d.mts +9 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.mjs +76 -0
- package/dist/actions/retrieve-schedule-audit-records-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-schedule-by-id.cjs +98 -0
- package/dist/actions/retrieve-schedule-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-schedule-by-id.d.cts +9 -0
- package/dist/actions/retrieve-schedule-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-schedule-by-id.d.mts +9 -0
- package/dist/actions/retrieve-schedule-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-schedule-by-id.mjs +97 -0
- package/dist/actions/retrieve-schedule-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-schedule-override-by-id.cjs +38 -0
- package/dist/actions/retrieve-schedule-override-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-schedule-override-by-id.d.cts +9 -0
- package/dist/actions/retrieve-schedule-override-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-schedule-override-by-id.d.mts +9 -0
- package/dist/actions/retrieve-schedule-override-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-schedule-override-by-id.mjs +37 -0
- package/dist/actions/retrieve-schedule-override-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-service-audit-records-by-id.cjs +37 -0
- package/dist/actions/retrieve-service-audit-records-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-service-audit-records-by-id.d.cts +9 -0
- package/dist/actions/retrieve-service-audit-records-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-service-audit-records-by-id.d.mts +9 -0
- package/dist/actions/retrieve-service-audit-records-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-service-audit-records-by-id.mjs +36 -0
- package/dist/actions/retrieve-service-audit-records-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-service-by-id.cjs +94 -0
- package/dist/actions/retrieve-service-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-service-by-id.d.cts +9 -0
- package/dist/actions/retrieve-service-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-service-by-id.d.mts +9 -0
- package/dist/actions/retrieve-service-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-service-by-id.mjs +93 -0
- package/dist/actions/retrieve-service-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-service-change-events-by-id.cjs +39 -0
- package/dist/actions/retrieve-service-change-events-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-service-change-events-by-id.d.cts +9 -0
- package/dist/actions/retrieve-service-change-events-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-service-change-events-by-id.d.mts +9 -0
- package/dist/actions/retrieve-service-change-events-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-service-change-events-by-id.mjs +38 -0
- package/dist/actions/retrieve-service-change-events-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.cjs +51 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.cjs.map +1 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.d.cts +9 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.d.cts.map +1 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.d.mts +9 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.d.mts.map +1 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.mjs +50 -0
- package/dist/actions/retrieve-service-impacts-from-status-dashboards.mjs.map +1 -0
- package/dist/actions/retrieve-service-status-by-id.cjs +146 -0
- package/dist/actions/retrieve-service-status-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-service-status-by-id.d.cts +9 -0
- package/dist/actions/retrieve-service-status-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-service-status-by-id.d.mts +9 -0
- package/dist/actions/retrieve-service-status-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-service-status-by-id.mjs +145 -0
- package/dist/actions/retrieve-service-status-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-service-status-page.cjs +27 -0
- package/dist/actions/retrieve-service-status-page.cjs.map +1 -0
- package/dist/actions/retrieve-service-status-page.d.cts +9 -0
- package/dist/actions/retrieve-service-status-page.d.cts.map +1 -0
- package/dist/actions/retrieve-service-status-page.d.mts +9 -0
- package/dist/actions/retrieve-service-status-page.d.mts.map +1 -0
- package/dist/actions/retrieve-service-status-page.mjs +26 -0
- package/dist/actions/retrieve-service-status-page.mjs.map +1 -0
- package/dist/actions/retrieve-standards-list.cjs +29 -0
- package/dist/actions/retrieve-standards-list.cjs.map +1 -0
- package/dist/actions/retrieve-standards-list.d.cts +9 -0
- package/dist/actions/retrieve-standards-list.d.cts.map +1 -0
- package/dist/actions/retrieve-standards-list.d.mts +9 -0
- package/dist/actions/retrieve-standards-list.d.mts.map +1 -0
- package/dist/actions/retrieve-standards-list.mjs +28 -0
- package/dist/actions/retrieve-standards-list.mjs.map +1 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.cjs +38 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.cjs.map +1 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.d.cts +9 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.d.cts.map +1 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.d.mts +9 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.d.mts.map +1 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.mjs +37 -0
- package/dist/actions/retrieve-standards-scores-by-resource-type.mjs.map +1 -0
- package/dist/actions/retrieve-standards-scores.cjs +37 -0
- package/dist/actions/retrieve-standards-scores.cjs.map +1 -0
- package/dist/actions/retrieve-standards-scores.d.cts +9 -0
- package/dist/actions/retrieve-standards-scores.d.cts.map +1 -0
- package/dist/actions/retrieve-standards-scores.d.mts +9 -0
- package/dist/actions/retrieve-standards-scores.d.mts.map +1 -0
- package/dist/actions/retrieve-standards-scores.mjs +36 -0
- package/dist/actions/retrieve-standards-scores.mjs.map +1 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.cjs +21 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.cjs.map +1 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.d.cts +9 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.d.cts.map +1 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.d.mts +9 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.d.mts.map +1 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.mjs +20 -0
- package/dist/actions/retrieve-status-dashboard-by-slug.mjs.map +1 -0
- package/dist/actions/retrieve-status-dashboards-information.cjs +32 -0
- package/dist/actions/retrieve-status-dashboards-information.cjs.map +1 -0
- package/dist/actions/retrieve-status-dashboards-information.d.cts +9 -0
- package/dist/actions/retrieve-status-dashboards-information.d.cts.map +1 -0
- package/dist/actions/retrieve-status-dashboards-information.d.mts +9 -0
- package/dist/actions/retrieve-status-dashboards-information.d.mts.map +1 -0
- package/dist/actions/retrieve-status-dashboards-information.mjs +31 -0
- package/dist/actions/retrieve-status-dashboards-information.mjs.map +1 -0
- package/dist/actions/retrieve-status-page-post.cjs +40 -0
- package/dist/actions/retrieve-status-page-post.cjs.map +1 -0
- package/dist/actions/retrieve-status-page-post.d.cts +9 -0
- package/dist/actions/retrieve-status-page-post.d.cts.map +1 -0
- package/dist/actions/retrieve-status-page-post.d.mts +9 -0
- package/dist/actions/retrieve-status-page-post.d.mts.map +1 -0
- package/dist/actions/retrieve-status-page-post.mjs +39 -0
- package/dist/actions/retrieve-status-page-post.mjs.map +1 -0
- package/dist/actions/retrieve-status-page-severities-by-id.cjs +31 -0
- package/dist/actions/retrieve-status-page-severities-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-status-page-severities-by-id.d.cts +9 -0
- package/dist/actions/retrieve-status-page-severities-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-status-page-severities-by-id.d.mts +9 -0
- package/dist/actions/retrieve-status-page-severities-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-status-page-severities-by-id.mjs +30 -0
- package/dist/actions/retrieve-status-page-severities-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.cjs +42 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.d.cts +9 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.d.mts +9 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.mjs +41 -0
- package/dist/actions/retrieve-status-page-subscription-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-status-pages-status.cjs +31 -0
- package/dist/actions/retrieve-status-pages-status.cjs.map +1 -0
- package/dist/actions/retrieve-status-pages-status.d.cts +9 -0
- package/dist/actions/retrieve-status-pages-status.d.cts.map +1 -0
- package/dist/actions/retrieve-status-pages-status.d.mts +9 -0
- package/dist/actions/retrieve-status-pages-status.d.mts.map +1 -0
- package/dist/actions/retrieve-status-pages-status.mjs +30 -0
- package/dist/actions/retrieve-status-pages-status.mjs.map +1 -0
- package/dist/actions/retrieve-tag-by-id.cjs +24 -0
- package/dist/actions/retrieve-tag-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-tag-by-id.d.cts +9 -0
- package/dist/actions/retrieve-tag-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-tag-by-id.d.mts +9 -0
- package/dist/actions/retrieve-tag-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-tag-by-id.mjs +23 -0
- package/dist/actions/retrieve-tag-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-tags.cjs +36 -0
- package/dist/actions/retrieve-tags.cjs.map +1 -0
- package/dist/actions/retrieve-tags.d.cts +9 -0
- package/dist/actions/retrieve-tags.d.cts.map +1 -0
- package/dist/actions/retrieve-tags.d.mts +9 -0
- package/dist/actions/retrieve-tags.d.mts.map +1 -0
- package/dist/actions/retrieve-tags.mjs +35 -0
- package/dist/actions/retrieve-tags.mjs.map +1 -0
- package/dist/actions/retrieve-team-audit-records.cjs +88 -0
- package/dist/actions/retrieve-team-audit-records.cjs.map +1 -0
- package/dist/actions/retrieve-team-audit-records.d.cts +9 -0
- package/dist/actions/retrieve-team-audit-records.d.cts.map +1 -0
- package/dist/actions/retrieve-team-audit-records.d.mts +9 -0
- package/dist/actions/retrieve-team-audit-records.d.mts.map +1 -0
- package/dist/actions/retrieve-team-audit-records.mjs +87 -0
- package/dist/actions/retrieve-team-audit-records.mjs.map +1 -0
- package/dist/actions/retrieve-team-details-by-id.cjs +31 -0
- package/dist/actions/retrieve-team-details-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-team-details-by-id.d.cts +9 -0
- package/dist/actions/retrieve-team-details-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-team-details-by-id.d.mts +9 -0
- package/dist/actions/retrieve-team-details-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-team-details-by-id.mjs +30 -0
- package/dist/actions/retrieve-team-details-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-team-list.cjs +37 -0
- package/dist/actions/retrieve-team-list.cjs.map +1 -0
- package/dist/actions/retrieve-team-list.d.cts +9 -0
- package/dist/actions/retrieve-team-list.d.cts.map +1 -0
- package/dist/actions/retrieve-team-list.d.mts +9 -0
- package/dist/actions/retrieve-team-list.d.mts.map +1 -0
- package/dist/actions/retrieve-team-list.mjs +36 -0
- package/dist/actions/retrieve-team-list.mjs.map +1 -0
- package/dist/actions/retrieve-technical-service-details.cjs +118 -0
- package/dist/actions/retrieve-technical-service-details.cjs.map +1 -0
- package/dist/actions/retrieve-technical-service-details.d.cts +9 -0
- package/dist/actions/retrieve-technical-service-details.d.cts.map +1 -0
- package/dist/actions/retrieve-technical-service-details.d.mts +9 -0
- package/dist/actions/retrieve-technical-service-details.d.mts.map +1 -0
- package/dist/actions/retrieve-technical-service-details.mjs +117 -0
- package/dist/actions/retrieve-technical-service-details.mjs.map +1 -0
- package/dist/actions/retrieve-template-fields.cjs +22 -0
- package/dist/actions/retrieve-template-fields.cjs.map +1 -0
- package/dist/actions/retrieve-template-fields.d.cts +9 -0
- package/dist/actions/retrieve-template-fields.d.cts.map +1 -0
- package/dist/actions/retrieve-template-fields.d.mts +9 -0
- package/dist/actions/retrieve-template-fields.d.mts.map +1 -0
- package/dist/actions/retrieve-template-fields.mjs +21 -0
- package/dist/actions/retrieve-template-fields.mjs.map +1 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.cjs +44 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.d.cts +9 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.d.mts +9 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.mjs +43 -0
- package/dist/actions/retrieve-unrouted-event-orchestration-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-user-audit-records-by-id.cjs +77 -0
- package/dist/actions/retrieve-user-audit-records-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-user-audit-records-by-id.d.cts +9 -0
- package/dist/actions/retrieve-user-audit-records-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-user-audit-records-by-id.d.mts +9 -0
- package/dist/actions/retrieve-user-audit-records-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-user-audit-records-by-id.mjs +76 -0
- package/dist/actions/retrieve-user-audit-records-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-user-by-id.cjs +83 -0
- package/dist/actions/retrieve-user-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-user-by-id.d.cts +9 -0
- package/dist/actions/retrieve-user-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-user-by-id.d.mts +9 -0
- package/dist/actions/retrieve-user-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-user-by-id.mjs +82 -0
- package/dist/actions/retrieve-user-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.cjs +29 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.cjs.map +1 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.d.cts +9 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.d.cts.map +1 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.d.mts +9 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.d.mts.map +1 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.mjs +26 -0
- package/dist/actions/retrieve-user-contact-methods-via-id.mjs.map +1 -0
- package/dist/actions/retrieve-user-license-information.cjs +27 -0
- package/dist/actions/retrieve-user-license-information.cjs.map +1 -0
- package/dist/actions/retrieve-user-license-information.d.cts +9 -0
- package/dist/actions/retrieve-user-license-information.d.cts.map +1 -0
- package/dist/actions/retrieve-user-license-information.d.mts +9 -0
- package/dist/actions/retrieve-user-license-information.d.mts.map +1 -0
- package/dist/actions/retrieve-user-license-information.mjs +26 -0
- package/dist/actions/retrieve-user-license-information.mjs.map +1 -0
- package/dist/actions/retrieve-user-notification-rule.cjs +38 -0
- package/dist/actions/retrieve-user-notification-rule.cjs.map +1 -0
- package/dist/actions/retrieve-user-notification-rule.d.cts +9 -0
- package/dist/actions/retrieve-user-notification-rule.d.cts.map +1 -0
- package/dist/actions/retrieve-user-notification-rule.d.mts +9 -0
- package/dist/actions/retrieve-user-notification-rule.d.mts.map +1 -0
- package/dist/actions/retrieve-user-notification-rule.mjs +37 -0
- package/dist/actions/retrieve-user-notification-rule.mjs.map +1 -0
- package/dist/actions/retrieve-user-notification-rules.cjs +35 -0
- package/dist/actions/retrieve-user-notification-rules.cjs.map +1 -0
- package/dist/actions/retrieve-user-notification-rules.d.cts +9 -0
- package/dist/actions/retrieve-user-notification-rules.d.cts.map +1 -0
- package/dist/actions/retrieve-user-notification-rules.d.mts +9 -0
- package/dist/actions/retrieve-user-notification-rules.d.mts.map +1 -0
- package/dist/actions/retrieve-user-notification-rules.mjs +34 -0
- package/dist/actions/retrieve-user-notification-rules.mjs.map +1 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.cjs +33 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.cjs.map +1 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.d.cts +9 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.d.cts.map +1 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.d.mts +9 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.d.mts.map +1 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.mjs +32 -0
- package/dist/actions/retrieve-user-status-update-notification-rule.mjs.map +1 -0
- package/dist/actions/retrieve-users-by-schedule-id.cjs +31 -0
- package/dist/actions/retrieve-users-by-schedule-id.cjs.map +1 -0
- package/dist/actions/retrieve-users-by-schedule-id.d.cts +9 -0
- package/dist/actions/retrieve-users-by-schedule-id.d.cts.map +1 -0
- package/dist/actions/retrieve-users-by-schedule-id.d.mts +9 -0
- package/dist/actions/retrieve-users-by-schedule-id.d.mts.map +1 -0
- package/dist/actions/retrieve-users-by-schedule-id.mjs +30 -0
- package/dist/actions/retrieve-users-by-schedule-id.mjs.map +1 -0
- package/dist/actions/retrieve-users-list.cjs +56 -0
- package/dist/actions/retrieve-users-list.cjs.map +1 -0
- package/dist/actions/retrieve-users-list.d.cts +9 -0
- package/dist/actions/retrieve-users-list.d.cts.map +1 -0
- package/dist/actions/retrieve-users-list.d.mts +9 -0
- package/dist/actions/retrieve-users-list.d.mts.map +1 -0
- package/dist/actions/retrieve-users-list.mjs +55 -0
- package/dist/actions/retrieve-users-list.mjs.map +1 -0
- package/dist/actions/retrieve-vendor-by-id.cjs +29 -0
- package/dist/actions/retrieve-vendor-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-vendor-by-id.d.cts +9 -0
- package/dist/actions/retrieve-vendor-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-vendor-by-id.d.mts +9 -0
- package/dist/actions/retrieve-vendor-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-vendor-by-id.mjs +28 -0
- package/dist/actions/retrieve-vendor-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-webhook-subscriptions.cjs +66 -0
- package/dist/actions/retrieve-webhook-subscriptions.cjs.map +1 -0
- package/dist/actions/retrieve-webhook-subscriptions.d.cts +9 -0
- package/dist/actions/retrieve-webhook-subscriptions.d.cts.map +1 -0
- package/dist/actions/retrieve-webhook-subscriptions.d.mts +9 -0
- package/dist/actions/retrieve-webhook-subscriptions.d.mts.map +1 -0
- package/dist/actions/retrieve-webhook-subscriptions.mjs +65 -0
- package/dist/actions/retrieve-webhook-subscriptions.mjs.map +1 -0
- package/dist/actions/send-mcp-request.cjs +26 -0
- package/dist/actions/send-mcp-request.cjs.map +1 -0
- package/dist/actions/send-mcp-request.d.cts +9 -0
- package/dist/actions/send-mcp-request.d.cts.map +1 -0
- package/dist/actions/send-mcp-request.d.mts +9 -0
- package/dist/actions/send-mcp-request.d.mts.map +1 -0
- package/dist/actions/send-mcp-request.mjs +23 -0
- package/dist/actions/send-mcp-request.mjs.map +1 -0
- package/dist/actions/send-responder-requests-for-incidents.cjs +21 -0
- package/dist/actions/send-responder-requests-for-incidents.cjs.map +1 -0
- package/dist/actions/send-responder-requests-for-incidents.d.cts +9 -0
- package/dist/actions/send-responder-requests-for-incidents.d.cts.map +1 -0
- package/dist/actions/send-responder-requests-for-incidents.d.mts +9 -0
- package/dist/actions/send-responder-requests-for-incidents.d.mts.map +1 -0
- package/dist/actions/send-responder-requests-for-incidents.mjs +18 -0
- package/dist/actions/send-responder-requests-for-incidents.mjs.map +1 -0
- package/dist/actions/set-business-service-impact-status.cjs +20 -0
- package/dist/actions/set-business-service-impact-status.cjs.map +1 -0
- package/dist/actions/set-business-service-impact-status.d.cts +9 -0
- package/dist/actions/set-business-service-impact-status.d.cts.map +1 -0
- package/dist/actions/set-business-service-impact-status.d.mts +9 -0
- package/dist/actions/set-business-service-impact-status.d.mts.map +1 -0
- package/dist/actions/set-business-service-impact-status.mjs +17 -0
- package/dist/actions/set-business-service-impact-status.mjs.map +1 -0
- package/dist/actions/set-global-priority-threshold.cjs +29 -0
- package/dist/actions/set-global-priority-threshold.cjs.map +1 -0
- package/dist/actions/set-global-priority-threshold.d.cts +9 -0
- package/dist/actions/set-global-priority-threshold.d.cts.map +1 -0
- package/dist/actions/set-global-priority-threshold.d.mts +9 -0
- package/dist/actions/set-global-priority-threshold.d.mts.map +1 -0
- package/dist/actions/set-global-priority-threshold.mjs +28 -0
- package/dist/actions/set-global-priority-threshold.mjs.map +1 -0
- package/dist/actions/snooze-incident-by-duration.cjs +107 -0
- package/dist/actions/snooze-incident-by-duration.cjs.map +1 -0
- package/dist/actions/snooze-incident-by-duration.d.cts +9 -0
- package/dist/actions/snooze-incident-by-duration.d.cts.map +1 -0
- package/dist/actions/snooze-incident-by-duration.d.mts +9 -0
- package/dist/actions/snooze-incident-by-duration.d.mts.map +1 -0
- package/dist/actions/snooze-incident-by-duration.mjs +106 -0
- package/dist/actions/snooze-incident-by-duration.mjs.map +1 -0
- package/dist/actions/subscribe-entities-to-business-services.cjs +29 -0
- package/dist/actions/subscribe-entities-to-business-services.cjs.map +1 -0
- package/dist/actions/subscribe-entities-to-business-services.d.cts +9 -0
- package/dist/actions/subscribe-entities-to-business-services.d.cts.map +1 -0
- package/dist/actions/subscribe-entities-to-business-services.d.mts +9 -0
- package/dist/actions/subscribe-entities-to-business-services.d.mts.map +1 -0
- package/dist/actions/subscribe-entities-to-business-services.mjs +28 -0
- package/dist/actions/subscribe-entities-to-business-services.mjs.map +1 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.cjs +30 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.cjs.map +1 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.d.cts +9 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.d.cts.map +1 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.d.mts +9 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.d.mts.map +1 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.mjs +29 -0
- package/dist/actions/subscribe-entities-to-incident-status-updates.mjs.map +1 -0
- package/dist/actions/subscribe-to-user-notifications.cjs +30 -0
- package/dist/actions/subscribe-to-user-notifications.cjs.map +1 -0
- package/dist/actions/subscribe-to-user-notifications.d.cts +9 -0
- package/dist/actions/subscribe-to-user-notifications.d.cts.map +1 -0
- package/dist/actions/subscribe-to-user-notifications.d.mts +9 -0
- package/dist/actions/subscribe-to-user-notifications.d.mts.map +1 -0
- package/dist/actions/subscribe-to-user-notifications.mjs +29 -0
- package/dist/actions/subscribe-to-user-notifications.mjs.map +1 -0
- package/dist/actions/unsubscribe-business-service-entity.cjs +27 -0
- package/dist/actions/unsubscribe-business-service-entity.cjs.map +1 -0
- package/dist/actions/unsubscribe-business-service-entity.d.cts +9 -0
- package/dist/actions/unsubscribe-business-service-entity.d.cts.map +1 -0
- package/dist/actions/unsubscribe-business-service-entity.d.mts +9 -0
- package/dist/actions/unsubscribe-business-service-entity.d.mts.map +1 -0
- package/dist/actions/unsubscribe-business-service-entity.mjs +26 -0
- package/dist/actions/unsubscribe-business-service-entity.mjs.map +1 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.cjs +27 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.cjs.map +1 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.d.cts +9 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.d.cts.map +1 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.d.mts +9 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.d.mts.map +1 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.mjs +26 -0
- package/dist/actions/unsubscribe-from-incident-status-updates.mjs.map +1 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.cjs +26 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.cjs.map +1 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.d.cts +9 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.d.cts.map +1 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.d.mts +9 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.d.mts.map +1 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.mjs +23 -0
- package/dist/actions/unsubscribe-team-notification-subscriptions.mjs.map +1 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.cjs +26 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.cjs.map +1 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.d.cts +9 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.d.cts.map +1 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.d.mts +9 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.d.mts.map +1 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.mjs +23 -0
- package/dist/actions/unsubscribe-user-notification-subscriptions.mjs.map +1 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.cjs +35 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.cjs.map +1 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.d.cts +9 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.d.cts.map +1 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.d.mts +9 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.d.mts.map +1 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.mjs +34 -0
- package/dist/actions/update-a-custom-field-for-an-incident-type.mjs.map +1 -0
- package/dist/actions/update-a-trigger.cjs +73 -0
- package/dist/actions/update-a-trigger.cjs.map +1 -0
- package/dist/actions/update-a-trigger.d.cts +9 -0
- package/dist/actions/update-a-trigger.d.cts.map +1 -0
- package/dist/actions/update-a-trigger.d.mts +9 -0
- package/dist/actions/update-a-trigger.d.mts.map +1 -0
- package/dist/actions/update-a-trigger.mjs +72 -0
- package/dist/actions/update-a-trigger.mjs.map +1 -0
- package/dist/actions/update-add-on-by-id.cjs +36 -0
- package/dist/actions/update-add-on-by-id.cjs.map +1 -0
- package/dist/actions/update-add-on-by-id.d.cts +9 -0
- package/dist/actions/update-add-on-by-id.d.cts.map +1 -0
- package/dist/actions/update-add-on-by-id.d.mts +9 -0
- package/dist/actions/update-add-on-by-id.d.mts.map +1 -0
- package/dist/actions/update-add-on-by-id.mjs +35 -0
- package/dist/actions/update-add-on-by-id.mjs.map +1 -0
- package/dist/actions/update-alert-grouping-settings-by-id.cjs +41 -0
- package/dist/actions/update-alert-grouping-settings-by-id.cjs.map +1 -0
- package/dist/actions/update-alert-grouping-settings-by-id.d.cts +9 -0
- package/dist/actions/update-alert-grouping-settings-by-id.d.cts.map +1 -0
- package/dist/actions/update-alert-grouping-settings-by-id.d.mts +9 -0
- package/dist/actions/update-alert-grouping-settings-by-id.d.mts.map +1 -0
- package/dist/actions/update-alert-grouping-settings-by-id.mjs +40 -0
- package/dist/actions/update-alert-grouping-settings-by-id.mjs.map +1 -0
- package/dist/actions/update-alert-in-incident.cjs +64 -0
- package/dist/actions/update-alert-in-incident.cjs.map +1 -0
- package/dist/actions/update-alert-in-incident.d.cts +9 -0
- package/dist/actions/update-alert-in-incident.d.cts.map +1 -0
- package/dist/actions/update-alert-in-incident.d.mts +9 -0
- package/dist/actions/update-alert-in-incident.d.mts.map +1 -0
- package/dist/actions/update-alert-in-incident.mjs +63 -0
- package/dist/actions/update-alert-in-incident.mjs.map +1 -0
- package/dist/actions/update-an-incident-type.cjs +159 -0
- package/dist/actions/update-an-incident-type.cjs.map +1 -0
- package/dist/actions/update-an-incident-type.d.cts +9 -0
- package/dist/actions/update-an-incident-type.d.cts.map +1 -0
- package/dist/actions/update-an-incident-type.d.mts +9 -0
- package/dist/actions/update-an-incident-type.d.mts.map +1 -0
- package/dist/actions/update-an-incident-type.mjs +158 -0
- package/dist/actions/update-an-incident-type.mjs.map +1 -0
- package/dist/actions/update-automation-runner-info.cjs +34 -0
- package/dist/actions/update-automation-runner-info.cjs.map +1 -0
- package/dist/actions/update-automation-runner-info.d.cts +9 -0
- package/dist/actions/update-automation-runner-info.d.cts.map +1 -0
- package/dist/actions/update-automation-runner-info.d.mts +9 -0
- package/dist/actions/update-automation-runner-info.d.mts.map +1 -0
- package/dist/actions/update-automation-runner-info.mjs +33 -0
- package/dist/actions/update-automation-runner-info.mjs.map +1 -0
- package/dist/actions/update-business-service-by-id.cjs +39 -0
- package/dist/actions/update-business-service-by-id.cjs.map +1 -0
- package/dist/actions/update-business-service-by-id.d.cts +9 -0
- package/dist/actions/update-business-service-by-id.d.cts.map +1 -0
- package/dist/actions/update-business-service-by-id.d.mts +9 -0
- package/dist/actions/update-business-service-by-id.d.mts.map +1 -0
- package/dist/actions/update-business-service-by-id.mjs +38 -0
- package/dist/actions/update-business-service-by-id.mjs.map +1 -0
- package/dist/actions/update-change-event-by-id.cjs +38 -0
- package/dist/actions/update-change-event-by-id.cjs.map +1 -0
- package/dist/actions/update-change-event-by-id.d.cts +9 -0
- package/dist/actions/update-change-event-by-id.d.cts.map +1 -0
- package/dist/actions/update-change-event-by-id.d.mts +9 -0
- package/dist/actions/update-change-event-by-id.d.mts.map +1 -0
- package/dist/actions/update-change-event-by-id.mjs +37 -0
- package/dist/actions/update-change-event-by-id.mjs.map +1 -0
- package/dist/actions/update-custom-field-display-name.cjs +35 -0
- package/dist/actions/update-custom-field-display-name.cjs.map +1 -0
- package/dist/actions/update-custom-field-display-name.d.cts +9 -0
- package/dist/actions/update-custom-field-display-name.d.cts.map +1 -0
- package/dist/actions/update-custom-field-display-name.d.mts +9 -0
- package/dist/actions/update-custom-field-display-name.d.mts.map +1 -0
- package/dist/actions/update-custom-field-display-name.mjs +34 -0
- package/dist/actions/update-custom-field-display-name.mjs.map +1 -0
- package/dist/actions/update-custom-field-option.cjs +31 -0
- package/dist/actions/update-custom-field-option.cjs.map +1 -0
- package/dist/actions/update-custom-field-option.d.cts +9 -0
- package/dist/actions/update-custom-field-option.d.cts.map +1 -0
- package/dist/actions/update-custom-field-option.d.mts +9 -0
- package/dist/actions/update-custom-field-option.d.mts.map +1 -0
- package/dist/actions/update-custom-field-option.mjs +30 -0
- package/dist/actions/update-custom-field-option.mjs.map +1 -0
- package/dist/actions/update-escalation-policy-by-id.cjs +82 -0
- package/dist/actions/update-escalation-policy-by-id.cjs.map +1 -0
- package/dist/actions/update-escalation-policy-by-id.d.cts +9 -0
- package/dist/actions/update-escalation-policy-by-id.d.cts.map +1 -0
- package/dist/actions/update-escalation-policy-by-id.d.mts +9 -0
- package/dist/actions/update-escalation-policy-by-id.d.mts.map +1 -0
- package/dist/actions/update-escalation-policy-by-id.mjs +81 -0
- package/dist/actions/update-escalation-policy-by-id.mjs.map +1 -0
- package/dist/actions/update-escalation-policy-for-team.cjs +22 -0
- package/dist/actions/update-escalation-policy-for-team.cjs.map +1 -0
- package/dist/actions/update-escalation-policy-for-team.d.cts +9 -0
- package/dist/actions/update-escalation-policy-for-team.d.cts.map +1 -0
- package/dist/actions/update-escalation-policy-for-team.d.mts +9 -0
- package/dist/actions/update-escalation-policy-for-team.d.mts.map +1 -0
- package/dist/actions/update-escalation-policy-for-team.mjs +19 -0
- package/dist/actions/update-escalation-policy-for-team.mjs.map +1 -0
- package/dist/actions/update-event-orchestration-by-id.cjs +77 -0
- package/dist/actions/update-event-orchestration-by-id.cjs.map +1 -0
- package/dist/actions/update-event-orchestration-by-id.d.cts +9 -0
- package/dist/actions/update-event-orchestration-by-id.d.cts.map +1 -0
- package/dist/actions/update-event-orchestration-by-id.d.mts +9 -0
- package/dist/actions/update-event-orchestration-by-id.d.mts.map +1 -0
- package/dist/actions/update-event-orchestration-by-id.mjs +76 -0
- package/dist/actions/update-event-orchestration-by-id.mjs.map +1 -0
- package/dist/actions/update-event-orchestration-cache-variable.cjs +56 -0
- package/dist/actions/update-event-orchestration-cache-variable.cjs.map +1 -0
- package/dist/actions/update-event-orchestration-cache-variable.d.cts +9 -0
- package/dist/actions/update-event-orchestration-cache-variable.d.cts.map +1 -0
- package/dist/actions/update-event-orchestration-cache-variable.d.mts +9 -0
- package/dist/actions/update-event-orchestration-cache-variable.d.mts.map +1 -0
- package/dist/actions/update-event-orchestration-cache-variable.mjs +55 -0
- package/dist/actions/update-event-orchestration-cache-variable.mjs.map +1 -0
- package/dist/actions/update-event-rule-by-id.cjs +79 -0
- package/dist/actions/update-event-rule-by-id.cjs.map +1 -0
- package/dist/actions/update-event-rule-by-id.d.cts +9 -0
- package/dist/actions/update-event-rule-by-id.d.cts.map +1 -0
- package/dist/actions/update-event-rule-by-id.d.mts +9 -0
- package/dist/actions/update-event-rule-by-id.d.mts.map +1 -0
- package/dist/actions/update-event-rule-by-id.mjs +78 -0
- package/dist/actions/update-event-rule-by-id.mjs.map +1 -0
- package/dist/actions/update-event-rule-for-service.cjs +79 -0
- package/dist/actions/update-event-rule-for-service.cjs.map +1 -0
- package/dist/actions/update-event-rule-for-service.d.cts +9 -0
- package/dist/actions/update-event-rule-for-service.d.cts.map +1 -0
- package/dist/actions/update-event-rule-for-service.d.mts +9 -0
- package/dist/actions/update-event-rule-for-service.d.mts.map +1 -0
- package/dist/actions/update-event-rule-for-service.mjs +78 -0
- package/dist/actions/update-event-rule-for-service.mjs.map +1 -0
- package/dist/actions/update-extension-by-id.cjs +45 -0
- package/dist/actions/update-extension-by-id.cjs.map +1 -0
- package/dist/actions/update-extension-by-id.d.cts +9 -0
- package/dist/actions/update-extension-by-id.d.cts.map +1 -0
- package/dist/actions/update-extension-by-id.d.mts +9 -0
- package/dist/actions/update-extension-by-id.d.mts.map +1 -0
- package/dist/actions/update-extension-by-id.mjs +44 -0
- package/dist/actions/update-extension-by-id.mjs.map +1 -0
- package/dist/actions/update-global-orchestration.cjs +19 -0
- package/dist/actions/update-global-orchestration.cjs.map +1 -0
- package/dist/actions/update-global-orchestration.d.cts +9 -0
- package/dist/actions/update-global-orchestration.d.cts.map +1 -0
- package/dist/actions/update-global-orchestration.d.mts +9 -0
- package/dist/actions/update-global-orchestration.d.mts.map +1 -0
- package/dist/actions/update-global-orchestration.mjs +16 -0
- package/dist/actions/update-global-orchestration.mjs.map +1 -0
- package/dist/actions/update-incident-alerts.cjs +78 -0
- package/dist/actions/update-incident-alerts.cjs.map +1 -0
- package/dist/actions/update-incident-alerts.d.cts +9 -0
- package/dist/actions/update-incident-alerts.d.cts.map +1 -0
- package/dist/actions/update-incident-alerts.d.mts +9 -0
- package/dist/actions/update-incident-alerts.d.mts.map +1 -0
- package/dist/actions/update-incident-alerts.mjs +77 -0
- package/dist/actions/update-incident-alerts.mjs.map +1 -0
- package/dist/actions/update-incident-by-id.cjs +139 -0
- package/dist/actions/update-incident-by-id.cjs.map +1 -0
- package/dist/actions/update-incident-by-id.d.cts +9 -0
- package/dist/actions/update-incident-by-id.d.cts.map +1 -0
- package/dist/actions/update-incident-by-id.d.mts +9 -0
- package/dist/actions/update-incident-by-id.d.mts.map +1 -0
- package/dist/actions/update-incident-by-id.mjs +138 -0
- package/dist/actions/update-incident-by-id.mjs.map +1 -0
- package/dist/actions/update-incident-custom-field-values.cjs +36 -0
- package/dist/actions/update-incident-custom-field-values.cjs.map +1 -0
- package/dist/actions/update-incident-custom-field-values.d.cts +9 -0
- package/dist/actions/update-incident-custom-field-values.d.cts.map +1 -0
- package/dist/actions/update-incident-custom-field-values.d.mts +9 -0
- package/dist/actions/update-incident-custom-field-values.d.mts.map +1 -0
- package/dist/actions/update-incident-custom-field-values.mjs +35 -0
- package/dist/actions/update-incident-custom-field-values.mjs.map +1 -0
- package/dist/actions/update-incident-details.cjs +132 -0
- package/dist/actions/update-incident-details.cjs.map +1 -0
- package/dist/actions/update-incident-details.d.cts +9 -0
- package/dist/actions/update-incident-details.d.cts.map +1 -0
- package/dist/actions/update-incident-details.d.mts +9 -0
- package/dist/actions/update-incident-details.d.mts.map +1 -0
- package/dist/actions/update-incident-details.mjs +131 -0
- package/dist/actions/update-incident-details.mjs.map +1 -0
- package/dist/actions/update-incident-workflow.cjs +80 -0
- package/dist/actions/update-incident-workflow.cjs.map +1 -0
- package/dist/actions/update-incident-workflow.d.cts +9 -0
- package/dist/actions/update-incident-workflow.d.cts.map +1 -0
- package/dist/actions/update-incident-workflow.d.mts +9 -0
- package/dist/actions/update-incident-workflow.d.mts.map +1 -0
- package/dist/actions/update-incident-workflow.mjs +79 -0
- package/dist/actions/update-incident-workflow.mjs.map +1 -0
- package/dist/actions/update-integration-by-id-and-integration-id.cjs +43 -0
- package/dist/actions/update-integration-by-id-and-integration-id.cjs.map +1 -0
- package/dist/actions/update-integration-by-id-and-integration-id.d.cts +9 -0
- package/dist/actions/update-integration-by-id-and-integration-id.d.cts.map +1 -0
- package/dist/actions/update-integration-by-id-and-integration-id.d.mts +9 -0
- package/dist/actions/update-integration-by-id-and-integration-id.d.mts.map +1 -0
- package/dist/actions/update-integration-by-id-and-integration-id.mjs +42 -0
- package/dist/actions/update-integration-by-id-and-integration-id.mjs.map +1 -0
- package/dist/actions/update-integration-label.cjs +60 -0
- package/dist/actions/update-integration-label.cjs.map +1 -0
- package/dist/actions/update-integration-label.d.cts +9 -0
- package/dist/actions/update-integration-label.d.cts.map +1 -0
- package/dist/actions/update-integration-label.d.mts +9 -0
- package/dist/actions/update-integration-label.d.mts.map +1 -0
- package/dist/actions/update-integration-label.mjs +59 -0
- package/dist/actions/update-integration-label.mjs.map +1 -0
- package/dist/actions/update-log-entry-channel.cjs +68 -0
- package/dist/actions/update-log-entry-channel.cjs.map +1 -0
- package/dist/actions/update-log-entry-channel.d.cts +9 -0
- package/dist/actions/update-log-entry-channel.d.cts.map +1 -0
- package/dist/actions/update-log-entry-channel.d.mts +9 -0
- package/dist/actions/update-log-entry-channel.d.mts.map +1 -0
- package/dist/actions/update-log-entry-channel.mjs +67 -0
- package/dist/actions/update-log-entry-channel.mjs.map +1 -0
- package/dist/actions/update-maintenance-window-by-id.cjs +42 -0
- package/dist/actions/update-maintenance-window-by-id.cjs.map +1 -0
- package/dist/actions/update-maintenance-window-by-id.d.cts +9 -0
- package/dist/actions/update-maintenance-window-by-id.d.cts.map +1 -0
- package/dist/actions/update-maintenance-window-by-id.d.mts +9 -0
- package/dist/actions/update-maintenance-window-by-id.d.mts.map +1 -0
- package/dist/actions/update-maintenance-window-by-id.mjs +41 -0
- package/dist/actions/update-maintenance-window-by-id.mjs.map +1 -0
- package/dist/actions/update-oncall-handoff-notification-rule.cjs +51 -0
- package/dist/actions/update-oncall-handoff-notification-rule.cjs.map +1 -0
- package/dist/actions/update-oncall-handoff-notification-rule.d.cts +9 -0
- package/dist/actions/update-oncall-handoff-notification-rule.d.cts.map +1 -0
- package/dist/actions/update-oncall-handoff-notification-rule.d.mts +9 -0
- package/dist/actions/update-oncall-handoff-notification-rule.d.mts.map +1 -0
- package/dist/actions/update-oncall-handoff-notification-rule.mjs +50 -0
- package/dist/actions/update-oncall-handoff-notification-rule.mjs.map +1 -0
- package/dist/actions/update-orchestration-router-details.cjs +63 -0
- package/dist/actions/update-orchestration-router-details.cjs.map +1 -0
- package/dist/actions/update-orchestration-router-details.d.cts +9 -0
- package/dist/actions/update-orchestration-router-details.d.cts.map +1 -0
- package/dist/actions/update-orchestration-router-details.d.mts +9 -0
- package/dist/actions/update-orchestration-router-details.d.mts.map +1 -0
- package/dist/actions/update-orchestration-router-details.mjs +62 -0
- package/dist/actions/update-orchestration-router-details.mjs.map +1 -0
- package/dist/actions/update-response-play-by-id.cjs +56 -0
- package/dist/actions/update-response-play-by-id.cjs.map +1 -0
- package/dist/actions/update-response-play-by-id.d.cts +9 -0
- package/dist/actions/update-response-play-by-id.d.cts.map +1 -0
- package/dist/actions/update-response-play-by-id.d.mts +9 -0
- package/dist/actions/update-response-play-by-id.d.mts.map +1 -0
- package/dist/actions/update-response-play-by-id.mjs +55 -0
- package/dist/actions/update-response-play-by-id.mjs.map +1 -0
- package/dist/actions/update-ruleset-by-id.cjs +55 -0
- package/dist/actions/update-ruleset-by-id.cjs.map +1 -0
- package/dist/actions/update-ruleset-by-id.d.cts +9 -0
- package/dist/actions/update-ruleset-by-id.d.cts.map +1 -0
- package/dist/actions/update-ruleset-by-id.d.mts +9 -0
- package/dist/actions/update-ruleset-by-id.d.mts.map +1 -0
- package/dist/actions/update-ruleset-by-id.mjs +54 -0
- package/dist/actions/update-ruleset-by-id.mjs.map +1 -0
- package/dist/actions/update-schedule-by-id.cjs +212 -0
- package/dist/actions/update-schedule-by-id.cjs.map +1 -0
- package/dist/actions/update-schedule-by-id.d.cts +9 -0
- package/dist/actions/update-schedule-by-id.d.cts.map +1 -0
- package/dist/actions/update-schedule-by-id.d.mts +9 -0
- package/dist/actions/update-schedule-by-id.d.mts.map +1 -0
- package/dist/actions/update-schedule-by-id.mjs +211 -0
- package/dist/actions/update-schedule-by-id.mjs.map +1 -0
- package/dist/actions/update-service-by-id.cjs +158 -0
- package/dist/actions/update-service-by-id.cjs.map +1 -0
- package/dist/actions/update-service-by-id.d.cts +9 -0
- package/dist/actions/update-service-by-id.d.cts.map +1 -0
- package/dist/actions/update-service-by-id.d.mts +9 -0
- package/dist/actions/update-service-by-id.d.mts.map +1 -0
- package/dist/actions/update-service-by-id.mjs +157 -0
- package/dist/actions/update-service-by-id.mjs.map +1 -0
- package/dist/actions/update-service-orchestration-active-status.cjs +19 -0
- package/dist/actions/update-service-orchestration-active-status.cjs.map +1 -0
- package/dist/actions/update-service-orchestration-active-status.d.cts +9 -0
- package/dist/actions/update-service-orchestration-active-status.d.cts.map +1 -0
- package/dist/actions/update-service-orchestration-active-status.d.mts +9 -0
- package/dist/actions/update-service-orchestration-active-status.d.mts.map +1 -0
- package/dist/actions/update-service-orchestration-active-status.mjs +16 -0
- package/dist/actions/update-service-orchestration-active-status.mjs.map +1 -0
- package/dist/actions/update-standard-by-id.cjs +31 -0
- package/dist/actions/update-standard-by-id.cjs.map +1 -0
- package/dist/actions/update-standard-by-id.d.cts +9 -0
- package/dist/actions/update-standard-by-id.d.cts.map +1 -0
- package/dist/actions/update-standard-by-id.d.mts +9 -0
- package/dist/actions/update-standard-by-id.d.mts.map +1 -0
- package/dist/actions/update-standard-by-id.mjs +28 -0
- package/dist/actions/update-standard-by-id.mjs.map +1 -0
- package/dist/actions/update-status-page-post-info.cjs +89 -0
- package/dist/actions/update-status-page-post-info.cjs.map +1 -0
- package/dist/actions/update-status-page-post-info.d.cts +9 -0
- package/dist/actions/update-status-page-post-info.d.cts.map +1 -0
- package/dist/actions/update-status-page-post-info.d.mts +9 -0
- package/dist/actions/update-status-page-post-info.d.mts.map +1 -0
- package/dist/actions/update-status-page-post-info.mjs +88 -0
- package/dist/actions/update-status-page-post-info.mjs.map +1 -0
- package/dist/actions/update-status-page-post-postmortem.cjs +38 -0
- package/dist/actions/update-status-page-post-postmortem.cjs.map +1 -0
- package/dist/actions/update-status-page-post-postmortem.d.cts +9 -0
- package/dist/actions/update-status-page-post-postmortem.d.cts.map +1 -0
- package/dist/actions/update-status-page-post-postmortem.d.mts +9 -0
- package/dist/actions/update-status-page-post-postmortem.d.mts.map +1 -0
- package/dist/actions/update-status-page-post-postmortem.mjs +37 -0
- package/dist/actions/update-status-page-post-postmortem.mjs.map +1 -0
- package/dist/actions/update-status-page-post-resource.cjs +36 -0
- package/dist/actions/update-status-page-post-resource.cjs.map +1 -0
- package/dist/actions/update-status-page-post-resource.d.cts +9 -0
- package/dist/actions/update-status-page-post-resource.d.cts.map +1 -0
- package/dist/actions/update-status-page-post-resource.d.mts +9 -0
- package/dist/actions/update-status-page-post-resource.d.mts.map +1 -0
- package/dist/actions/update-status-page-post-resource.mjs +35 -0
- package/dist/actions/update-status-page-post-resource.mjs.map +1 -0
- package/dist/actions/update-status-page-post.cjs +45 -0
- package/dist/actions/update-status-page-post.cjs.map +1 -0
- package/dist/actions/update-status-page-post.d.cts +9 -0
- package/dist/actions/update-status-page-post.d.cts.map +1 -0
- package/dist/actions/update-status-page-post.d.mts +9 -0
- package/dist/actions/update-status-page-post.d.mts.map +1 -0
- package/dist/actions/update-status-page-post.mjs +42 -0
- package/dist/actions/update-status-page-post.mjs.map +1 -0
- package/dist/actions/update-team-by-id.cjs +42 -0
- package/dist/actions/update-team-by-id.cjs.map +1 -0
- package/dist/actions/update-team-by-id.d.cts +9 -0
- package/dist/actions/update-team-by-id.d.cts.map +1 -0
- package/dist/actions/update-team-by-id.d.mts +9 -0
- package/dist/actions/update-team-by-id.d.mts.map +1 -0
- package/dist/actions/update-team-by-id.mjs +41 -0
- package/dist/actions/update-team-by-id.mjs.map +1 -0
- package/dist/actions/update-template-by-id.cjs +24 -0
- package/dist/actions/update-template-by-id.cjs.map +1 -0
- package/dist/actions/update-template-by-id.d.cts +9 -0
- package/dist/actions/update-template-by-id.d.cts.map +1 -0
- package/dist/actions/update-template-by-id.d.mts +9 -0
- package/dist/actions/update-template-by-id.d.mts.map +1 -0
- package/dist/actions/update-template-by-id.mjs +21 -0
- package/dist/actions/update-template-by-id.mjs.map +1 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.cjs +19 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.cjs.map +1 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.d.cts +9 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.d.cts.map +1 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.d.mts +9 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.d.mts.map +1 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.mjs +16 -0
- package/dist/actions/update-the-service-orchestration-for-a-service.mjs.map +1 -0
- package/dist/actions/update-unrouted-orchestration-rules.cjs +19 -0
- package/dist/actions/update-unrouted-orchestration-rules.cjs.map +1 -0
- package/dist/actions/update-unrouted-orchestration-rules.d.cts +9 -0
- package/dist/actions/update-unrouted-orchestration-rules.d.cts.map +1 -0
- package/dist/actions/update-unrouted-orchestration-rules.d.mts +9 -0
- package/dist/actions/update-unrouted-orchestration-rules.d.mts.map +1 -0
- package/dist/actions/update-unrouted-orchestration-rules.mjs +16 -0
- package/dist/actions/update-unrouted-orchestration-rules.mjs.map +1 -0
- package/dist/actions/update-user-information.cjs +85 -0
- package/dist/actions/update-user-information.cjs.map +1 -0
- package/dist/actions/update-user-information.d.cts +9 -0
- package/dist/actions/update-user-information.d.cts.map +1 -0
- package/dist/actions/update-user-information.d.mts +9 -0
- package/dist/actions/update-user-information.d.mts.map +1 -0
- package/dist/actions/update-user-information.mjs +84 -0
- package/dist/actions/update-user-information.mjs.map +1 -0
- package/dist/actions/update-user-notification-rule-by-id.cjs +48 -0
- package/dist/actions/update-user-notification-rule-by-id.cjs.map +1 -0
- package/dist/actions/update-user-notification-rule-by-id.d.cts +9 -0
- package/dist/actions/update-user-notification-rule-by-id.d.cts.map +1 -0
- package/dist/actions/update-user-notification-rule-by-id.d.mts +9 -0
- package/dist/actions/update-user-notification-rule-by-id.d.mts.map +1 -0
- package/dist/actions/update-user-notification-rule-by-id.mjs +47 -0
- package/dist/actions/update-user-notification-rule-by-id.mjs.map +1 -0
- package/dist/actions/update-user-role-on-team.cjs +48 -0
- package/dist/actions/update-user-role-on-team.cjs.map +1 -0
- package/dist/actions/update-user-role-on-team.d.cts +9 -0
- package/dist/actions/update-user-role-on-team.d.cts.map +1 -0
- package/dist/actions/update-user-role-on-team.d.mts +9 -0
- package/dist/actions/update-user-role-on-team.d.mts.map +1 -0
- package/dist/actions/update-user-role-on-team.mjs +47 -0
- package/dist/actions/update-user-role-on-team.mjs.map +1 -0
- package/dist/actions/update-workflow-integration-connection.cjs +45 -0
- package/dist/actions/update-workflow-integration-connection.cjs.map +1 -0
- package/dist/actions/update-workflow-integration-connection.d.cts +9 -0
- package/dist/actions/update-workflow-integration-connection.d.cts.map +1 -0
- package/dist/actions/update-workflow-integration-connection.d.mts +9 -0
- package/dist/actions/update-workflow-integration-connection.d.mts.map +1 -0
- package/dist/actions/update-workflow-integration-connection.mjs +44 -0
- package/dist/actions/update-workflow-integration-connection.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +732 -0
- package/dist/index.d.cts +366 -0
- package/dist/index.d.mts +366 -0
- package/dist/index.mjs +367 -0
- package/package.json +49 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-user-contact-methods-via-id.ts
|
|
4
|
+
const PagerdutyRetrieveUserContactMethodsViaIdInput = zod.z.object({ id: zod.z.string().describe("The ID of the resource.") }).describe("Request schema for `RetrieveUserContactMethodsViaId`");
|
|
5
|
+
const PagerdutyRetrieveUserContactMethodsViaIdOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the contact method."),
|
|
7
|
+
self: zod.z.string().describe("The API URL at which the contact method is accessible."),
|
|
8
|
+
type: zod.z.string().describe("Type of contact method. Values include: email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method."),
|
|
9
|
+
label: zod.z.string().describe("A user-friendly label for the contact method (e.g., 'Work','Mobile', 'Home Phone')."),
|
|
10
|
+
address: zod.z.string().describe("The contact address to deliver to: email address, phone number, etc., depending on the type."),
|
|
11
|
+
enabled: zod.z.boolean().describe("If true, this phone is capable of receiving SMS messages. Only applicable for phone contact methods.").nullable().optional(),
|
|
12
|
+
summary: zod.z.string().describe("A brief summary or description of the contact method."),
|
|
13
|
+
html_url: zod.z.string().describe("The URL at which the contact method is accessible in the PagerDuty web UI.").nullable().optional(),
|
|
14
|
+
blacklisted: zod.z.boolean().describe("If true, this phone has been blacklisted by PagerDuty and no messages will be sent to it. Only applicable for phone and SMS contact methods.").nullable().optional(),
|
|
15
|
+
country_code: zod.z.number().int().describe("The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.").nullable().optional(),
|
|
16
|
+
send_html_email: zod.z.boolean().describe("Whether to send HTML-formatted email messages. Only applicable for email contact methods.").nullable().optional(),
|
|
17
|
+
send_short_email: zod.z.boolean().describe("Whether to send an abbreviated email message instead of the standard email output. Only applicable for email contact methods.").nullable().optional()
|
|
18
|
+
}).describe("Response schema for `RetrieveUserContactMethodsViaId`");
|
|
19
|
+
const pagerdutyRetrieveUserContactMethodsViaId = require_action.action("PAGERDUTY_RETRIEVE_USER_CONTACT_METHODS_VIA_ID", {
|
|
20
|
+
slug: "pagerduty-retrieve-user-contact-methods-via-id",
|
|
21
|
+
name: "Retrieve user contact methods via id",
|
|
22
|
+
description: "Retrieves all contact methods associated with a specific user in PagerDuty. This endpoint allows you to fetch the various ways a user can be contacted during an incident, such as email addresses, phone numbers, or push notifications to mobile devices. It's particularly useful when you need to review or update a user's notification preferences or ensure that the correct contact information is on file. The endpoint returns a list of contact methods, likely including details such as the type of contact method, the specific address or number, and possibly the status (e.g., verified, primary). It should be used when setting up new users, auditing user information, or integrating PagerDuty with other communication systems. Note that this endpoint only provides read access to contact methods and cannot be used to add, modify, or remove contact information.",
|
|
23
|
+
input: PagerdutyRetrieveUserContactMethodsViaIdInput,
|
|
24
|
+
output: PagerdutyRetrieveUserContactMethodsViaIdOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.pagerdutyRetrieveUserContactMethodsViaId = pagerdutyRetrieveUserContactMethodsViaId;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=retrieve-user-contact-methods-via-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-contact-methods-via-id.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-user-contact-methods-via-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserContactMethodsViaIdInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the resource.\"),\n}).describe(\"Request schema for `RetrieveUserContactMethodsViaId`\");\nexport const PagerdutyRetrieveUserContactMethodsViaIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the contact method.\"),\n self: z.string().describe(\"The API URL at which the contact method is accessible.\"),\n type: z.string().describe(\"Type of contact method. Values include: email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method.\"),\n label: z.string().describe(\"A user-friendly label for the contact method (e.g., 'Work','Mobile', 'Home Phone').\"),\n address: z.string().describe(\"The contact address to deliver to: email address, phone number, etc., depending on the type.\"),\n enabled: z.boolean().describe(\"If true, this phone is capable of receiving SMS messages. Only applicable for phone contact methods.\").nullable().optional(),\n summary: z.string().describe(\"A brief summary or description of the contact method.\"),\n html_url: z.string().describe(\"The URL at which the contact method is accessible in the PagerDuty web UI.\").nullable().optional(),\n blacklisted: z.boolean().describe(\"If true, this phone has been blacklisted by PagerDuty and no messages will be sent to it. Only applicable for phone and SMS contact methods.\").nullable().optional(),\n country_code: z.number().int().describe(\"The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.\").nullable().optional(),\n send_html_email: z.boolean().describe(\"Whether to send HTML-formatted email messages. Only applicable for email contact methods.\").nullable().optional(),\n send_short_email: z.boolean().describe(\"Whether to send an abbreviated email message instead of the standard email output. Only applicable for email contact methods.\").nullable().optional(),\n}).describe(\"Response schema for `RetrieveUserContactMethodsViaId`\");\n\nexport const pagerdutyRetrieveUserContactMethodsViaId = action(\"PAGERDUTY_RETRIEVE_USER_CONTACT_METHODS_VIA_ID\", {\n slug: \"pagerduty-retrieve-user-contact-methods-via-id\",\n name: \"Retrieve user contact methods via id\",\n description: \"Retrieves all contact methods associated with a specific user in PagerDuty. This endpoint allows you to fetch the various ways a user can be contacted during an incident, such as email addresses, phone numbers, or push notifications to mobile devices. It's particularly useful when you need to review or update a user's notification preferences or ensure that the correct contact information is on file. The endpoint returns a list of contact methods, likely including details such as the type of contact method, the specific address or number, and possibly the status (e.g., verified, primary). It should be used when setting up new users, auditing user information, or integrating PagerDuty with other communication systems. Note that this endpoint only provides read access to contact methods and cannot be used to add, modify, or remove contact information.\",\n input: PagerdutyRetrieveUserContactMethodsViaIdInput,\n output: PagerdutyRetrieveUserContactMethodsViaIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,EACnD,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACrK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;CAChH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;CAC3H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtM,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtK,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9L,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,2CAA2CC,eAAAA,OAAO,kDAAkD;CAC/G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-contact-methods-via-id.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserContactMethodsViaIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserContactMethodsViaIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserContactMethodsViaId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserContactMethodsViaId };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-contact-methods-via-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-contact-methods-via-id.d.cts","names":[],"sources":["../../src/actions/retrieve-user-contact-methods-via-id.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAEK;AAAA,cACtD,8CAAA,EAAgD,CAAA,CAAE,UAaK;AAAA,cAEvD,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-contact-methods-via-id.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserContactMethodsViaIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserContactMethodsViaIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserContactMethodsViaId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserContactMethodsViaId };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-contact-methods-via-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-contact-methods-via-id.d.mts","names":[],"sources":["../../src/actions/retrieve-user-contact-methods-via-id.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAEK;AAAA,cACtD,8CAAA,EAAgD,CAAA,CAAE,UAaK;AAAA,cAEvD,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pagerdutyRetrieveUserContactMethodsViaId = action("PAGERDUTY_RETRIEVE_USER_CONTACT_METHODS_VIA_ID", {
|
|
4
|
+
slug: "pagerduty-retrieve-user-contact-methods-via-id",
|
|
5
|
+
name: "Retrieve user contact methods via id",
|
|
6
|
+
description: "Retrieves all contact methods associated with a specific user in PagerDuty. This endpoint allows you to fetch the various ways a user can be contacted during an incident, such as email addresses, phone numbers, or push notifications to mobile devices. It's particularly useful when you need to review or update a user's notification preferences or ensure that the correct contact information is on file. The endpoint returns a list of contact methods, likely including details such as the type of contact method, the specific address or number, and possibly the status (e.g., verified, primary). It should be used when setting up new users, auditing user information, or integrating PagerDuty with other communication systems. Note that this endpoint only provides read access to contact methods and cannot be used to add, modify, or remove contact information.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The ID of the resource.") }).describe("Request schema for `RetrieveUserContactMethodsViaId`"),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the contact method."),
|
|
10
|
+
self: z.string().describe("The API URL at which the contact method is accessible."),
|
|
11
|
+
type: z.string().describe("Type of contact method. Values include: email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method."),
|
|
12
|
+
label: z.string().describe("A user-friendly label for the contact method (e.g., 'Work','Mobile', 'Home Phone')."),
|
|
13
|
+
address: z.string().describe("The contact address to deliver to: email address, phone number, etc., depending on the type."),
|
|
14
|
+
enabled: z.boolean().describe("If true, this phone is capable of receiving SMS messages. Only applicable for phone contact methods.").nullable().optional(),
|
|
15
|
+
summary: z.string().describe("A brief summary or description of the contact method."),
|
|
16
|
+
html_url: z.string().describe("The URL at which the contact method is accessible in the PagerDuty web UI.").nullable().optional(),
|
|
17
|
+
blacklisted: z.boolean().describe("If true, this phone has been blacklisted by PagerDuty and no messages will be sent to it. Only applicable for phone and SMS contact methods.").nullable().optional(),
|
|
18
|
+
country_code: z.number().int().describe("The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.").nullable().optional(),
|
|
19
|
+
send_html_email: z.boolean().describe("Whether to send HTML-formatted email messages. Only applicable for email contact methods.").nullable().optional(),
|
|
20
|
+
send_short_email: z.boolean().describe("Whether to send an abbreviated email message instead of the standard email output. Only applicable for email contact methods.").nullable().optional()
|
|
21
|
+
}).describe("Response schema for `RetrieveUserContactMethodsViaId`")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { pagerdutyRetrieveUserContactMethodsViaId };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=retrieve-user-contact-methods-via-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-contact-methods-via-id.mjs","names":[],"sources":["../../src/actions/retrieve-user-contact-methods-via-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserContactMethodsViaIdInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the resource.\"),\n}).describe(\"Request schema for `RetrieveUserContactMethodsViaId`\");\nexport const PagerdutyRetrieveUserContactMethodsViaIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the contact method.\"),\n self: z.string().describe(\"The API URL at which the contact method is accessible.\"),\n type: z.string().describe(\"Type of contact method. Values include: email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method.\"),\n label: z.string().describe(\"A user-friendly label for the contact method (e.g., 'Work','Mobile', 'Home Phone').\"),\n address: z.string().describe(\"The contact address to deliver to: email address, phone number, etc., depending on the type.\"),\n enabled: z.boolean().describe(\"If true, this phone is capable of receiving SMS messages. Only applicable for phone contact methods.\").nullable().optional(),\n summary: z.string().describe(\"A brief summary or description of the contact method.\"),\n html_url: z.string().describe(\"The URL at which the contact method is accessible in the PagerDuty web UI.\").nullable().optional(),\n blacklisted: z.boolean().describe(\"If true, this phone has been blacklisted by PagerDuty and no messages will be sent to it. Only applicable for phone and SMS contact methods.\").nullable().optional(),\n country_code: z.number().int().describe(\"The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.\").nullable().optional(),\n send_html_email: z.boolean().describe(\"Whether to send HTML-formatted email messages. Only applicable for email contact methods.\").nullable().optional(),\n send_short_email: z.boolean().describe(\"Whether to send an abbreviated email message instead of the standard email output. Only applicable for email contact methods.\").nullable().optional(),\n}).describe(\"Response schema for `RetrieveUserContactMethodsViaId`\");\n\nexport const pagerdutyRetrieveUserContactMethodsViaId = action(\"PAGERDUTY_RETRIEVE_USER_CONTACT_METHODS_VIA_ID\", {\n slug: \"pagerduty-retrieve-user-contact-methods-via-id\",\n name: \"Retrieve user contact methods via id\",\n description: \"Retrieves all contact methods associated with a specific user in PagerDuty. This endpoint allows you to fetch the various ways a user can be contacted during an incident, such as email addresses, phone numbers, or push notifications to mobile devices. It's particularly useful when you need to review or update a user's notification preferences or ensure that the correct contact information is on file. The endpoint returns a list of contact methods, likely including details such as the type of contact method, the specific address or number, and possibly the status (e.g., verified, primary). It should be used when setting up new users, auditing user information, or integrating PagerDuty with other communication systems. Note that this endpoint only provides read access to contact methods and cannot be used to add, modify, or remove contact information.\",\n input: PagerdutyRetrieveUserContactMethodsViaIdInput,\n output: PagerdutyRetrieveUserContactMethodsViaIdOutput,\n});\n"],"mappings":";;AAsBA,MAAa,2CAA2C,OAAO,kDAAkD;CAC/G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtByE,EAAE,OAAO,EAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,EACnD,CAAC,CAAC,CAAC,SAAS,sDAoBH;CACP,QApB0E,EAAE,OAAO;EACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;EACrK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;EAChH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;EAC3H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtM,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtK,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvJ,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9L,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-user-license-information.ts
|
|
4
|
+
const PagerdutyRetrieveUserLicenseInformationInput = zod.z.object({ id: zod.z.string().describe("The ID of the user whose license information you want to retrieve.") }).describe("Request schema for `RetrieveUserLicenseInformation`");
|
|
5
|
+
const PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier of the license"),
|
|
7
|
+
name: zod.z.string().describe("The name of the license (e.g., 'Freemium (Full User)')"),
|
|
8
|
+
self: zod.z.string().describe("API URL to access this license resource").nullable().optional(),
|
|
9
|
+
type: zod.z.string().describe("The type of resource, typically 'license'"),
|
|
10
|
+
summary: zod.z.string().describe("A summary description of the license"),
|
|
11
|
+
html_url: zod.z.string().describe("Web URL to view this license in PagerDuty").nullable().optional(),
|
|
12
|
+
role_group: zod.z.string().describe("The role group category (e.g., 'FullUser')"),
|
|
13
|
+
description: zod.z.string().describe("Additional description of the license"),
|
|
14
|
+
valid_roles: zod.z.array(zod.z.string()).describe("List of valid user roles that can be assigned with this license (e.g., 'owner', 'admin', 'user', 'limited_user', 'observer', 'restricted_access')")
|
|
15
|
+
}).describe("License information details");
|
|
16
|
+
const PagerdutyRetrieveUserLicenseInformationOutput = zod.z.object({ license: PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema.nullable() }).describe("Response schema for `RetrieveUserLicenseInformation`");
|
|
17
|
+
const pagerdutyRetrieveUserLicenseInformation = require_action.action("PAGERDUTY_RETRIEVE_USER_LICENSE_INFORMATION", {
|
|
18
|
+
slug: "pagerduty-retrieve-user-license-information",
|
|
19
|
+
name: "Retrieve user license information",
|
|
20
|
+
description: "Retrieves the license information for a specific user in the PagerDuty system. This endpoint allows you to check the current licensing status, type, and any associated details for a given user. It should be used when you need to verify a user's license, such as during account management or when troubleshooting access issues. The endpoint will return details about the user's current license, but it does not provide information about other aspects of the user's account or permissions. Keep in mind that access to this endpoint may be restricted to users with appropriate administrative privileges.",
|
|
21
|
+
input: PagerdutyRetrieveUserLicenseInformationInput,
|
|
22
|
+
output: PagerdutyRetrieveUserLicenseInformationOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.pagerdutyRetrieveUserLicenseInformation = pagerdutyRetrieveUserLicenseInformation;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=retrieve-user-license-information.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-license-information.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-user-license-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserLicenseInformationInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose license information you want to retrieve.\"),\n}).describe(\"Request schema for `RetrieveUserLicenseInformation`\");\nconst PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the license\"),\n name: z.string().describe(\"The name of the license (e.g., 'Freemium (Full User)')\"),\n self: z.string().describe(\"API URL to access this license resource\").nullable().optional(),\n type: z.string().describe(\"The type of resource, typically 'license'\"),\n summary: z.string().describe(\"A summary description of the license\"),\n html_url: z.string().describe(\"Web URL to view this license in PagerDuty\").nullable().optional(),\n role_group: z.string().describe(\"The role group category (e.g., 'FullUser')\"),\n description: z.string().describe(\"Additional description of the license\"),\n valid_roles: z.array(z.string()).describe(\"List of valid user roles that can be assigned with this license (e.g., 'owner', 'admin', 'user', 'limited_user', 'observer', 'restricted_access')\"),\n}).describe(\"License information details\");\nexport const PagerdutyRetrieveUserLicenseInformationOutput: z.ZodTypeAny = z.object({\n license: PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema.nullable(),\n}).describe(\"Response schema for `RetrieveUserLicenseInformation`\");\n\nexport const pagerdutyRetrieveUserLicenseInformation = action(\"PAGERDUTY_RETRIEVE_USER_LICENSE_INFORMATION\", {\n slug: \"pagerduty-retrieve-user-license-information\",\n name: \"Retrieve user license information\",\n description: \"Retrieves the license information for a specific user in the PagerDuty system. This endpoint allows you to check the current licensing status, type, and any associated details for a given user. It should be used when you need to verify a user's license, such as during account management or when troubleshooting access issues. The endpoint will return details about the user's current license, but it does not provide information about other aspects of the user's account or permissions. Keep in mind that access to this endpoint may be restricted to users with appropriate administrative privileges.\",\n input: PagerdutyRetrieveUserLicenseInformationInput,\n output: PagerdutyRetrieveUserLicenseInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,EAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mJAAmJ;AAC/L,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,SAAS,0DAA0D,SAAS,EAC9E,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-license-information.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserLicenseInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserLicenseInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserLicenseInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserLicenseInformation };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-license-information.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-license-information.d.cts","names":[],"sources":["../../src/actions/retrieve-user-license-information.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAEK;AAAA,cAYrD,6CAAA,EAA+C,CAAA,CAAE,UAEK;AAAA,cAEtD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-license-information.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserLicenseInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserLicenseInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserLicenseInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserLicenseInformation };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-license-information.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-license-information.d.mts","names":[],"sources":["../../src/actions/retrieve-user-license-information.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAEK;AAAA,cAYrD,6CAAA,EAA+C,CAAA,CAAE,UAEK;AAAA,cAEtD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-user-license-information.ts
|
|
4
|
+
const PagerdutyRetrieveUserLicenseInformationInput = z.object({ id: z.string().describe("The ID of the user whose license information you want to retrieve.") }).describe("Request schema for `RetrieveUserLicenseInformation`");
|
|
5
|
+
const PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique identifier of the license"),
|
|
7
|
+
name: z.string().describe("The name of the license (e.g., 'Freemium (Full User)')"),
|
|
8
|
+
self: z.string().describe("API URL to access this license resource").nullable().optional(),
|
|
9
|
+
type: z.string().describe("The type of resource, typically 'license'"),
|
|
10
|
+
summary: z.string().describe("A summary description of the license"),
|
|
11
|
+
html_url: z.string().describe("Web URL to view this license in PagerDuty").nullable().optional(),
|
|
12
|
+
role_group: z.string().describe("The role group category (e.g., 'FullUser')"),
|
|
13
|
+
description: z.string().describe("Additional description of the license"),
|
|
14
|
+
valid_roles: z.array(z.string()).describe("List of valid user roles that can be assigned with this license (e.g., 'owner', 'admin', 'user', 'limited_user', 'observer', 'restricted_access')")
|
|
15
|
+
}).describe("License information details");
|
|
16
|
+
const pagerdutyRetrieveUserLicenseInformation = action("PAGERDUTY_RETRIEVE_USER_LICENSE_INFORMATION", {
|
|
17
|
+
slug: "pagerduty-retrieve-user-license-information",
|
|
18
|
+
name: "Retrieve user license information",
|
|
19
|
+
description: "Retrieves the license information for a specific user in the PagerDuty system. This endpoint allows you to check the current licensing status, type, and any associated details for a given user. It should be used when you need to verify a user's license, such as during account management or when troubleshooting access issues. The endpoint will return details about the user's current license, but it does not provide information about other aspects of the user's account or permissions. Keep in mind that access to this endpoint may be restricted to users with appropriate administrative privileges.",
|
|
20
|
+
input: PagerdutyRetrieveUserLicenseInformationInput,
|
|
21
|
+
output: z.object({ license: PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema.nullable() }).describe("Response schema for `RetrieveUserLicenseInformation`")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { pagerdutyRetrieveUserLicenseInformation };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=retrieve-user-license-information.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-license-information.mjs","names":[],"sources":["../../src/actions/retrieve-user-license-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserLicenseInformationInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose license information you want to retrieve.\"),\n}).describe(\"Request schema for `RetrieveUserLicenseInformation`\");\nconst PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the license\"),\n name: z.string().describe(\"The name of the license (e.g., 'Freemium (Full User)')\"),\n self: z.string().describe(\"API URL to access this license resource\").nullable().optional(),\n type: z.string().describe(\"The type of resource, typically 'license'\"),\n summary: z.string().describe(\"A summary description of the license\"),\n html_url: z.string().describe(\"Web URL to view this license in PagerDuty\").nullable().optional(),\n role_group: z.string().describe(\"The role group category (e.g., 'FullUser')\"),\n description: z.string().describe(\"Additional description of the license\"),\n valid_roles: z.array(z.string()).describe(\"List of valid user roles that can be assigned with this license (e.g., 'owner', 'admin', 'user', 'limited_user', 'observer', 'restricted_access')\"),\n}).describe(\"License information details\");\nexport const PagerdutyRetrieveUserLicenseInformationOutput: z.ZodTypeAny = z.object({\n license: PagerdutyRetrieveUserLicenseInformation_LicenseInfoSchema.nullable(),\n}).describe(\"Response schema for `RetrieveUserLicenseInformation`\");\n\nexport const pagerdutyRetrieveUserLicenseInformation = action(\"PAGERDUTY_RETRIEVE_USER_LICENSE_INFORMATION\", {\n slug: \"pagerduty-retrieve-user-license-information\",\n name: \"Retrieve user license information\",\n description: \"Retrieves the license information for a specific user in the PagerDuty system. This endpoint allows you to check the current licensing status, type, and any associated details for a given user. It should be used when you need to verify a user's license, such as during account management or when troubleshooting access issues. The endpoint will return details about the user's current license, but it does not provide information about other aspects of the user's account or permissions. Keep in mind that access to this endpoint may be restricted to users with appropriate administrative privileges.\",\n input: PagerdutyRetrieveUserLicenseInformationInput,\n output: PagerdutyRetrieveUserLicenseInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6D,EAAE,OAAO,EACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,EAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4DAA0E,EAAE,OAAO;CACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mJAAmJ;AAC/L,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAKzC,MAAa,0CAA0C,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyE,EAAE,OAAO,EAClF,SAAS,0DAA0D,SAAS,EAC9E,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rule.ts
|
|
4
|
+
const PagerdutyRetrieveUserNotificationRuleInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the user whose notification rule you want to retrieve."),
|
|
6
|
+
include: zod.z.enum(["contact_methods"]).describe("Optional. Include 'contact_methods' to expand full contact method details in the response instead of just references.").optional(),
|
|
7
|
+
notification_rule_id: zod.z.string().describe("The ID of the specific notification rule to retrieve for this user.")
|
|
8
|
+
}).describe("Request schema for `RetrieveUserNotificationRule`");
|
|
9
|
+
const PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the contact method."),
|
|
11
|
+
type: zod.z.enum([
|
|
12
|
+
"email_contact_method_reference",
|
|
13
|
+
"phone_contact_method_reference",
|
|
14
|
+
"sms_contact_method_reference",
|
|
15
|
+
"push_notification_contact_method_reference"
|
|
16
|
+
]).describe("The type of contact method reference.")
|
|
17
|
+
}).describe("Reference to the contact method used for notifications.");
|
|
18
|
+
const PagerdutyRetrieveUserNotificationRuleOutput = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("Unique identifier for the notification rule."),
|
|
20
|
+
self: zod.z.string().describe("The API URL at which the notification rule is accessible.").nullable().optional(),
|
|
21
|
+
type: zod.z.string().describe("The type of object being created."),
|
|
22
|
+
htmlUrl: zod.z.string().describe("The web URL at which the notification rule is accessible in the PagerDuty web UI.").nullable().optional(),
|
|
23
|
+
summary: zod.z.string().describe("A short-form, server-generated string that provides succinct, important information about the notification rule.").nullable().optional(),
|
|
24
|
+
urgency: zod.z.enum(["high", "low"]).describe("Which incident urgency this rule is used for. Account must have the urgencies ability to have a low urgency notification rule."),
|
|
25
|
+
contact_method: PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema.nullable(),
|
|
26
|
+
start_delay_in_minutes: zod.z.number().int().describe("The delay before firing the rule, in minutes. Minimum value is 0.")
|
|
27
|
+
}).describe("Response schema for `RetrieveUserNotificationRule`");
|
|
28
|
+
const pagerdutyRetrieveUserNotificationRule = require_action.action("PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULE", {
|
|
29
|
+
slug: "pagerduty-retrieve-user-notification-rule",
|
|
30
|
+
name: "Retrieve user notification rule",
|
|
31
|
+
description: "Retrieves a specific notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives alerts and notifications. It's useful for auditing user preferences, troubleshooting notification issues, or when you need to review or potentially update a user's notification settings. The endpoint returns the configuration of the specified rule, including contact methods, time-based restrictions, and urgency levels. It should be used when you need to examine or verify the settings of a particular notification rule for a user, but it won't provide an overview of all rules or allow modifications to the rule.",
|
|
32
|
+
input: PagerdutyRetrieveUserNotificationRuleInput,
|
|
33
|
+
output: PagerdutyRetrieveUserNotificationRuleOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.pagerdutyRetrieveUserNotificationRule = pagerdutyRetrieveUserNotificationRule;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=retrieve-user-notification-rule.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rule.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-user-notification-rule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserNotificationRuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose notification rule you want to retrieve.\"),\n include: z.enum([\"contact_methods\"]).describe(\"Optional. Include 'contact_methods' to expand full contact method details in the response instead of just references.\").optional(),\n notification_rule_id: z.string().describe(\"The ID of the specific notification rule to retrieve for this user.\"),\n}).describe(\"Request schema for `RetrieveUserNotificationRule`\");\nconst PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact method.\"),\n type: z.enum([\"email_contact_method_reference\", \"phone_contact_method_reference\", \"sms_contact_method_reference\", \"push_notification_contact_method_reference\"]).describe(\"The type of contact method reference.\"),\n}).describe(\"Reference to the contact method used for notifications.\");\nexport const PagerdutyRetrieveUserNotificationRuleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the notification rule.\"),\n self: z.string().describe(\"The API URL at which the notification rule is accessible.\").nullable().optional(),\n type: z.string().describe(\"The type of object being created.\"),\n htmlUrl: z.string().describe(\"The web URL at which the notification rule is accessible in the PagerDuty web UI.\").nullable().optional(),\n summary: z.string().describe(\"A short-form, server-generated string that provides succinct, important information about the notification rule.\").nullable().optional(),\n urgency: z.enum([\"high\", \"low\"]).describe(\"Which incident urgency this rule is used for. Account must have the urgencies ability to have a low urgency notification rule.\"),\n contact_method: PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema.nullable(),\n start_delay_in_minutes: z.number().int().describe(\"The delay before firing the rule, in minutes. Minimum value is 0.\"),\n}).describe(\"Response schema for `RetrieveUserNotificationRule`\");\n\nexport const pagerdutyRetrieveUserNotificationRule = action(\"PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULE\", {\n slug: \"pagerduty-retrieve-user-notification-rule\",\n name: \"Retrieve user notification rule\",\n description: \"Retrieves a specific notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives alerts and notifications. It's useful for auditing user preferences, troubleshooting notification issues, or when you need to review or potentially update a user's notification settings. The endpoint returns the configuration of the specified rule, including contact methods, time-based restrictions, and urgency levels. It should be used when you need to examine or verify the settings of a particular notification rule for a user, but it won't provide an overview of all rules or allow modifications to the rule.\",\n input: PagerdutyRetrieveUserNotificationRuleInput,\n output: PagerdutyRetrieveUserNotificationRuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC1F,SAASA,IAAAA,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;CAChL,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;AACjH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qEAAmFA,IAAAA,EAAE,OAAO;CAChG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAkC;EAAkC;EAAgC;CAA4C,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnN,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,SAASA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,SAAS,gIAAgI;CAC1K,gBAAgB,mEAAmE,SAAS;CAC5F,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;AACvH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,wCAAwCC,eAAAA,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rule.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserNotificationRuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserNotificationRuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserNotificationRule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserNotificationRule };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-notification-rule.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rule.d.cts","names":[],"sources":["../../src/actions/retrieve-user-notification-rule.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAIK;AAAA,cAKnD,2CAAA,EAA6C,CAAA,CAAE,UASK;AAAA,cAEpD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rule.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserNotificationRuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserNotificationRuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserNotificationRule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserNotificationRule };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-notification-rule.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rule.d.mts","names":[],"sources":["../../src/actions/retrieve-user-notification-rule.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAIK;AAAA,cAKnD,2CAAA,EAA6C,CAAA,CAAE,UASK;AAAA,cAEpD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rule.ts
|
|
4
|
+
const PagerdutyRetrieveUserNotificationRuleInput = z.object({
|
|
5
|
+
id: z.string().describe("The ID of the user whose notification rule you want to retrieve."),
|
|
6
|
+
include: z.enum(["contact_methods"]).describe("Optional. Include 'contact_methods' to expand full contact method details in the response instead of just references.").optional(),
|
|
7
|
+
notification_rule_id: z.string().describe("The ID of the specific notification rule to retrieve for this user.")
|
|
8
|
+
}).describe("Request schema for `RetrieveUserNotificationRule`");
|
|
9
|
+
const PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier of the contact method."),
|
|
11
|
+
type: z.enum([
|
|
12
|
+
"email_contact_method_reference",
|
|
13
|
+
"phone_contact_method_reference",
|
|
14
|
+
"sms_contact_method_reference",
|
|
15
|
+
"push_notification_contact_method_reference"
|
|
16
|
+
]).describe("The type of contact method reference.")
|
|
17
|
+
}).describe("Reference to the contact method used for notifications.");
|
|
18
|
+
const pagerdutyRetrieveUserNotificationRule = action("PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULE", {
|
|
19
|
+
slug: "pagerduty-retrieve-user-notification-rule",
|
|
20
|
+
name: "Retrieve user notification rule",
|
|
21
|
+
description: "Retrieves a specific notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives alerts and notifications. It's useful for auditing user preferences, troubleshooting notification issues, or when you need to review or potentially update a user's notification settings. The endpoint returns the configuration of the specified rule, including contact methods, time-based restrictions, and urgency levels. It should be used when you need to examine or verify the settings of a particular notification rule for a user, but it won't provide an overview of all rules or allow modifications to the rule.",
|
|
22
|
+
input: PagerdutyRetrieveUserNotificationRuleInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
id: z.string().describe("Unique identifier for the notification rule."),
|
|
25
|
+
self: z.string().describe("The API URL at which the notification rule is accessible.").nullable().optional(),
|
|
26
|
+
type: z.string().describe("The type of object being created."),
|
|
27
|
+
htmlUrl: z.string().describe("The web URL at which the notification rule is accessible in the PagerDuty web UI.").nullable().optional(),
|
|
28
|
+
summary: z.string().describe("A short-form, server-generated string that provides succinct, important information about the notification rule.").nullable().optional(),
|
|
29
|
+
urgency: z.enum(["high", "low"]).describe("Which incident urgency this rule is used for. Account must have the urgencies ability to have a low urgency notification rule."),
|
|
30
|
+
contact_method: PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema.nullable(),
|
|
31
|
+
start_delay_in_minutes: z.number().int().describe("The delay before firing the rule, in minutes. Minimum value is 0.")
|
|
32
|
+
}).describe("Response schema for `RetrieveUserNotificationRule`")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { pagerdutyRetrieveUserNotificationRule };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=retrieve-user-notification-rule.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rule.mjs","names":[],"sources":["../../src/actions/retrieve-user-notification-rule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserNotificationRuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose notification rule you want to retrieve.\"),\n include: z.enum([\"contact_methods\"]).describe(\"Optional. Include 'contact_methods' to expand full contact method details in the response instead of just references.\").optional(),\n notification_rule_id: z.string().describe(\"The ID of the specific notification rule to retrieve for this user.\"),\n}).describe(\"Request schema for `RetrieveUserNotificationRule`\");\nconst PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact method.\"),\n type: z.enum([\"email_contact_method_reference\", \"phone_contact_method_reference\", \"sms_contact_method_reference\", \"push_notification_contact_method_reference\"]).describe(\"The type of contact method reference.\"),\n}).describe(\"Reference to the contact method used for notifications.\");\nexport const PagerdutyRetrieveUserNotificationRuleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the notification rule.\"),\n self: z.string().describe(\"The API URL at which the notification rule is accessible.\").nullable().optional(),\n type: z.string().describe(\"The type of object being created.\"),\n htmlUrl: z.string().describe(\"The web URL at which the notification rule is accessible in the PagerDuty web UI.\").nullable().optional(),\n summary: z.string().describe(\"A short-form, server-generated string that provides succinct, important information about the notification rule.\").nullable().optional(),\n urgency: z.enum([\"high\", \"low\"]).describe(\"Which incident urgency this rule is used for. Account must have the urgencies ability to have a low urgency notification rule.\"),\n contact_method: PagerdutyRetrieveUserNotificationRule_ContactMethodReferenceSchema.nullable(),\n start_delay_in_minutes: z.number().int().describe(\"The delay before firing the rule, in minutes. Minimum value is 0.\"),\n}).describe(\"Response schema for `RetrieveUserNotificationRule`\");\n\nexport const pagerdutyRetrieveUserNotificationRule = action(\"PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULE\", {\n slug: \"pagerduty-retrieve-user-notification-rule\",\n name: \"Retrieve user notification rule\",\n description: \"Retrieves a specific notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives alerts and notifications. It's useful for auditing user preferences, troubleshooting notification issues, or when you need to review or potentially update a user's notification settings. The endpoint returns the configuration of the specified rule, including contact methods, time-based restrictions, and urgency levels. It should be used when you need to examine or verify the settings of a particular notification rule for a user, but it won't provide an overview of all rules or allow modifications to the rule.\",\n input: PagerdutyRetrieveUserNotificationRuleInput,\n output: PagerdutyRetrieveUserNotificationRuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC1F,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;CAChL,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;AACjH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qEAAmF,EAAE,OAAO;CAChG,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,EAAE,KAAK;EAAC;EAAkC;EAAkC;EAAgC;CAA4C,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnN,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAYrE,MAAa,wCAAwC,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBuE,EAAE,OAAO;EAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrK,SAAS,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,SAAS,gIAAgI;EAC1K,gBAAgB,mEAAmE,SAAS;EAC5F,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACvH,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rules.ts
|
|
4
|
+
const PagerdutyRetrieveUserNotificationRulesInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the user whose notification rules to retrieve."),
|
|
6
|
+
include: zod.z.enum(["contact_methods"]).describe("Array of additional details to include. Use 'contact_methods' to include full contact method objects in the notification rules.").optional(),
|
|
7
|
+
urgency: zod.z.enum([
|
|
8
|
+
"high",
|
|
9
|
+
"low",
|
|
10
|
+
"all"
|
|
11
|
+
]).describe("The incident urgency for which the notification rules are applied. If not specified, defaults to `high`.").optional()
|
|
12
|
+
}).describe("Request schema for `RetrieveUserNotificationRules`");
|
|
13
|
+
const PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("The ID of the notification rule").nullable().optional(),
|
|
15
|
+
type: zod.z.string().describe("The type of the notification rule").nullable().optional(),
|
|
16
|
+
summary: zod.z.string().describe("A short description of the notification rule").nullable().optional(),
|
|
17
|
+
urgency: zod.z.string().describe("The urgency level this rule applies to (high, low)").nullable().optional(),
|
|
18
|
+
contact_method: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The contact method for this notification rule").nullable().optional(),
|
|
19
|
+
start_delay_in_minutes: zod.z.number().int().describe("The delay before firing the rule, in minutes").nullable().optional()
|
|
20
|
+
}).passthrough().describe("Notification rule details");
|
|
21
|
+
const PagerdutyRetrieveUserNotificationRulesOutput = zod.z.object({
|
|
22
|
+
total: zod.z.number().int().describe("Total number of notification rules").nullable().optional(),
|
|
23
|
+
notification_rules: zod.z.array(PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema).describe("List of notification rules for the user").nullable().optional()
|
|
24
|
+
}).describe("Response schema for `RetrieveUserNotificationRules`");
|
|
25
|
+
const pagerdutyRetrieveUserNotificationRules = require_action.action("PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULES", {
|
|
26
|
+
slug: "pagerduty-retrieve-user-notification-rules",
|
|
27
|
+
name: "Retrieve user notification rules",
|
|
28
|
+
description: "Retrieves the notification rules for a specific user in PagerDuty. This endpoint allows you to fetch all configured notification rules associated with a given user, providing insight into how and when the user receives alerts for incidents. It's particularly useful for auditing a user's notification setup, troubleshooting notification issues, or programmatically managing user preferences. The endpoint returns a list of notification rules, likely including details such as contact methods, time-based restrictions, and urgency levels for each rule. It should be used when you need to review or analyze a user's current notification configuration within your incident management workflow.",
|
|
29
|
+
input: PagerdutyRetrieveUserNotificationRulesInput,
|
|
30
|
+
output: PagerdutyRetrieveUserNotificationRulesOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.pagerdutyRetrieveUserNotificationRules = pagerdutyRetrieveUserNotificationRules;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=retrieve-user-notification-rules.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rules.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-user-notification-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserNotificationRulesInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose notification rules to retrieve.\"),\n include: z.enum([\"contact_methods\"]).describe(\"Array of additional details to include. Use 'contact_methods' to include full contact method objects in the notification rules.\").optional(),\n urgency: z.enum([\"high\", \"low\", \"all\"]).describe(\"The incident urgency for which the notification rules are applied. If not specified, defaults to `high`.\").optional(),\n}).describe(\"Request schema for `RetrieveUserNotificationRules`\");\nconst PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the notification rule\").nullable().optional(),\n type: z.string().describe(\"The type of the notification rule\").nullable().optional(),\n summary: z.string().describe(\"A short description of the notification rule\").nullable().optional(),\n urgency: z.string().describe(\"The urgency level this rule applies to (high, low)\").nullable().optional(),\n contact_method: z.record(z.string(), z.unknown()).describe(\"The contact method for this notification rule\").nullable().optional(),\n start_delay_in_minutes: z.number().int().describe(\"The delay before firing the rule, in minutes\").nullable().optional(),\n}).passthrough().describe(\"Notification rule details\");\nexport const PagerdutyRetrieveUserNotificationRulesOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of notification rules\").nullable().optional(),\n notification_rules: z.array(PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema).describe(\"List of notification rules for the user\").nullable().optional(),\n}).describe(\"Response schema for `RetrieveUserNotificationRules`\");\n\nexport const pagerdutyRetrieveUserNotificationRules = action(\"PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULES\", {\n slug: \"pagerduty-retrieve-user-notification-rules\",\n name: \"Retrieve user notification rules\",\n description: \"Retrieves the notification rules for a specific user in PagerDuty. This endpoint allows you to fetch all configured notification rules associated with a given user, providing insight into how and when the user receives alerts for incidents. It's particularly useful for auditing a user's notification setup, troubleshooting notification issues, or programmatically managing user preferences. The endpoint returns a list of notification rules, likely including details such as contact methods, time-based restrictions, and urgency levels for each rule. It should be used when you need to review or analyze a user's current notification configuration within your incident management workflow.\",\n input: PagerdutyRetrieveUserNotificationRulesInput,\n output: PagerdutyRetrieveUserNotificationRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClF,SAASA,IAAAA,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CAC1L,SAASA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,gEAA8EA,IAAAA,EAAE,OAAO;CAC3F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AACrD,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,oBAAoBA,IAAAA,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,yCAAyCC,eAAAA,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rules.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserNotificationRulesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserNotificationRulesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserNotificationRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserNotificationRules };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-notification-rules.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rules.d.cts","names":[],"sources":["../../src/actions/retrieve-user-notification-rules.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAIK;AAAA,cASpD,4CAAA,EAA8C,CAAA,CAAE,UAGK;AAAA,cAErD,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rules.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserNotificationRulesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserNotificationRulesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserNotificationRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserNotificationRules };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-notification-rules.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rules.d.mts","names":[],"sources":["../../src/actions/retrieve-user-notification-rules.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAIK;AAAA,cASpD,4CAAA,EAA8C,CAAA,CAAE,UAGK;AAAA,cAErD,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-user-notification-rules.ts
|
|
4
|
+
const PagerdutyRetrieveUserNotificationRulesInput = z.object({
|
|
5
|
+
id: z.string().describe("The ID of the user whose notification rules to retrieve."),
|
|
6
|
+
include: z.enum(["contact_methods"]).describe("Array of additional details to include. Use 'contact_methods' to include full contact method objects in the notification rules.").optional(),
|
|
7
|
+
urgency: z.enum([
|
|
8
|
+
"high",
|
|
9
|
+
"low",
|
|
10
|
+
"all"
|
|
11
|
+
]).describe("The incident urgency for which the notification rules are applied. If not specified, defaults to `high`.").optional()
|
|
12
|
+
}).describe("Request schema for `RetrieveUserNotificationRules`");
|
|
13
|
+
const PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema = z.object({
|
|
14
|
+
id: z.string().describe("The ID of the notification rule").nullable().optional(),
|
|
15
|
+
type: z.string().describe("The type of the notification rule").nullable().optional(),
|
|
16
|
+
summary: z.string().describe("A short description of the notification rule").nullable().optional(),
|
|
17
|
+
urgency: z.string().describe("The urgency level this rule applies to (high, low)").nullable().optional(),
|
|
18
|
+
contact_method: z.record(z.string(), z.unknown()).describe("The contact method for this notification rule").nullable().optional(),
|
|
19
|
+
start_delay_in_minutes: z.number().int().describe("The delay before firing the rule, in minutes").nullable().optional()
|
|
20
|
+
}).passthrough().describe("Notification rule details");
|
|
21
|
+
const pagerdutyRetrieveUserNotificationRules = action("PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULES", {
|
|
22
|
+
slug: "pagerduty-retrieve-user-notification-rules",
|
|
23
|
+
name: "Retrieve user notification rules",
|
|
24
|
+
description: "Retrieves the notification rules for a specific user in PagerDuty. This endpoint allows you to fetch all configured notification rules associated with a given user, providing insight into how and when the user receives alerts for incidents. It's particularly useful for auditing a user's notification setup, troubleshooting notification issues, or programmatically managing user preferences. The endpoint returns a list of notification rules, likely including details such as contact methods, time-based restrictions, and urgency levels for each rule. It should be used when you need to review or analyze a user's current notification configuration within your incident management workflow.",
|
|
25
|
+
input: PagerdutyRetrieveUserNotificationRulesInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
total: z.number().int().describe("Total number of notification rules").nullable().optional(),
|
|
28
|
+
notification_rules: z.array(PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema).describe("List of notification rules for the user").nullable().optional()
|
|
29
|
+
}).describe("Response schema for `RetrieveUserNotificationRules`")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { pagerdutyRetrieveUserNotificationRules };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=retrieve-user-notification-rules.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-notification-rules.mjs","names":[],"sources":["../../src/actions/retrieve-user-notification-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserNotificationRulesInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the user whose notification rules to retrieve.\"),\n include: z.enum([\"contact_methods\"]).describe(\"Array of additional details to include. Use 'contact_methods' to include full contact method objects in the notification rules.\").optional(),\n urgency: z.enum([\"high\", \"low\", \"all\"]).describe(\"The incident urgency for which the notification rules are applied. If not specified, defaults to `high`.\").optional(),\n}).describe(\"Request schema for `RetrieveUserNotificationRules`\");\nconst PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the notification rule\").nullable().optional(),\n type: z.string().describe(\"The type of the notification rule\").nullable().optional(),\n summary: z.string().describe(\"A short description of the notification rule\").nullable().optional(),\n urgency: z.string().describe(\"The urgency level this rule applies to (high, low)\").nullable().optional(),\n contact_method: z.record(z.string(), z.unknown()).describe(\"The contact method for this notification rule\").nullable().optional(),\n start_delay_in_minutes: z.number().int().describe(\"The delay before firing the rule, in minutes\").nullable().optional(),\n}).passthrough().describe(\"Notification rule details\");\nexport const PagerdutyRetrieveUserNotificationRulesOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of notification rules\").nullable().optional(),\n notification_rules: z.array(PagerdutyRetrieveUserNotificationRules_NotificationRuleSchema).describe(\"List of notification rules for the user\").nullable().optional(),\n}).describe(\"Response schema for `RetrieveUserNotificationRules`\");\n\nexport const pagerdutyRetrieveUserNotificationRules = action(\"PAGERDUTY_RETRIEVE_USER_NOTIFICATION_RULES\", {\n slug: \"pagerduty-retrieve-user-notification-rules\",\n name: \"Retrieve user notification rules\",\n description: \"Retrieves the notification rules for a specific user in PagerDuty. This endpoint allows you to fetch all configured notification rules associated with a given user, providing insight into how and when the user receives alerts for incidents. It's particularly useful for auditing a user's notification setup, troubleshooting notification issues, or programmatically managing user preferences. The endpoint returns a list of notification rules, likely including details such as contact methods, time-based restrictions, and urgency levels for each rule. It should be used when you need to review or analyze a user's current notification configuration within your incident management workflow.\",\n input: PagerdutyRetrieveUserNotificationRulesInput,\n output: PagerdutyRetrieveUserNotificationRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4D,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClF,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CAC1L,SAAS,EAAE,KAAK;EAAC;EAAQ;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,gEAA8E,EAAE,OAAO;CAC3F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AAMrD,MAAa,yCAAyC,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwE,EAAE,OAAO;EACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,oBAAoB,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-user-status-update-notification-rule.ts
|
|
4
|
+
const PagerdutyRetrieveUserStatusUpdateNotificationRuleInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the resource."),
|
|
6
|
+
include: zod.z.enum(["contact_methods"]).describe("Array of additional details to include.").optional(),
|
|
7
|
+
status_update_notification_rule_id: zod.z.string().describe("The status update notification rule ID on the user.")
|
|
8
|
+
}).describe("Request schema for `RetrieveUserStatusUpdateNotificationRule`");
|
|
9
|
+
const PagerdutyRetrieveUserStatusUpdateNotificationRule_ContactMethodSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("The unique identifier for the contact method."),
|
|
11
|
+
self: zod.z.string().describe("The API URL for accessing this contact method."),
|
|
12
|
+
type: zod.z.string().describe("The type of contact method (e.g., 'email_contact_method', 'phone_contact_method', 'sms_contact_method', 'push_notification_contact_method')."),
|
|
13
|
+
summary: zod.z.string().describe("A brief summary of the contact method.")
|
|
14
|
+
}).describe("Contact method used for this notification rule");
|
|
15
|
+
const PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("The unique identifier for the status update notification rule."),
|
|
17
|
+
self: zod.z.string().describe("The API URL for accessing this status update notification rule."),
|
|
18
|
+
type: zod.z.string().describe("The type of object, typically 'status_update_notification_rule'."),
|
|
19
|
+
summary: zod.z.string().describe("A brief summary of the status update notification rule."),
|
|
20
|
+
html_url: zod.z.string().describe("The web URL for viewing this status update notification rule in the PagerDuty interface."),
|
|
21
|
+
contact_method: PagerdutyRetrieveUserStatusUpdateNotificationRule_ContactMethodSchema.nullable()
|
|
22
|
+
}).describe("Response schema for `RetrieveUserStatusUpdateNotificationRule`");
|
|
23
|
+
const pagerdutyRetrieveUserStatusUpdateNotificationRule = require_action.action("PAGERDUTY_RETRIEVE_USER_STATUS_UPDATE_NOTIFICATION_RULE", {
|
|
24
|
+
slug: "pagerduty-retrieve-user-status-update-notification-rule",
|
|
25
|
+
name: "Retrieve user status update notification rule",
|
|
26
|
+
description: "Retrieves a specific status update notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives notifications for status updates on incidents. It's useful for auditing notification settings, troubleshooting notification issues, or programmatically managing user preferences. The endpoint should be used when you need to review or verify the configuration of a single notification rule for a specific user. It does not modify any settings and is read-only in nature.",
|
|
27
|
+
input: PagerdutyRetrieveUserStatusUpdateNotificationRuleInput,
|
|
28
|
+
output: PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.pagerdutyRetrieveUserStatusUpdateNotificationRule = pagerdutyRetrieveUserStatusUpdateNotificationRule;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=retrieve-user-status-update-notification-rule.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-status-update-notification-rule.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-user-status-update-notification-rule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PagerdutyRetrieveUserStatusUpdateNotificationRuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the resource.\"),\n include: z.enum([\"contact_methods\"]).describe(\"Array of additional details to include.\").optional(),\n status_update_notification_rule_id: z.string().describe(\"The status update notification rule ID on the user.\"),\n}).describe(\"Request schema for `RetrieveUserStatusUpdateNotificationRule`\");\nconst PagerdutyRetrieveUserStatusUpdateNotificationRule_ContactMethodSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the contact method.\"),\n self: z.string().describe(\"The API URL for accessing this contact method.\"),\n type: z.string().describe(\"The type of contact method (e.g., 'email_contact_method', 'phone_contact_method', 'sms_contact_method', 'push_notification_contact_method').\"),\n summary: z.string().describe(\"A brief summary of the contact method.\"),\n}).describe(\"Contact method used for this notification rule\");\nexport const PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the status update notification rule.\"),\n self: z.string().describe(\"The API URL for accessing this status update notification rule.\"),\n type: z.string().describe(\"The type of object, typically 'status_update_notification_rule'.\"),\n summary: z.string().describe(\"A brief summary of the status update notification rule.\"),\n html_url: z.string().describe(\"The web URL for viewing this status update notification rule in the PagerDuty interface.\"),\n contact_method: PagerdutyRetrieveUserStatusUpdateNotificationRule_ContactMethodSchema.nullable(),\n}).describe(\"Response schema for `RetrieveUserStatusUpdateNotificationRule`\");\n\nexport const pagerdutyRetrieveUserStatusUpdateNotificationRule = action(\"PAGERDUTY_RETRIEVE_USER_STATUS_UPDATE_NOTIFICATION_RULE\", {\n slug: \"pagerduty-retrieve-user-status-update-notification-rule\",\n name: \"Retrieve user status update notification rule\",\n description: \"Retrieves a specific status update notification rule for a given user in PagerDuty. This endpoint allows you to fetch detailed information about how and when a particular user receives notifications for status updates on incidents. It's useful for auditing notification settings, troubleshooting notification issues, or programmatically managing user preferences. The endpoint should be used when you need to review or verify the configuration of a single notification rule for a specific user. It does not modify any settings and is read-only in nature.\",\n input: PagerdutyRetrieveUserStatusUpdateNotificationRuleInput,\n output: PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yDAAuEA,IAAAA,EAAE,OAAO;CAC3F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACjD,SAASA,IAAAA,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClG,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AAC/G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,wEAAsFA,IAAAA,EAAE,OAAO;CACnG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8IAA8I;CACxK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACvE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,0DAAwEA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CACxH,gBAAgB,sEAAsE,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,oDAAoDC,eAAAA,OAAO,2DAA2D;CACjI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-status-update-notification-rule.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserStatusUpdateNotificationRuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserStatusUpdateNotificationRule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserStatusUpdateNotificationRule };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-status-update-notification-rule.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-status-update-notification-rule.d.cts","names":[],"sources":["../../src/actions/retrieve-user-status-update-notification-rule.ts"],"mappings":";;;cAIa,sDAAA,EAAwD,CAAA,CAAE,UAIK;AAAA,cAO/D,uDAAA,EAAyD,CAAA,CAAE,UAOK;AAAA,cAEhE,iDAAA,gCAAiD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-user-status-update-notification-rule.d.ts
|
|
4
|
+
declare const PagerdutyRetrieveUserStatusUpdateNotificationRuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PagerdutyRetrieveUserStatusUpdateNotificationRuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pagerdutyRetrieveUserStatusUpdateNotificationRule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pagerdutyRetrieveUserStatusUpdateNotificationRule };
|
|
9
|
+
//# sourceMappingURL=retrieve-user-status-update-notification-rule.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-user-status-update-notification-rule.d.mts","names":[],"sources":["../../src/actions/retrieve-user-status-update-notification-rule.ts"],"mappings":";;;cAIa,sDAAA,EAAwD,CAAA,CAAE,UAIK;AAAA,cAO/D,uDAAA,EAAyD,CAAA,CAAE,UAOK;AAAA,cAEhE,iDAAA,gCAAiD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|