Skip to content

Commit 9e3aaee

Browse files
authored
feat: Update to @seamapi/[email protected] (#991)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent f0ab031 commit 9e3aaee

File tree

4 files changed

+45
-5
lines changed

4 files changed

+45
-5
lines changed

docs/api/_blueprint.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28579,6 +28579,20 @@
2857928579
"jsonType": "array",
2858028580
"itemFormat": "object",
2858128581
"itemParameters": [
28582+
{
28583+
"name": "custom_metadata",
28584+
"description": "Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application.",
28585+
"isRequired": false,
28586+
"isDeprecated": false,
28587+
"deprecationMessage": "",
28588+
"isUndocumented": false,
28589+
"undocumentedMessage": "",
28590+
"isDraft": false,
28591+
"draftMessage": "",
28592+
"hasDefault": false,
28593+
"format": "record",
28594+
"jsonType": "object"
28595+
},
2858228596
{
2858328597
"name": "name",
2858428598
"description": "Your display name for this location resource.",
@@ -30858,6 +30872,20 @@
3085830872
"jsonType": "array",
3085930873
"itemFormat": "object",
3086030874
"itemParameters": [
30875+
{
30876+
"name": "custom_metadata",
30877+
"description": "Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application.",
30878+
"isRequired": false,
30879+
"isDeprecated": false,
30880+
"deprecationMessage": "",
30881+
"isUndocumented": false,
30882+
"undocumentedMessage": "",
30883+
"isDraft": false,
30884+
"draftMessage": "",
30885+
"hasDefault": false,
30886+
"format": "record",
30887+
"jsonType": "object"
30888+
},
3086130889
{
3086230890
"name": "name",
3086330891
"description": "Your display name for this location resource.",

docs/api/customers/push_data.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,18 @@ Your unique identifier for the property.
668668

669669
List of property listings.
670670

671+
<details>
672+
673+
<summary><b><code>custom_metadata</code></b> <i>Record</i></summary>
674+
675+
Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application.
676+
677+
</details>
678+
679+
---
680+
681+
682+
671683
<details>
672684

673685
<summary><b><code>name</code></b> <i>String</i></summary>

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.53.0",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.671.0",
35+
"@seamapi/types": "1.672.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)