Skip to content

Commit 437b3ba

Browse files
SDK version 20.1.1 generated
1 parent 54f7106 commit 437b3ba

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/DiscoverEmailConfigOauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Name | Type | Description | Notes
99
**refreshToken** | **string** | OAuth refresh token. | [default to undefined]
1010
**requestUrl** | **string** | The url to obtain access token. If not specified, will be discovered from email configuration. | [optional] [default to undefined]
1111

12-
Parent class: [DiscoverEmailConfigRequest](DiscoverEmailConfigRequest.md)
12+
Parent class: [DiscoverEmailConfigRq](DiscoverEmailConfigRq.md)
1313

1414
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/DiscoverEmailConfigPassword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**password** | **string** | Email account password. | [default to undefined]
88

9-
Parent class: [DiscoverEmailConfigRequest](DiscoverEmailConfigRequest.md)
9+
Parent class: [DiscoverEmailConfigRq](DiscoverEmailConfigRq.md)
1010

1111
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# DiscoverEmailConfigRequest
2+
# DiscoverEmailConfigRq
33

44
## Properties
55
Name | Type | Description | Notes

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Class | Method | HTTP request | Description
133133
- [CreateEmailRequest](CreateEmailRequest.md)
134134
- [CustomerEvent](CustomerEvent.md)
135135
- [DiscUsage](DiscUsage.md)
136-
- [DiscoverEmailConfigRequest](DiscoverEmailConfigRequest.md)
136+
- [DiscoverEmailConfigRq](DiscoverEmailConfigRq.md)
137137
- [EmailAccountConfig](EmailAccountConfig.md)
138138
- [EmailAccountRequest](EmailAccountRequest.md)
139139
- [EmailAddress](EmailAddress.md)

src/model/model.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ export class DiscUsage {
24262426
/**
24272427
* Discover email configuration request.
24282428
*/
2429-
export class DiscoverEmailConfigRequest {
2429+
export class DiscoverEmailConfigRq {
24302430

24312431
/**
24322432
* Attribute type map
@@ -2452,7 +2452,7 @@ export class DiscoverEmailConfigRequest {
24522452
* Returns attribute type map
24532453
*/
24542454
public static getAttributeTypeMap() {
2455-
return DiscoverEmailConfigRequest.attributeTypeMap;
2455+
return DiscoverEmailConfigRq.attributeTypeMap;
24562456
}
24572457

24582458
/**
@@ -6306,7 +6306,7 @@ export class DeleteMessageBaseRequest extends AccountBaseRequest {
63066306
}
63076307
}
63086308

6309-
export class DiscoverEmailConfigOauth extends DiscoverEmailConfigRequest {
6309+
export class DiscoverEmailConfigOauth extends DiscoverEmailConfigRq {
63106310

63116311
/**
63126312
* Attribute type map
@@ -6380,7 +6380,7 @@ export class DiscoverEmailConfigOauth extends DiscoverEmailConfigRequest {
63806380
}
63816381
}
63826382

6383-
export class DiscoverEmailConfigPassword extends DiscoverEmailConfigRequest {
6383+
export class DiscoverEmailConfigPassword extends DiscoverEmailConfigRq {
63846384

63856385
/**
63866386
* Attribute type map
@@ -7296,7 +7296,7 @@ const typeMap = {
72967296
CreateEmailRequest,
72977297
CustomerEvent,
72987298
DiscUsage,
7299-
DiscoverEmailConfigRequest,
7299+
DiscoverEmailConfigRq,
73007300
EmailAccountConfig,
73017301
EmailAccountRequest,
73027302
EmailAddress,

0 commit comments

Comments
 (0)