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`.
1,436 changes: 1,127 additions & 309 deletions Sources/MagicBellUserClient/generated/Client.swift

Large diffs are not rendered by default.

5,499 changes: 3,750 additions & 1,749 deletions Sources/MagicBellUserClient/generated/Types.swift

Large diffs are not rendered by default.

625 changes: 363 additions & 262 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.

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

- [Cases](#cases)
- `created_at`
- `device_token`
- `discarded_at`
- `id`
- `installation_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
```

### `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.ArrayOfExpoTokenResponses.CodingKeys`
# `Components.Schemas.FCMTokenCollection.CodingKeys`

**Contents**

Expand Down
Loading