Skip to content

Commit e545d29

Browse files
authored
feat: Update to @seamapi/[email protected] (#822)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 2e686f5 commit e545d29

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27771,6 +27771,21 @@
2777127771
"jsonType": "array",
2777227772
"itemFormat": "string"
2777327773
},
27774+
{
27775+
"name": "customer_keys",
27776+
"description": "List of customer keys to delete all data for.",
27777+
"isRequired": false,
27778+
"isDeprecated": false,
27779+
"deprecationMessage": "",
27780+
"isUndocumented": false,
27781+
"undocumentedMessage": "",
27782+
"isDraft": false,
27783+
"draftMessage": "",
27784+
"hasDefault": false,
27785+
"format": "list",
27786+
"jsonType": "array",
27787+
"itemFormat": "string"
27788+
},
2777427789
{
2777527790
"name": "facility_keys",
2777627791
"description": "List of facility keys to delete.",

docs/api/customers/delete_data.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ List of common area keys to delete.
4747

4848
---
4949

50+
**`customer_keys`** *Array* *of Strings*
51+
52+
List of customer keys to delete all data for.
53+
54+
---
55+
5056
**`facility_keys`** *Array* *of Strings*
5157

5258
List of facility keys to delete.

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.526.0",
35+
"@seamapi/types": "1.527.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)