-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulls recent master branch changes into develop
- Loading branch information
Showing
417 changed files
with
21,796 additions
and
13,536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The following NPM package may be included in this product: | ||
|
||
- @babel/runtime-corejs3@7.12.5 | ||
- @babel/runtime-corejs3@7.26.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -31,11 +31,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- core-js-pure@3.8.3 | ||
- core-js-pure@3.39.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
Copyright (c) 2014-2021 Denis Pushkarev | ||
Copyright (c) 2014-2024 Denis Pushkarev | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -59,7 +59,7 @@ THE SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- [email protected].5 | ||
- [email protected].8 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -89,7 +89,7 @@ SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- node-fetch@2.6.7 | ||
- node-fetch@2.7.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -119,7 +119,7 @@ SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- regenerator-runtime@0.13.7 | ||
- regenerator-runtime@0.14.1 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.city property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
city?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.countryCode property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
countryCode: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line1 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line1?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line2 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line2?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line3 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line3?: string; | ||
|
Oops, something went wrong.