Skip to content

Commit

Permalink
fix security unwrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jan 31, 2025
1 parent 47ddb40 commit a4835a6
Show file tree
Hide file tree
Showing 79 changed files with 455 additions and 189 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ChannelSettingsProviderId
# ChannelSettingsDtoProviderId

The provider identifier for the credentials

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# ChannelSettings
# SubscribersControllerPatchSubscriberRequest


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `providerId` | [Components\ChannelSettingsProviderId](../../Models/Components/ChannelSettingsProviderId.md) | :heavy_check_mark: | The provider identifier for the credentials |
| `credentials` | [Components\ChannelCredentials](../../Models/Components/ChannelCredentials.md) | :heavy_check_mark: | Credentials payload for the specified provider |
| `integrationId` | *string* | :heavy_check_mark: | The unique identifier of the integration associated with this channel. |
| `integrationIdentifier` | *?string* | :heavy_minus_sign: | The integration identifier |
| `subscriberId` | *string* | :heavy_check_mark: | N/A |
| `patchSubscriberRequestDto` | [Components\PatchSubscriberRequestDto](../../Models/Components/PatchSubscriberRequestDto.md) | :heavy_check_mark: | N/A |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerUpdateSubscriberResponse
# SubscribersControllerPatchSubscriberResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerBulkCreateSubscribersResponse
# SubscribersV1ControllerBulkCreateSubscribersResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerChatAccessOauthRequest
# SubscribersV1ControllerChatAccessOauthRequest


## Fields
Expand All @@ -9,4 +9,5 @@
| `providerId` | *mixed* | :heavy_check_mark: | N/A |
| `hmacHash` | *string* | :heavy_check_mark: | HMAC hash for the request |
| `environmentId` | *string* | :heavy_check_mark: | The ID of the environment, must be a valid MongoDB ID |
| `integrationIdentifier` | *?string* | :heavy_minus_sign: | Optional integration identifier |
| `integrationIdentifier` | *?string* | :heavy_minus_sign: | Optional integration identifier |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerChatAccessOauthResponse
# SubscribersV1ControllerChatAccessOauthResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerChatOauthCallbackRequest
# SubscribersV1ControllerChatOauthCallbackRequest


## Fields
Expand All @@ -10,4 +10,5 @@
| `hmacHash` | *string* | :heavy_check_mark: | HMAC hash for the request |
| `environmentId` | *string* | :heavy_check_mark: | The ID of the environment, must be a valid MongoDB ID |
| `code` | *string* | :heavy_check_mark: | Optional authorization code returned from the OAuth provider |
| `integrationIdentifier` | *?string* | :heavy_minus_sign: | Optional integration identifier |
| `integrationIdentifier` | *?string* | :heavy_minus_sign: | Optional integration identifier |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerChatOauthCallbackResponse
# SubscribersV1ControllerChatOauthCallbackResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerCreateSubscriberResponse
# SubscribersV1ControllerCreateSubscriberResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerDeleteSubscriberCredentialsResponse
# SubscribersV1ControllerDeleteSubscriberCredentialsResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetNotificationsFeedRequest
# SubscribersV1ControllerGetNotificationsFeedRequest


## Fields
Expand All @@ -10,4 +10,5 @@
| `limit` | *?float* | :heavy_minus_sign: | N/A | |
| `read` | *?bool* | :heavy_minus_sign: | N/A | |
| `seen` | *?bool* | :heavy_minus_sign: | N/A | |
| `payload` | *?string* | :heavy_minus_sign: | Base64 encoded string of the partial payload JSON object | btoa(JSON.stringify({ foo: 123 })) results in base64 encoded string like eyJmb28iOjEyM30= |
| `payload` | *?string* | :heavy_minus_sign: | Base64 encoded string of the partial payload JSON object | btoa(JSON.stringify({ foo: 123 })) results in base64 encoded string like eyJmb28iOjEyM30= |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes | |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetNotificationsFeedResponse
# SubscribersV1ControllerGetNotificationsFeedResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetSubscriberPreferenceByLevelRequest
# SubscribersV1ControllerGetSubscriberPreferenceByLevelRequest


## Fields
Expand All @@ -7,4 +7,5 @@
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `preferenceLevel` | [Operations\Parameter](../../Models/Operations/Parameter.md) | :heavy_check_mark: | the preferences level to be retrieved (template / global) |
| `subscriberId` | *string* | :heavy_check_mark: | N/A |
| `includeInactiveChannels` | *?bool* | :heavy_minus_sign: | A flag which specifies if the inactive workflow channels should be included in the retrieved preferences. Default is true |
| `includeInactiveChannels` | *?bool* | :heavy_minus_sign: | A flag which specifies if the inactive workflow channels should be included in the retrieved preferences. Default is true |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetSubscriberPreferenceByLevelResponse
# SubscribersV1ControllerGetSubscriberPreferenceByLevelResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerUpdateSubscriberChannelResponse
# SubscribersV1ControllerGetSubscriberResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetUnseenCountRequest
# SubscribersV1ControllerGetUnseenCountRequest


## Fields
Expand All @@ -7,4 +7,5 @@
| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| `subscriberId` | *string* | :heavy_check_mark: | N/A |
| `seen` | *?bool* | :heavy_minus_sign: | Indicates whether to count seen notifications. |
| `limit` | *?float* | :heavy_minus_sign: | The maximum number of notifications to return. |
| `limit` | *?float* | :heavy_minus_sign: | The maximum number of notifications to return. |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerGetUnseenCountResponse
# SubscribersV1ControllerGetUnseenCountResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# SubscribersControllerListSubscriberPreferencesRequest
# SubscribersV1ControllerListSubscriberPreferencesRequest


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `subscriberId` | *string* | :heavy_check_mark: | N/A |
| `includeInactiveChannels` | *?bool* | :heavy_minus_sign: | A flag which specifies if the inactive workflow channels should be included in the retrieved preferences. Default is true |
| `includeInactiveChannels` | *?bool* | :heavy_minus_sign: | A flag which specifies if the inactive workflow channels should be included in the retrieved preferences. Default is true |
| `idempotencyKey` | *?string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerListSubscriberPreferencesResponse
# SubscribersV1ControllerListSubscriberPreferencesResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SubscribersControllerListSubscribersResponseBody
# SubscribersV1ControllerListSubscribersResponseBody


## Fields
Expand Down
Loading

0 comments on commit a4835a6

Please sign in to comment.