mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: create ResourceNotificationMessage and AsNotifier (#15301)
Closes https://github.com/coder/coder/issues/15213 This PR enables sending notifications without requiring the auth system context, instead using a new auth notifier context.
This commit is contained in:
Generated
+5
@@ -193,6 +193,7 @@ Status Code **200**
|
||||
| `resource_type` | `group_member` |
|
||||
| `resource_type` | `idpsync_settings` |
|
||||
| `resource_type` | `license` |
|
||||
| `resource_type` | `notification_message` |
|
||||
| `resource_type` | `notification_preference` |
|
||||
| `resource_type` | `notification_template` |
|
||||
| `resource_type` | `oauth2_app` |
|
||||
@@ -353,6 +354,7 @@ Status Code **200**
|
||||
| `resource_type` | `group_member` |
|
||||
| `resource_type` | `idpsync_settings` |
|
||||
| `resource_type` | `license` |
|
||||
| `resource_type` | `notification_message` |
|
||||
| `resource_type` | `notification_preference` |
|
||||
| `resource_type` | `notification_template` |
|
||||
| `resource_type` | `oauth2_app` |
|
||||
@@ -513,6 +515,7 @@ Status Code **200**
|
||||
| `resource_type` | `group_member` |
|
||||
| `resource_type` | `idpsync_settings` |
|
||||
| `resource_type` | `license` |
|
||||
| `resource_type` | `notification_message` |
|
||||
| `resource_type` | `notification_preference` |
|
||||
| `resource_type` | `notification_template` |
|
||||
| `resource_type` | `oauth2_app` |
|
||||
@@ -642,6 +645,7 @@ Status Code **200**
|
||||
| `resource_type` | `group_member` |
|
||||
| `resource_type` | `idpsync_settings` |
|
||||
| `resource_type` | `license` |
|
||||
| `resource_type` | `notification_message` |
|
||||
| `resource_type` | `notification_preference` |
|
||||
| `resource_type` | `notification_template` |
|
||||
| `resource_type` | `oauth2_app` |
|
||||
@@ -901,6 +905,7 @@ Status Code **200**
|
||||
| `resource_type` | `group_member` |
|
||||
| `resource_type` | `idpsync_settings` |
|
||||
| `resource_type` | `license` |
|
||||
| `resource_type` | `notification_message` |
|
||||
| `resource_type` | `notification_preference` |
|
||||
| `resource_type` | `notification_template` |
|
||||
| `resource_type` | `oauth2_app` |
|
||||
|
||||
Generated
+1
@@ -4491,6 +4491,7 @@ CreateWorkspaceRequest provides options for creating a new workspace. Only one o
|
||||
| `group_member` |
|
||||
| `idpsync_settings` |
|
||||
| `license` |
|
||||
| `notification_message` |
|
||||
| `notification_preference` |
|
||||
| `notification_template` |
|
||||
| `oauth2_app` |
|
||||
|
||||
Reference in New Issue
Block a user