Skip to content

chore: regen sdk #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Jump to file
Failed to load files.
Loading
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`.
401 changes: 379 additions & 22 deletions Sources/MagicBellUserClient/generated/Client.swift

Large diffs are not rendered by default.

2,056 changes: 1,510 additions & 546 deletions Sources/MagicBellUserClient/generated/Types.swift

Large diffs are not rendered by default.

194 changes: 122 additions & 72 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