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,373 changes: 4,699 additions & 1,674 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
@@ -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.APNSTokenResponse.installation_idPayload`
# `Components.Schemas.APNSTokenPayload.installation_idPayload`

**Contents**

Expand All @@ -14,7 +14,7 @@

(Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in `production`.

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

## Cases
### `development`
Expand Down

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.

27 changes: 24 additions & 3 deletions documentation/enums/Components.Schemas.FCMToken.CodingKeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,43 @@
**Contents**

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

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

## Cases
### `created_at`

```swift
case created_at
```

### `device_token`

```swift
case device_token
```

### `installation_id`
### `discarded_at`

```swift
case discarded_at
```

### `id`

```swift
case id
```

### `updated_at`

```swift
case installation_id
case updated_at
```

This file was deleted.

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

# `Components.Schemas.ArrayOfExpoTokenResponses.CodingKeys`
# `Components.Schemas.FCMTokenCollection.CodingKeys`

**Contents**

Expand Down
Loading