Skip to content

Commit 0cdbea3

Browse files
authored
feat: Update to @seamapi/[email protected] (#772)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent ed29fdd commit 0cdbea3

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/api/_blueprint.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20602,7 +20602,7 @@
2060220602
"isDraft": false,
2060320603
"draftMessage": "",
2060420604
"hasDefault": false,
20605-
"format": "string",
20605+
"format": "id",
2060620606
"jsonType": "string"
2060720607
},
2060820608
{
@@ -20618,7 +20618,7 @@
2061820618
"hasDefault": false,
2061920619
"format": "list",
2062020620
"jsonType": "array",
20621-
"itemFormat": "string"
20621+
"itemFormat": "id"
2062220622
}
2062320623
]
2062420624
},
@@ -20921,7 +20921,7 @@
2092120921
"isDraft": false,
2092220922
"draftMessage": "",
2092320923
"hasDefault": false,
20924-
"format": "string",
20924+
"format": "id",
2092520925
"jsonType": "string"
2092620926
},
2092720927
{
@@ -21255,7 +21255,7 @@
2125521255
"isDraft": false,
2125621256
"draftMessage": "",
2125721257
"hasDefault": false,
21258-
"format": "string",
21258+
"format": "id",
2125921259
"jsonType": "string"
2126021260
},
2126121261
{
@@ -21271,7 +21271,7 @@
2127121271
"hasDefault": false,
2127221272
"format": "list",
2127321273
"jsonType": "array",
21274-
"itemFormat": "string"
21274+
"itemFormat": "id"
2127521275
}
2127621276
]
2127721277
},
@@ -49715,7 +49715,7 @@
4971549715
"isDraft": false,
4971649716
"draftMessage": "",
4971749717
"hasDefault": false,
49718-
"format": "string",
49718+
"format": "id",
4971949719
"jsonType": "string"
4972049720
}
4972149721
]

docs/api/client_sessions/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ ID of the [user identity](../../capability-guides/mobile-access/managing-mobile-
290290

291291
---
292292

293-
**`user_identity_ids`** *Array* *of Strings*
293+
**`user_identity_ids`** *Array* *of UUIDs*
294294

295295
IDs of the [user identities](../../capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities.md#what-is-a-user-identity) that you want to associate with the client session.
296296

docs/api/client_sessions/get_or_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ID of the [user identity](../../capability-guides/mobile-access/managing-mobile-
268268

269269
---
270270

271-
**`user_identity_ids`** *Array* *of Strings*
271+
**`user_identity_ids`** *Array* *of UUIDs*
272272

273273
IDs of the [user identities](../../capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities.md#what-is-a-user-identity) that you want to associate with the client session.
274274

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.51.3",
3434
"@seamapi/smith": "^0.4.4",
35-
"@seamapi/types": "1.480.0",
35+
"@seamapi/types": "1.482.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)