Skip to content

Commit daa009b

Browse files
committed
chore: regen sdk
1 parent 521cef7 commit daa009b

File tree

194 files changed

+6548
-2527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+6548
-2527
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"magicbell-swift-user-client": minor
3+
---
4+
5+
Automatic minor version bump for changes in `magicbell-swift-user-client`.

Sources/MagicBellUserClient/generated/Client.swift

Lines changed: 379 additions & 22 deletions
Large diffs are not rendered by default.

Sources/MagicBellUserClient/generated/Types.swift

Lines changed: 1510 additions & 546 deletions
Large diffs are not rendered by default.

documentation/README.md

Lines changed: 122 additions & 72 deletions
Large diffs are not rendered by default.

documentation/enums/Components.Schemas.APNSToken.CodingKeys.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66

77
- [Cases](#cases)
88
- `app_id`
9+
- `created_at`
910
- `device_token`
11+
- `discarded_at`
12+
- `id`
1013
- `installation_id`
14+
- `updated_at`
1115

1216
```swift
1317
public enum CodingKeys: String, CodingKey
@@ -20,14 +24,38 @@ public enum CodingKeys: String, CodingKey
2024
case app_id
2125
```
2226

27+
### `created_at`
28+
29+
```swift
30+
case created_at
31+
```
32+
2333
### `device_token`
2434

2535
```swift
2636
case device_token
2737
```
2838

39+
### `discarded_at`
40+
41+
```swift
42+
case discarded_at
43+
```
44+
45+
### `id`
46+
47+
```swift
48+
case id
49+
```
50+
2951
### `installation_id`
3052

3153
```swift
3254
case installation_id
3355
```
56+
57+
### `updated_at`
58+
59+
```swift
60+
case updated_at
61+
```

documentation/enums/Components.Schemas.ArrayOfFCMTokenResponses.CodingKeys.md renamed to documentation/enums/Components.Schemas.APNSTokenCollection.CodingKeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**ENUM**
22

3-
# `Components.Schemas.ArrayOfFCMTokenResponses.CodingKeys`
3+
# `Components.Schemas.APNSTokenCollection.CodingKeys`
44

55
**Contents**
66

Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
**ENUM**
22

3-
# `Components.Schemas.APNSTokenResponse.CodingKeys`
3+
# `Components.Schemas.APNSTokenPayload.CodingKeys`
44

55
**Contents**
66

77
- [Cases](#cases)
88
- `app_id`
9-
- `created_at`
109
- `device_token`
11-
- `discarded_at`
12-
- `id`
1310
- `installation_id`
14-
- `updated_at`
1511

1612
```swift
1713
public enum CodingKeys: String, CodingKey
@@ -24,38 +20,14 @@ public enum CodingKeys: String, CodingKey
2420
case app_id
2521
```
2622

27-
### `created_at`
28-
29-
```swift
30-
case created_at
31-
```
32-
3323
### `device_token`
3424

3525
```swift
3626
case device_token
3727
```
3828

39-
### `discarded_at`
40-
41-
```swift
42-
case discarded_at
43-
```
44-
45-
### `id`
46-
47-
```swift
48-
case id
49-
```
50-
5129
### `installation_id`
5230

5331
```swift
5432
case installation_id
5533
```
56-
57-
### `updated_at`
58-
59-
```swift
60-
case updated_at
61-
```

documentation/enums/Components.Schemas.APNSTokenResponse.installation_idPayload.md renamed to documentation/enums/Components.Schemas.APNSTokenPayload.installation_idPayload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**ENUM**
22

3-
# `Components.Schemas.APNSTokenResponse.installation_idPayload`
3+
# `Components.Schemas.APNSTokenPayload.installation_idPayload`
44

55
**Contents**
66

@@ -14,7 +14,7 @@
1414

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

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

1919
## Cases
2020
### `development`

documentation/enums/Components.Schemas.ArrayOfTeamsTokenResponses.CodingKeys.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

documentation/enums/Components.Schemas.ArrayOfWebPushTokenResponses.CodingKeys.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)