Skip to content

Commit d381964

Browse files
authored
chore: regen sdk (#11)
1 parent 613d1c0 commit d381964

File tree

35 files changed

+7
-194
lines changed

35 files changed

+7
-194
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"magicbell-swift-client": minor
3+
---
4+
5+
Automatic minor version bump for changes in `magicbell-swift-client`.

Sources/MagicBellClient/generated/Client.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import struct Foundation.Data
1010
import struct Foundation.Date
1111
#endif
1212
import HTTPTypes
13-
/// OpenAPI 3.1.0 Specification for MagicBell API.
13+
/// OpenAPI 3.0.3 Specification for MagicBell API.
1414
public struct Client: APIProtocol {
1515
/// The underlying HTTP client.
1616
private let client: UniversalClient

documentation/enums/Operations.discard_mobile_push_apns_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.discard_mobile_push_expo_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.discard_mobile_push_fcm_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.discard_slack_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.discard_teams_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.discard_web_push_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.finish_slack_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_apns_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_apns_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_expo_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_expo_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_fcm_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_mobile_push_fcm_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_slack_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_slack_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_teams_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_teams_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_web_push_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.get_web_push_tokens.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_inbox_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_mobile_push_apns_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_mobile_push_expo_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_mobile_push_fcm_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_slack_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_slack_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_teams_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_templates_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_web_push_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.save_web_push_token.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.start_inbox_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.start_slack_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/enums/Operations.start_web_push_installation.AcceptableContentType.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ public static var allCases: [Self]
4949
```swift
5050
public init?(rawValue: Swift.String)
5151
```
52-
53-
#### Parameters
54-
55-
| Name | Description |
56-
| ---- | ----------- |
57-
| rawValue | The raw value to use for the new instance. |

documentation/structs/Client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public struct Client: APIProtocol
4444
```
4545

46-
OpenAPI 3.1.0 Specification for MagicBell API.
46+
OpenAPI 3.0.3 Specification for MagicBell API.
4747

4848
## Methods
4949
### `init(serverURL:configuration:transport:middlewares:)`

0 commit comments

Comments
 (0)