Skip to content

Commit

Permalink
chore: update TypeScript definition - time stamp: 2020-02-04
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions authored and Github Actions committed Mar 4, 2020
1 parent cafdf85 commit 31014db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/foundations-ts-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/foundations-ts-definitions",
"version": "0.0.57",
"version": "0.0.59",
"license": "MIT",
"files": [
"types/*"
Expand All @@ -20,4 +20,4 @@
},
"dependencies": {},
"peerDependencies": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7243,6 +7243,7 @@ export interface PropertyImages {
SortBy?: string
Id?: string[]
PropertyId?: string[]
Embed?: 'property'[]
Type?: ('photograph' | 'map' | 'floorPlan' | 'epc')[]
}
/**
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13854,7 +13854,7 @@ isomorphic-ws@^4.0.1:
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz#55fd4cd6c5e6491e76dc125938dd863f5cd4f2dc"
integrity sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==

isstream@~0.1.2:
isstream@0.1.x, isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
Expand Down Expand Up @@ -16882,14 +16882,6 @@ nearley@^2.7.10:
randexp "0.4.6"
semver "^5.4.1"

needle@^2.2.1:
version "2.3.2"
resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.2.tgz#3342dea100b7160960a450dc8c22160ac712a528"
integrity sha512-DUzITvPVDUy6vczKKYTnWc/pBZ0EnjMJnQ3y+Jo5zfKFimJs7S3HFCxCRZYB9FUZcrzUQr3WsmvZgddMEIZv6w==
dependencies:
debug "^3.2.6"
iconv-lite "^0.4.4"
sax "^1.2.4"
needsquotes@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/needsquotes/-/needsquotes-1.0.0.tgz#f54f90ff2ad3f5c1fc90236804639f849b924fad"
Expand Down

0 comments on commit 31014db

Please sign in to comment.