-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from avadev/release/24.12.10
Release/24.12.10
- Loading branch information
Showing
91 changed files
with
9,729 additions
and
1,010 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 +1 @@ | ||
{"name":"sbt","version":"1.5.8","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["C:\\Program Files\\Java\\jdk-17.0.1/bin/java","-Xms100m","-Xmx100m","-classpath","C:/Users/jonathan.wenger/AppData/Roaming/JetBrains/IdeaIC2021.3/plugins/Scala/launcher/sbt-launch.jar","xsbt.boot.Boot","-bsp","--sbt-launch-jar=C:/Users/jonathan.wenger/AppData/Roaming/JetBrains/IdeaIC2021.3/plugins/Scala/launcher/sbt-launch.jar"]} | ||
{"name":"sbt","version":"1.5.8","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["C:\\Users\\jonathan.wenger\\.jdks\\corretto-17.0.11/bin/java","-Xms100m","-Xmx100m","-classpath","C:/Users/jonathan.wenger/AppData/Roaming/JetBrains/IdeaIC2021.3/plugins/Scala/launcher/sbt-launch.jar","xsbt.boot.Boot","-bsp","--sbt-launch-jar=C:/Users/jonathan.wenger/AppData/Roaming/JetBrains/IdeaIC2021.3/plugins/Scala/launcher/sbt-launch.jar"]} |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
|
||
# BatchSearch | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**id** | **String** | ID of the batch search | [optional] | | ||
|**name** | **String** | Name of the batch report | [optional] | | ||
|**createdBy** | **String** | Email of the user who created the batch search | [optional] | | ||
|**created** | **OffsetDateTime** | Timestamp when the batch search was created | [optional] | | ||
|**lastModified** | **OffsetDateTime** | Timestamp when the batch search was created | [optional] | | ||
|**status** | [**StatusEnum**](#StatusEnum) | Status of the batch search | [optional] | | ||
|**error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] | | ||
|
||
|
||
|
||
## Enum: StatusEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| ACCEPTED | "Accepted" | | ||
| RUNNING | "Running" | | ||
| COMPLETED | "Completed" | | ||
| FAILED | "Failed" | | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# BatchSearchListResponse | ||
|
||
Schema for batch search list | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**atRecordSetCount** | **Integer** | The count of records in the result set | [optional] | | ||
|**atNextLink** | **String** | Next Link | [optional] | | ||
|**value** | [**List<BatchSearch>**](BatchSearch.md) | | [optional] | | ||
|
||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# DirectorySearchResponse | ||
|
||
Response schema for directory search results | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**atRecordSetCount** | **Integer** | The count of records in the result set | [optional] | | ||
|**atNextLink** | **String** | The next page link to get the next set of results. | [optional] | | ||
|**value** | [**List<DirectorySearchResponseValueInner>**](DirectorySearchResponseValueInner.md) | | [optional] | | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
|
||
# DirectorySearchResponseValueInner | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**id** | **String** | Avalara unique ID of the participant in the directory. | [optional] | | ||
|**name** | **String** | Name of the participant (typically, the name of the business entity). | [optional] | | ||
|**network** | **String** | The network where the participant is present. | [optional] | | ||
|**registrationDate** | **LocalDate** | Registration date of the participant if available | [optional] | | ||
|**identifiers** | [**List<DirectorySearchResponseValueInnerIdentifiersInner>**](DirectorySearchResponseValueInnerIdentifiersInner.md) | | [optional] | | ||
|**addresses** | [**List<DirectorySearchResponseValueInnerAddressesInner>**](DirectorySearchResponseValueInnerAddressesInner.md) | | [optional] | | ||
|**supportedDocumentTypes** | [**List<DirectorySearchResponseValueInnerSupportedDocumentTypesInner>**](DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md) | | [optional] | | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
docs/EInvoicing/V1/DirectorySearchResponseValueInnerAddressesInner.md
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
# DirectorySearchResponseValueInnerAddressesInner | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**line1** | **String** | Address line 1 | [optional] | | ||
|**line2** | **String** | Address line 2 | [optional] | | ||
|**city** | **String** | City | [optional] | | ||
|**state** | **String** | State | [optional] | | ||
|**country** | **String** | Country | [optional] | | ||
|
||
|
||
|
14 changes: 14 additions & 0 deletions
14
docs/EInvoicing/V1/DirectorySearchResponseValueInnerIdentifiersInner.md
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# DirectorySearchResponseValueInnerIdentifiersInner | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**name** | **String** | Peppol Participant ID if the participant is in Peppol network | [optional] | | ||
|**value** | **String** | Value of the identifier | [optional] | | ||
|
||
|
||
|
16 changes: 16 additions & 0 deletions
16
docs/EInvoicing/V1/DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# DirectorySearchResponseValueInnerSupportedDocumentTypesInner | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**name** | **String** | Document type name. | [optional] | | ||
|**value** | **String** | Document type identifier. | [optional] | | ||
|**supportedByTradingPartner** | **Boolean** | Does trading partner support receiving this document type | [optional] | | ||
|**supportedByAvalara** | **Boolean** | Does avalara support exchanging this document type | [optional] | | ||
|
||
|
||
|
Oops, something went wrong.