yellowgrid-api-ts 3.2.170-dev.0 → 3.2.171-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +25 -3
- package/README.md +54 -3
- package/api.ts +3303 -464
- package/dist/api.d.ts +1951 -213
- package/dist/api.js +2693 -273
- package/docs/AbstractItemDiscountModel.md +21 -0
- package/docs/AccountAddressesDTO.md +25 -0
- package/docs/AccountFinanceDTO.md +37 -0
- package/docs/AccountsApi.md +1427 -53
- package/docs/AddressDTO.md +31 -0
- package/docs/AdminUserModel.md +2 -0
- package/docs/CRMApi.md +120 -0
- package/docs/Class3CXApi.md +48 -0
- package/docs/Class3CXInstallationsApi.md +55 -0
- package/docs/CreateCrmNoteBody.md +20 -0
- package/docs/CreditAccountEntity.md +4 -0
- package/docs/CrmActivitiesResponseDTO.md +23 -0
- package/docs/CrmActivityDTO.md +33 -0
- package/docs/CrmDateActivitiesDTO.md +23 -0
- package/docs/CrmNoteEntity.md +39 -0
- package/docs/CrmNoteModel.md +39 -0
- package/docs/CustomerListAccountDTO.md +45 -0
- package/docs/NumberPortAdminNoteBody.md +20 -0
- package/docs/NumberPortingApi.md +5 -5
- package/docs/OAuth20Api.md +48 -0
- package/docs/PartnerDTO.md +39 -0
- package/docs/PatchUpdateAccountCnameRequest.md +20 -0
- package/docs/PatchUpdateAccountCompanyNumberRequest.md +20 -0
- package/docs/PatchUpdateAccountPhoneRequest.md +20 -0
- package/docs/PatchUpdateAccountVatNumberRequest.md +20 -0
- package/docs/PatchUpdateCreditLimitRequest.md +20 -0
- package/docs/PatchUpdatePriceListRequest.md +20 -0
- package/docs/PatchUpdateSipChannelCostRequest.md +20 -0
- package/docs/PatchUpdateTcxHostingPriceListRequest.md +20 -0
- package/docs/PatchUpdateTcxPartnerIdRequest.md +20 -0
- package/docs/PortalAccountModel.md +4 -2
- package/docs/PostSendWelcomeEmailRequest.md +20 -0
- package/docs/ProductSearchDTO.md +37 -0
- package/docs/ProductSummaryDTO.md +2 -0
- package/docs/ProductsApi.md +10 -10
- package/docs/ProspectDTO.md +2 -0
- package/docs/RecordingBackupAzureModel.md +2 -0
- package/docs/TableHistoryEntity.md +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# AbstractItemDiscountModel
|
|
2
|
+
|
|
3
|
+
Item Discount
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**description** | **string** | Description | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { AbstractItemDiscountModel } from 'yellowgrid-api-ts';
|
|
15
|
+
|
|
16
|
+
const instance: AbstractItemDiscountModel = {
|
|
17
|
+
description,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# AccountAddressesDTO
|
|
2
|
+
|
|
3
|
+
Account Addresses
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**billingAddress** | [**AddressDTO**](AddressDTO.md) | | [optional] [default to undefined]
|
|
10
|
+
**shippingAddress** | [**AddressDTO**](AddressDTO.md) | | [optional] [default to undefined]
|
|
11
|
+
**previousShippingAddreses** | [**Array<AddressDTO>**](AddressDTO.md) | Addresses | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { AccountAddressesDTO } from 'yellowgrid-api-ts';
|
|
17
|
+
|
|
18
|
+
const instance: AccountAddressesDTO = {
|
|
19
|
+
billingAddress,
|
|
20
|
+
shippingAddress,
|
|
21
|
+
previousShippingAddreses,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# AccountFinanceDTO
|
|
2
|
+
|
|
3
|
+
Account Finance DTO
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | Account ID | [optional] [default to undefined]
|
|
10
|
+
**xeroId** | **string** | Account Xero ID | [optional] [default to undefined]
|
|
11
|
+
**accountNumber** | **string** | Account Number | [optional] [default to undefined]
|
|
12
|
+
**creditLimit** | **number** | Credit Limit | [optional] [default to undefined]
|
|
13
|
+
**balance** | **number** | Balance Used | [optional] [default to undefined]
|
|
14
|
+
**overdue** | **number** | Overdue Amount | [optional] [default to undefined]
|
|
15
|
+
**priceList** | [**CustomerPriceListEnum**](CustomerPriceListEnum.md) | | [optional] [default to undefined]
|
|
16
|
+
**sipChannelCost** | **number** | SIP Trunk Channel Cost | [optional] [default to undefined]
|
|
17
|
+
**xeroUrl** | **string** | Xero Contact URL | [optional] [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { AccountFinanceDTO } from 'yellowgrid-api-ts';
|
|
23
|
+
|
|
24
|
+
const instance: AccountFinanceDTO = {
|
|
25
|
+
id,
|
|
26
|
+
xeroId,
|
|
27
|
+
accountNumber,
|
|
28
|
+
creditLimit,
|
|
29
|
+
balance,
|
|
30
|
+
overdue,
|
|
31
|
+
priceList,
|
|
32
|
+
sipChannelCost,
|
|
33
|
+
xeroUrl,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|