Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"magicbell-swift-user-client": minor
---

Automatic minor version bump for changes in `magicbell-swift-user-client`.
2,011 changes: 1,666 additions & 345 deletions Sources/MagicBellUserClient/generated/Client.swift

Large diffs are not rendered by default.

6,921 changes: 5,137 additions & 1,784 deletions Sources/MagicBellUserClient/generated/Types.swift

Large diffs are not rendered by default.

681 changes: 418 additions & 263 deletions documentation/README.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions documentation/enums/Components.Schemas.APNSToken.CodingKeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

- [Cases](#cases)
- `app_id`
- `created_at`
- `device_token`
- `discarded_at`
- `id`
- `installation_id`
- `updated_at`

```swift
public enum CodingKeys: String, CodingKey
Expand All @@ -20,14 +24,38 @@ public enum CodingKeys: String, CodingKey
case app_id
```

### `created_at`

```swift
case created_at
```

### `device_token`

```swift
case device_token
```

### `discarded_at`

```swift
case discarded_at
```

### `id`

```swift
case id
```

### `installation_id`

```swift
case installation_id
```

### `updated_at`

```swift
case updated_at
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@frozen public enum installation_idPayload: String, Codable, Hashable, Sendable, CaseIterable
```

(Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in `production`.
The APNs environment this token belongs to. If omitted we assume it targets `production`.

- Remark: Generated from `#/components/schemas/APNSToken/installation_id`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ENUM**

# `Components.Schemas.ArrayOfFCMTokenResponses.CodingKeys`
# `Components.Schemas.APNSTokenCollection.CodingKeys`

**Contents**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
**ENUM**

# `Components.Schemas.APNSTokenResponse.CodingKeys`
# `Components.Schemas.APNSTokenPayload.CodingKeys`

**Contents**

- [Cases](#cases)
- `app_id`
- `created_at`
- `device_token`
- `discarded_at`
- `id`
- `installation_id`
- `updated_at`

```swift
public enum CodingKeys: String, CodingKey
Expand All @@ -24,38 +20,14 @@ public enum CodingKeys: String, CodingKey
case app_id
```

### `created_at`

```swift
case created_at
```

### `device_token`

```swift
case device_token
```

### `discarded_at`

```swift
case discarded_at
```

### `id`

```swift
case id
```

### `installation_id`

```swift
case installation_id
```

### `updated_at`

```swift
case updated_at
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ENUM**

# `Components.Schemas.FCMTokenResponse.installation_idPayload`
# `Components.Schemas.APNSTokenPayload.installation_idPayload`

**Contents**

Expand All @@ -12,7 +12,9 @@
@frozen public enum installation_idPayload: String, Codable, Hashable, Sendable, CaseIterable
```

- Remark: Generated from `#/components/schemas/FCMTokenResponse/installation_id`.
The APNs environment this token belongs to. If omitted we assume it targets `production`.

- Remark: Generated from `#/components/schemas/APNSTokenPayload/installation_id`.

## Cases
### `development`
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 28 additions & 0 deletions documentation/enums/Components.Schemas.ExpoToken.CodingKeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,43 @@
**Contents**

- [Cases](#cases)
- `created_at`
- `device_token`
- `discarded_at`
- `id`
- `updated_at`

```swift
public enum CodingKeys: String, CodingKey
```

## Cases
### `created_at`

```swift
case created_at
```

### `device_token`

```swift
case device_token
```

### `discarded_at`

```swift
case discarded_at
```

### `id`

```swift
case id
```

### `updated_at`

```swift
case updated_at
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ENUM**

# `Components.Schemas.ArrayOfAPNSTokenResponses.CodingKeys`
# `Components.Schemas.ExpoTokenCollection.CodingKeys`

**Contents**

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**ENUM**

# `Components.Schemas.ExpoTokenPayload.CodingKeys`

**Contents**

- [Cases](#cases)
- `device_token`

```swift
public enum CodingKeys: String, CodingKey
```

## Cases
### `device_token`

```swift
case device_token
```

This file was deleted.

Loading