-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regenerate OpenAPI client v1.5.0
- Loading branch information
Showing
3,377 changed files
with
22,979 additions
and
21,399 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# ory_client.model.CreateEventStreamBody | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:ory_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**roleArn** | **String** | The AWS IAM role ARN to assume when publishing to the SNS topic. | | ||
**topicArn** | **String** | The AWS SNS topic ARN. | | ||
**type** | **String** | The type of the event stream (AWS SNS, GCP Pub/Sub, etc). | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ory_client.model.EventStream | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:ory_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**createdAt** | [**DateTime**](DateTime.md) | | [optional] | ||
**id** | **String** | | [optional] | ||
**roleArn** | **String** | | [optional] | ||
**topicArn** | **String** | | [optional] | ||
**type** | **String** | | [optional] | ||
**updatedAt** | [**DateTime**](DateTime.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ory_client.model.ListEventStreams | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:ory_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**eventStreams** | [**BuiltList<EventStream>**](EventStream.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
clients/client/dart/doc/NormalizedProjectRevisionCourierChannel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# ory_client.model.NormalizedProjectRevisionCourierChannel | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:ory_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channelId** | **String** | The Channel's public ID | | ||
**createdAt** | [**DateTime**](DateTime.md) | The creation date | [optional] | ||
**requestConfigAuthConfigApiKeyIn** | **String** | API key location Can either be \"header\" or \"query\" | [optional] | ||
**requestConfigAuthConfigApiKeyName** | **String** | API key name Only used if the auth type is api_key | [optional] | ||
**requestConfigAuthConfigApiKeyValue** | **String** | API key value Only used if the auth type is api_key | [optional] | ||
**requestConfigAuthConfigBasicAuthPassword** | **String** | Basic Auth Password Only used if the auth type is basic_auth | [optional] | ||
**requestConfigAuthConfigBasicAuthUser** | **String** | Basic Auth Username Only used if the auth type is basic_auth | [optional] | ||
**requestConfigAuthType** | **String** | HTTP Auth Method to use for the HTTP call Can either be basic_auth or api_key basic_auth CourierChannelAuthTypeBasicAuth api_key CourierChannelAuthTypeApiKey | [optional] | ||
**requestConfigBody** | **String** | URI pointing to the JsonNet template used for HTTP body payload generation. | | ||
**requestConfigHeaders** | [**JsonObject**](.md) | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] | ||
**requestConfigMethod** | **String** | The HTTP method to use (GET, POST, etc) for the HTTP call | | ||
**requestConfigUrl** | **String** | | [optional] | ||
**updatedAt** | [**DateTime**](DateTime.md) | Last upate time | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.