-
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
90 changed files
with
5,786 additions
and
5,926 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
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,2 @@ | ||
registry=https://registry.npmjs.org/ | ||
always-auth=false |
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 @@ | ||
# AvalaraSdk.EInvoicing.V1.BatchSearch | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **string** | ID of the batch search | [optional] [default to undefined] | ||
**name** | **string** | Name of the batch report | [optional] [default to undefined] | ||
**createdBy** | **string** | Email of the user who created the batch search | [optional] [default to undefined] | ||
**created** | **Date** | Timestamp when the batch search was created | [optional] [default to undefined] | ||
**lastModified** | **Date** | Timestamp when the batch search was created | [optional] [default to undefined] | ||
**status** | **string** | Status of the batch search | [optional] [default to undefined] | ||
**error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.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,13 @@ | ||
# AvalaraSdk.EInvoicing.V1.BatchSearchListResponse | ||
Schema for batch search list | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**recordSetCount** | **number** | The count of records in the result set | [optional] [default to undefined] | ||
**nextLink** | **string** | Next Link | [optional] [default to undefined] | ||
**value** | [**Array<BatchSearch>**](BatchSearch.md) | | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.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
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,13 @@ | ||
# AvalaraSdk.EInvoicing.V1.DirectorySearchResponse | ||
Response schema for directory search results | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**recordSetCount** | **number** | The count of records in the result set | [optional] [default to undefined] | ||
**nextLink** | **string** | The next page link to get the next set of results. | [optional] [default to undefined] | ||
**value** | [**Array<DirectorySearchResponseValueInner>**](DirectorySearchResponseValueInner.md) | | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.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 @@ | ||
# AvalaraSdk.EInvoicing.V1.DirectorySearchResponseValueInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **string** | Avalara unique ID of the participant in the directory. | [optional] [default to undefined] | ||
**name** | **string** | Name of the participant (typically, the name of the business entity). | [optional] [default to undefined] | ||
**network** | **string** | The network where the participant is present. | [optional] [default to undefined] | ||
**registrationDate** | **Date** | Registration date of the participant if available | [optional] [default to undefined] | ||
**identifiers** | [**Array<DirectorySearchResponseValueInnerIdentifiersInner>**](DirectorySearchResponseValueInnerIdentifiersInner.md) | | [optional] [default to undefined] | ||
**addresses** | [**Array<DirectorySearchResponseValueInnerAddressesInner>**](DirectorySearchResponseValueInnerAddressesInner.md) | | [optional] [default to undefined] | ||
**supportedDocumentTypes** | [**Array<DirectorySearchResponseValueInnerSupportedDocumentTypesInner>**](DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md) | | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md) | ||
|
14 changes: 14 additions & 0 deletions
14
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,14 @@ | ||
# AvalaraSdk.EInvoicing.V1.DirectorySearchResponseValueInnerAddressesInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**line1** | **string** | Address line 1 | [optional] [default to undefined] | ||
**line2** | **string** | Address line 2 | [optional] [default to undefined] | ||
**city** | **string** | City | [optional] [default to undefined] | ||
**state** | **string** | State | [optional] [default to undefined] | ||
**country** | **string** | Country | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md) | ||
|
11 changes: 11 additions & 0 deletions
11
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,11 @@ | ||
# AvalaraSdk.EInvoicing.V1.DirectorySearchResponseValueInnerIdentifiersInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **string** | Peppol Participant ID if the participant is in Peppol network | [optional] [default to undefined] | ||
**value** | **string** | Value of the identifier | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md) | ||
|
13 changes: 13 additions & 0 deletions
13
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,13 @@ | ||
# AvalaraSdk.EInvoicing.V1.DirectorySearchResponseValueInnerSupportedDocumentTypesInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **string** | Document type name. | [optional] [default to undefined] | ||
**value** | **string** | Document type identifier. | [optional] [default to undefined] | ||
**supportedByTradingPartner** | **boolean** | Does trading partner support receiving this document type | [optional] [default to undefined] | ||
**supportedByAvalara** | **boolean** | Does avalara support exchanging this document type | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.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,12 @@ | ||
# AvalaraSdk.EInvoicing.V1.DocumentFetch | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **string** | Unique ID for this document that can be used for status checking and file downloads. This is a UID created by the Avalara E-Invoicing platform. | [optional] [default to undefined] | ||
**status** | **string** | Status of the document | [optional] [default to undefined] | ||
**eventDateTime** | **string** | The date and time when the inbound document was accepted by the Avalara E-Invoicing Platform | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.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,11 @@ | ||
# AvalaraSdk.EInvoicing.V1.DocumentFetchRequest | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**Array<DocumentFetchRequestDataInner>**](DocumentFetchRequestDataInner.md) | Array of key-value pairs used to retrieve inbound documents from the Tax Authority | [optional] [default to undefined] | ||
**metadata** | [**DocumentFetchRequestMetadata**](DocumentFetchRequestMetadata.md) | | [optional] [default to undefined] | ||
|
||
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md) | ||
|
Oops, something went wrong.