Skip to content

Commit 719f54f

Browse files
committed
Fix building name
1 parent 100ea26 commit 719f54f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12381,7 +12381,7 @@
1238112381
"building_or_firm_name": {
1238212382
"type": "string",
1238312383
"description": "Name of the company or building associated with the address",
12384-
"enum": "Cooper Ltd"
12384+
"example": "Cooper Ltd"
1238512385
},
1238612386
"address_secondary_abbreviation": {
1238712387
"type": "string",

dist/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11513,7 +11513,7 @@ components:
1151311513
building_or_firm_name:
1151411514
type: string
1151511515
description: Name of the company or building associated with the address
11516-
enum: Cooper Ltd
11516+
example: Cooper Ltd
1151711517
address_secondary_abbreviation:
1151811518
type: string
1151911519
description: Not available for non-US addresses

openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7538,7 +7538,7 @@ export interface components {
75387538
street_post_directional_abbreviation: "";
75397539
/**
75407540
* @description Name of the company or building associated with the address
7541-
* @enum {string}
7541+
* @example Cooper Ltd
75427542
*/
75437543
building_or_firm_name: string;
75447544
/**

0 commit comments

Comments
 (0)