@pulumi/pagerduty 4.31.2 → 4.31.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pagerduty",
3
- "version": "4.31.2",
3
+ "version": "4.31.3",
4
4
  "description": "A Pulumi package for creating and managing pagerduty cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "pagerduty",
26
- "version": "4.31.2"
26
+ "version": "4.31.3"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -2368,7 +2368,7 @@ export interface UserNotificationRuleContactMethod {
2368
2368
  */
2369
2369
  id: pulumi.Input<string>;
2370
2370
  /**
2371
- * The type of contact method. Can be `emailContactMethod`, `phoneContactMethod`, `pushNotificationContactMethod` or `smsContactMethod`.
2371
+ * The type of contact method. Can be `emailContactMethod`, `phoneContactMethod`, `pushNotificationContactMethod`, `smsContactMethod` or `whatsappContactMethod`.
2372
2372
  */
2373
2373
  type: pulumi.Input<string>;
2374
2374
  }
package/types/output.d.ts CHANGED
@@ -2757,7 +2757,7 @@ export interface UserNotificationRuleContactMethod {
2757
2757
  */
2758
2758
  id: string;
2759
2759
  /**
2760
- * The type of contact method. Can be `emailContactMethod`, `phoneContactMethod`, `pushNotificationContactMethod` or `smsContactMethod`.
2760
+ * The type of contact method. Can be `emailContactMethod`, `phoneContactMethod`, `pushNotificationContactMethod`, `smsContactMethod` or `whatsappContactMethod`.
2761
2761
  */
2762
2762
  type: string;
2763
2763
  }