yellowgrid-api-ts 3.2.277 → 3.2.279
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 +32 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +66 -0
- package/api.ts +5123 -1849
- package/common.ts +2 -2
- package/dist/api.d.ts +10229 -8273
- package/dist/api.js +3208 -319
- package/dist/models/ReasonEnum.d.ts +18 -0
- package/dist/models/ReasonEnum.js +20 -0
- package/dist/models/ResolutionEnum.d.ts +18 -0
- package/dist/models/ResolutionEnum.js +20 -0
- package/dist/models/RmaItemCreditTypeEnum.d.ts +13 -0
- package/dist/models/RmaItemCreditTypeEnum.js +15 -0
- package/dist/models/RmaItemResolutionEnum.d.ts +28 -0
- package/dist/models/RmaItemResolutionEnum.js +30 -0
- package/dist/models/RmaItemStatusEnum.d.ts +18 -0
- package/dist/models/RmaItemStatusEnum.js +20 -0
- package/dist/models/RmaStatusEnum.d.ts +33 -0
- package/dist/models/RmaStatusEnum.js +35 -0
- package/docs/AbstractOrderRequestDTO.md +4 -4
- package/docs/AccountAddressesDTO.md +3 -3
- package/docs/AccountContactEntity.md +13 -13
- package/docs/AccountContactModel.md +13 -13
- package/docs/AccountContactRequestModel.md +9 -9
- package/docs/AccountDetailedSummaryDTO.md +10 -10
- package/docs/AccountFinanceDTO.md +10 -10
- package/docs/AccountRequestModel.md +11 -11
- package/docs/AccountSummaryDTO.md +3 -3
- package/docs/AccountsApi.md +48 -0
- package/docs/AccountsResponseModel.md +4 -4
- package/docs/AddressDTO.md +12 -6
- package/docs/AddressModel.md +5 -5
- package/docs/AddressRequestModel.md +4 -4
- package/docs/AdminCustomerRmasModel.md +27 -0
- package/docs/AdminNumberPortDTO.md +7 -7
- package/docs/AdminOrderRequestDTO.md +4 -4
- package/docs/AdminRmaDTO.md +67 -0
- package/docs/AdminRmaItemDTO.md +51 -0
- package/docs/AdminRmaNoteDTO.md +27 -0
- package/docs/AdminRmaSummaryDTO.md +39 -0
- package/docs/AdminUserModel.md +5 -5
- package/docs/AgentHoursGraphModel.md +4 -4
- package/docs/AgentHoursGraphMonthModel.md +2 -2
- package/docs/ApiLogEntity.md +12 -12
- package/docs/AreaCodeModel.md +2 -2
- package/docs/AttachmentModel.md +5 -5
- package/docs/AttributeSetEnum.md +2 -2
- package/docs/AuditLogEntity.md +9 -9
- package/docs/AuthCodeResponseModel.md +1 -1
- package/docs/AxisDataDTO.md +1 -1
- package/docs/BasicItemDTO.md +2 -2
- package/docs/BasicProductDTO.md +2 -2
- package/docs/BatchDTO.md +17 -17
- package/docs/BatchEntity.md +17 -17
- package/docs/BrandedVideoSummaryDTO.md +10 -10
- package/docs/BrandedVideosSummariesModel.md +4 -4
- package/docs/CallBarringModel.md +5 -5
- package/docs/ClientDetailsModel.md +7 -7
- package/docs/ClientModel.md +4 -4
- package/docs/CollectionDateDTO.md +27 -0
- package/docs/CollectionDatesRequestDTO.md +23 -0
- package/docs/CompanyContractModel.md +5 -5
- package/docs/ContactInfoModel.md +5 -5
- package/docs/ConversationModel.md +8 -8
- package/docs/CourierPriceEntity.md +10 -10
- package/docs/CreditAccountEntity.md +23 -23
- package/docs/CreditNoteDTO.md +5 -1
- package/docs/CreditNoteEntity.md +5 -5
- package/docs/CreditNoteItemDTO.md +3 -1
- package/docs/CreditNoteItemEntity.md +7 -5
- package/docs/CreditNoteItemModel.md +7 -5
- package/docs/CreditNoteModel.md +5 -5
- package/docs/CrmActivitiesResponseDTO.md +2 -2
- package/docs/CrmActivityDTO.md +3 -3
- package/docs/CrmContactDTO.md +7 -7
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/CrmNoteEntity.md +10 -10
- package/docs/CrmNoteModel.md +10 -10
- package/docs/CustomerCoordinatesDTO.md +5 -5
- package/docs/CustomerInformationModel.md +4 -4
- package/docs/CustomerItemRequestDTO.md +2 -2
- package/docs/CustomerListAccountDTO.md +13 -13
- package/docs/CustomerOrderRequestDTO.md +4 -4
- package/docs/CustomerPriceListEnum.md +2 -2
- package/docs/CustomerRmasModel.md +27 -0
- package/docs/CustomerSummaryReportDTO.md +6 -6
- package/docs/DdiRangeRequestModel.md +3 -3
- package/docs/DdiRangesRequestModel.md +1 -1
- package/docs/DetailedItemRequestDTO.md +2 -2
- package/docs/DetailedOrderRequestDTO.md +4 -4
- package/docs/DivertRequestModel.md +1 -1
- package/docs/DivertResponseModel.md +2 -2
- package/docs/EdTechProClientEntity.md +4 -4
- package/docs/EdTechProSchoolModel.md +11 -11
- package/docs/EdTechProSchoolsModel.md +4 -4
- package/docs/EdTechProSetupModel.md +5 -5
- package/docs/EmailRequestModel.md +21 -0
- package/docs/EventDTO.md +8 -8
- package/docs/EventRequestDTO.md +3 -3
- package/docs/EventSubscriptionModel.md +2 -2
- package/docs/EventUpdateDTO.md +4 -4
- package/docs/EventUpdateEntity.md +5 -5
- package/docs/EventUpdateRequestDTO.md +3 -3
- package/docs/ExpiringKeyDTO.md +5 -5
- package/docs/FraudManagementModel.md +2 -2
- package/docs/FreshdeskCompanyTicketsModel.md +4 -4
- package/docs/FreshdeskTicketEntity.md +6 -6
- package/docs/FtpAccountsEntity.md +5 -5
- package/docs/GenericFileModel.md +3 -3
- package/docs/GraphDTO.md +6 -6
- package/docs/HostingChangeResponseModel.md +5 -5
- package/docs/HostingRegionDTO.md +3 -3
- package/docs/InstallationDetailsDTO.md +3 -3
- package/docs/InstanceAutoFailoverEntity.md +5 -5
- package/docs/InstanceDeletionScheduleEntity.md +4 -4
- package/docs/InstanceEntity.md +21 -21
- package/docs/InstanceFailoverEntity.md +11 -11
- package/docs/InstanceMonitoringEntity.md +3 -3
- package/docs/InstanceMonitoringLogEntity.md +6 -6
- package/docs/InstanceScheduledTasksEntity.md +6 -6
- package/docs/InstanceTcxDetailsEntity.md +10 -10
- package/docs/InstanceUserCredentialsEntity.md +5 -5
- package/docs/ItemDTO.md +2 -2
- package/docs/ItemDiscountEntity.md +6 -6
- package/docs/ItemEntity.md +21 -21
- package/docs/ItemResolutionRequestModel.md +21 -0
- package/docs/LinkedOrderEntity.md +2 -2
- package/docs/MFARequiredModel.md +2 -2
- package/docs/MacAddressDTO.md +2 -2
- package/docs/MacAddressRequestModel.md +21 -0
- package/docs/MonthlyUsageModel.md +2 -2
- package/docs/MultiTenantChangeResponseModel.md +4 -4
- package/docs/NameRequestModel.md +21 -0
- package/docs/NavigationModel.md +4 -4
- package/docs/NoteRequestModel.md +21 -0
- package/docs/NumberPortDTO.md +7 -7
- package/docs/NumberPortNoteDTO.md +5 -5
- package/docs/NumberPortRangeDTO.md +2 -2
- package/docs/NumberPortingApi.md +21 -21
- package/docs/NumberPortsModel.md +4 -4
- package/docs/OAuth20Api.md +3 -3
- package/docs/OfflineInstancesEntity.md +5 -5
- package/docs/OrderDTO.md +3 -3
- package/docs/OrderDetailsDTO.md +10 -10
- package/docs/OrderEntity.md +56 -56
- package/docs/OrderItemDTO.md +2 -2
- package/docs/OrderRequestModel.md +6 -6
- package/docs/OrderSummariesModel.md +4 -4
- package/docs/OrderSummaryDTO.md +10 -10
- package/docs/OrderTotalModel.md +7 -7
- package/docs/OrderedItemEntity.md +14 -14
- package/docs/OrderedItemModel.md +14 -14
- package/docs/OrdersApi.md +55 -0
- package/docs/PartnerDTO.md +10 -10
- package/docs/PasswordSenderDTO.md +2 -2
- package/docs/PasswordSenderEntity.md +7 -7
- package/docs/PortalAccountModel.md +23 -23
- package/docs/PortalLoginModel.md +7 -7
- package/docs/PostGenerateReport200Response.md +8 -8
- package/docs/PriceListItemModel.md +2 -2
- package/docs/PrinterEntity.md +5 -5
- package/docs/PrizesEntity.md +6 -6
- package/docs/ProductDetailedSummaryDTO.md +2 -2
- package/docs/ProductPriceListItemModel.md +2 -2
- package/docs/ProductSearchResultsModel.md +1 -1
- package/docs/ProductSerialInfoDTO.md +27 -0
- package/docs/ProductSerialInfoModel.md +3 -3
- package/docs/ProductSummaryDTO.md +2 -2
- package/docs/PromoCodesEntity.md +8 -8
- package/docs/PromoItemModel.md +8 -8
- package/docs/PromoItemsEntity.md +8 -8
- package/docs/PromoModel.md +8 -8
- package/docs/PromoSummariesModel.md +4 -4
- package/docs/PromoSummaryDTO.md +3 -3
- package/docs/ProspectDTO.md +7 -7
- package/docs/ProspectEntity.md +11 -11
- package/docs/ProvisioningModel.md +3 -3
- package/docs/ProvisioningRequestEntity.md +3 -3
- package/docs/RMAApi.md +1749 -0
- package/docs/ReasonRequestModel.md +21 -0
- package/docs/RecordingBackupAzureModel.md +4 -4
- package/docs/RemoteStorageDTO.md +4 -4
- package/docs/ReportRequestDTO.md +1 -1
- package/docs/ResolutionRequestModel.md +21 -0
- package/docs/ResourceNotReadyException.md +3 -3
- package/docs/RmaCollectionDTO.md +27 -0
- package/docs/RmaCreditItemRequestDTO.md +25 -0
- package/docs/RmaDTO.md +47 -0
- package/docs/RmaItemDTO.md +35 -0
- package/docs/RmaItemRequestDTO.md +25 -0
- package/docs/RmaOrderDTO.md +33 -0
- package/docs/RmaOrderItemDTO.md +37 -0
- package/docs/RmaOrderSummaryDTO.md +25 -0
- package/docs/RmaReplacementOrderItemDTO.md +23 -0
- package/docs/RmaReplacementOrderRequestDTO.md +21 -0
- package/docs/RmaRequestDTO.md +36 -0
- package/docs/RmaReturnDTO.md +31 -0
- package/docs/RmaSummaryDTO.md +31 -0
- package/docs/RmaSummaryItemDTO.md +23 -0
- package/docs/RootAccessModel.md +3 -3
- package/docs/S3BucketEntity.md +4 -4
- package/docs/ScannedItemModel.md +1 -1
- package/docs/ScopeModel.md +2 -2
- package/docs/SerialNumberRequestModel.md +21 -0
- package/docs/SeriesDTO.md +3 -3
- package/docs/ServiceHealthDTO.md +2 -2
- package/docs/ServiceStatusDTO.md +4 -4
- package/docs/ShipmentAddressEntity.md +11 -11
- package/docs/ShipmentDTO.md +4 -4
- package/docs/ShipmentEntity.md +12 -12
- package/docs/ShipmentItemDTO.md +2 -2
- package/docs/ShipmentItemEntity.md +5 -5
- package/docs/ShipmentItemModel.md +5 -5
- package/docs/ShipmentModel.md +12 -12
- package/docs/ShipmentRequestDTO.md +4 -4
- package/docs/ShippingApi.md +56 -0
- package/docs/ShippingConsignmentModel.md +4 -4
- package/docs/ShippingInformationDTO.md +3 -3
- package/docs/ShippingRequestDTO.md +3 -3
- package/docs/ShippingServiceDTO.md +2 -2
- package/docs/ShippingServiceModel.md +4 -4
- package/docs/ShippingServicesModel.md +1 -1
- package/docs/SipTrunkChangeResponseModel.md +5 -5
- package/docs/SipTrunkCreationRequestModel.md +6 -6
- package/docs/SipTrunkEntity.md +12 -12
- package/docs/SipTrunksResponseModel.md +4 -4
- package/docs/SmsAccountDTO.md +6 -6
- package/docs/SmsAccountEntity.md +6 -6
- package/docs/SmsAccountRequestDTO.md +5 -5
- package/docs/SmsDataModel.md +1 -1
- package/docs/SmsMessageModel.md +3 -3
- package/docs/SmsNumbersEntity.md +2 -2
- package/docs/SmsPayloadModel.md +3 -3
- package/docs/SmsPhoneNumberModel.md +1 -1
- package/docs/SmsResponseModel.md +3 -3
- package/docs/SmsWhitelistEntity.md +2 -2
- package/docs/StockOrderCourierEntity.md +4 -4
- package/docs/StockOrderDeductionModel.md +4 -4
- package/docs/StockOrderDeductionRequestModel.md +2 -2
- package/docs/StockOrderDeductionsEntity.md +4 -4
- package/docs/StockOrderEntity.md +22 -22
- package/docs/StockOrderItemEntity.md +7 -7
- package/docs/StockOrderItemModel.md +7 -7
- package/docs/StockOrderItemRequestModel.md +4 -4
- package/docs/StockOrderModel.md +14 -14
- package/docs/StockOrderProductEntity.md +6 -6
- package/docs/StockOrderRequestModel.md +3 -3
- package/docs/StockOrderSupplierEntity.md +9 -9
- package/docs/StockOrderSupplierModel.md +9 -9
- package/docs/StockOrdersModel.md +4 -4
- package/docs/StockProductModel.md +6 -6
- package/docs/StockProductPriceModel.md +1 -1
- package/docs/StockProductSummariesModel.md +4 -4
- package/docs/StockProductSummaryModel.md +6 -6
- package/docs/StockReportItemModel.md +6 -6
- package/docs/StockReportModel.md +5 -5
- package/docs/StockTransactionsEntity.md +8 -8
- package/docs/SupplierEntity.md +9 -9
- package/docs/SupplierItemEntity.md +8 -8
- package/docs/SupplierItemModel.md +8 -8
- package/docs/SupplierItemsResultsDTO.md +1 -1
- package/docs/SupplierModel.md +9 -9
- package/docs/SupplierProductModel.md +3 -3
- package/docs/SupplierProductResultsModel.md +4 -4
- package/docs/SupportTicketModel.md +10 -10
- package/docs/TableDTO.md +3 -3
- package/docs/TableDataDTO.md +1 -1
- package/docs/TableHistoryEntity.md +8 -8
- package/docs/TableRowDTO.md +1 -1
- package/docs/TcxBackupEntity.md +9 -9
- package/docs/TcxBackupModel.md +9 -9
- package/docs/TcxBillingEntity.md +10 -10
- package/docs/TcxBulkLicenceDetailsModel.md +2 -2
- package/docs/TcxDeadLicenceEntity.md +3 -3
- package/docs/TcxExtsEntity.md +8 -8
- package/docs/TcxInstallationModel.md +17 -17
- package/docs/TcxInstallationsModel.md +4 -4
- package/docs/TcxKeySummaryDTO.md +3 -3
- package/docs/TcxKeysEntity.md +6 -6
- package/docs/TcxLicenceDetailsErrorModel.md +4 -4
- package/docs/TcxLicenceDetailsModel.md +11 -11
- package/docs/TcxMacsEntity.md +3 -3
- package/docs/TcxMultiTenantModel.md +7 -7
- package/docs/TcxMultiTenantUserModel.md +3 -3
- package/docs/TcxMultiTenantsModel.md +4 -4
- package/docs/TcxNumbersEntity.md +3 -3
- package/docs/TcxOfficeHoursEntity.md +15 -15
- package/docs/TcxPhoneModel.md +6 -6
- package/docs/TcxPhonesEntity.md +6 -6
- package/docs/TcxRemoteStorageModel.md +4 -4
- package/docs/TcxSbcDTO.md +7 -7
- package/docs/TcxSbcEntity.md +16 -16
- package/docs/TcxSbcModel.md +16 -16
- package/docs/TcxSbcResponseDTO.md +2 -2
- package/docs/TcxSetupEntity.md +25 -25
- package/docs/TcxSetupsModel.md +4 -4
- package/docs/TcxSipTrunksEntity.md +13 -13
- package/docs/TcxTemplateXmlEnum.md +2 -2
- package/docs/TcxUsersEntity.md +6 -6
- package/docs/TcxWizardConfigModel.md +2 -2
- package/docs/TcxWizardModel.md +9 -9
- package/docs/TechSupportCompanySummaryDTO.md +5 -5
- package/docs/ThumbnailDTO.md +3 -3
- package/docs/TicketSummaryModel.md +6 -6
- package/docs/TicketTimeDTO.md +9 -9
- package/docs/TicketsApi.md +10 -10
- package/docs/TokenResponseModel.md +3 -3
- package/docs/UpgradeOrderResponseModel.md +2 -2
- package/docs/UpgradeRequestModel.md +4 -4
- package/docs/UserEntity.md +10 -10
- package/docs/VideoRequestEntity.md +13 -13
- package/docs/XeroLogEntity.md +10 -10
- package/git_push.sh +14 -17
- package/models/ReasonEnum.ts +19 -0
- package/models/ResolutionEnum.ts +19 -0
- package/models/RmaItemCreditTypeEnum.ts +14 -0
- package/models/RmaItemResolutionEnum.ts +29 -0
- package/models/RmaItemStatusEnum.ts +19 -0
- package/models/RmaStatusEnum.ts +34 -0
- package/openapitools.json +1 -1
- package/package.json +1 -1
|
@@ -6,8 +6,8 @@ Product Detailed Summary
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**sku** | **string** | SKU | [
|
|
10
|
-
**title** | **string** | Title | [
|
|
9
|
+
**sku** | **string** | SKU | [default to undefined]
|
|
10
|
+
**title** | **string** | Title | [default to undefined]
|
|
11
11
|
**quantity** | **number** | Stock Quantity | [optional] [default to undefined]
|
|
12
12
|
**stockProduct** | **boolean** | Stock Product | [optional] [default to undefined]
|
|
13
13
|
**price** | **number** | Price | [optional] [default to undefined]
|
|
@@ -6,9 +6,9 @@ Product Price List Item
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**title** | **string** | Title | [
|
|
9
|
+
**title** | **string** | Title | [default to undefined]
|
|
10
10
|
**sku** | **string** | SKU | [optional] [default to undefined]
|
|
11
|
-
**price** | **number** | Price | [
|
|
11
|
+
**price** | **number** | Price | [default to undefined]
|
|
12
12
|
**rrp** | **number** | RRP | [optional] [default to undefined]
|
|
13
13
|
**stock** | **number** | Stock | [optional] [default to undefined]
|
|
14
14
|
**brand** | **string** | Brand | [optional] [default to undefined]
|
|
@@ -6,7 +6,7 @@ Product Search Results
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**results** | [**Array<ProductSummaryDTO>**](ProductSummaryDTO.md) | Results | [
|
|
9
|
+
**results** | [**Array<ProductSummaryDTO>**](ProductSummaryDTO.md) | Results | [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# ProductSerialInfoDTO
|
|
2
|
+
|
|
3
|
+
Product Serial Info Response
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**sku** | **string** | SKU | [default to undefined]
|
|
10
|
+
**title** | **string** | Product Title | [default to undefined]
|
|
11
|
+
**mac** | **boolean** | Has MAC Address | [default to undefined]
|
|
12
|
+
**serialPrefixes** | **Array<string>** | Serial Prefix | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { ProductSerialInfoDTO } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: ProductSerialInfoDTO = {
|
|
20
|
+
sku,
|
|
21
|
+
title,
|
|
22
|
+
mac,
|
|
23
|
+
serialPrefixes,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -6,9 +6,9 @@ Product Serial Info
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**sku** | **string** | SKU | [
|
|
10
|
-
**title** | **string** | Product Title | [
|
|
11
|
-
**mac** | **boolean** | Has MAC Address | [
|
|
9
|
+
**sku** | **string** | SKU | [default to undefined]
|
|
10
|
+
**title** | **string** | Product Title | [default to undefined]
|
|
11
|
+
**mac** | **boolean** | Has MAC Address | [default to undefined]
|
|
12
12
|
**serial_prefixes** | **Array<string>** | Serial Prefix | [optional] [default to undefined]
|
|
13
13
|
|
|
14
14
|
## Example
|
|
@@ -6,8 +6,8 @@ Product Summary
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**sku** | **string** | SKU | [
|
|
10
|
-
**title** | **string** | Title | [
|
|
9
|
+
**sku** | **string** | SKU | [default to undefined]
|
|
10
|
+
**title** | **string** | Title | [default to undefined]
|
|
11
11
|
**quantity** | **number** | Stock Quantity | [optional] [default to undefined]
|
|
12
12
|
**stockProduct** | **boolean** | Stock Product | [optional] [default to undefined]
|
|
13
13
|
**price** | **number** | Price | [optional] [default to undefined]
|
package/docs/PromoCodesEntity.md
CHANGED
|
@@ -7,16 +7,16 @@ PromoCodesEntity
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
-
**code** | **string** | code | [
|
|
11
|
-
**description** | **string** | description | [
|
|
10
|
+
**code** | **string** | code | [default to undefined]
|
|
11
|
+
**description** | **string** | description | [default to undefined]
|
|
12
12
|
**startDate** | **string** | start | [optional] [default to undefined]
|
|
13
13
|
**endDate** | **string** | expiry | [optional] [default to undefined]
|
|
14
|
-
**customerLimit** | **number** | customerLimit | [
|
|
15
|
-
**globalLimit** | **number** | globalLimit | [
|
|
16
|
-
**orderRestrictions** | **Array<string>** | orderRestrictions | [
|
|
17
|
-
**includeDistribution** | **boolean** | includeDistribution | [
|
|
18
|
-
**distributionOnly** | **boolean** | distributionOnly | [
|
|
19
|
-
**nfr** | **boolean** | nfr | [
|
|
14
|
+
**customerLimit** | **number** | customerLimit | [default to undefined]
|
|
15
|
+
**globalLimit** | **number** | globalLimit | [default to undefined]
|
|
16
|
+
**orderRestrictions** | **Array<string>** | orderRestrictions | [default to undefined]
|
|
17
|
+
**includeDistribution** | **boolean** | includeDistribution | [default to undefined]
|
|
18
|
+
**distributionOnly** | **boolean** | distributionOnly | [default to undefined]
|
|
19
|
+
**nfr** | **boolean** | nfr | [default to undefined]
|
|
20
20
|
**note** | **string** | note | [optional] [default to undefined]
|
|
21
21
|
|
|
22
22
|
## Example
|
package/docs/PromoItemModel.md
CHANGED
|
@@ -6,14 +6,14 @@ Promo Item
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | id | [
|
|
10
|
-
**promoId** | **number** | promoId | [
|
|
11
|
-
**price** | **number** | price | [
|
|
12
|
-
**discount** | **number** | discount | [
|
|
13
|
-
**sku** | **string** | sku | [
|
|
14
|
-
**quantity** | **number** | quantity | [
|
|
15
|
-
**bulkQuantity** | **number** | bulkQuantity | [
|
|
16
|
-
**bulkAdd** | **number** | bulkAdd | [
|
|
9
|
+
**id** | **number** | id | [default to undefined]
|
|
10
|
+
**promoId** | **number** | promoId | [default to undefined]
|
|
11
|
+
**price** | **number** | price | [default to undefined]
|
|
12
|
+
**discount** | **number** | discount | [default to undefined]
|
|
13
|
+
**sku** | **string** | sku | [default to undefined]
|
|
14
|
+
**quantity** | **number** | quantity | [default to undefined]
|
|
15
|
+
**bulkQuantity** | **number** | bulkQuantity | [default to undefined]
|
|
16
|
+
**bulkAdd** | **number** | bulkAdd | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
package/docs/PromoItemsEntity.md
CHANGED
|
@@ -6,14 +6,14 @@ PromoItemsEntity
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | id | [
|
|
10
|
-
**promoId** | **number** | promoId | [
|
|
11
|
-
**price** | **number** | price | [
|
|
12
|
-
**discount** | **number** | discount | [
|
|
13
|
-
**sku** | **string** | sku | [
|
|
14
|
-
**quantity** | **number** | quantity | [
|
|
15
|
-
**bulkQuantity** | **number** | bulkQuantity | [
|
|
16
|
-
**bulkAdd** | **number** | bulkAdd | [
|
|
9
|
+
**id** | **number** | id | [default to undefined]
|
|
10
|
+
**promoId** | **number** | promoId | [default to undefined]
|
|
11
|
+
**price** | **number** | price | [default to undefined]
|
|
12
|
+
**discount** | **number** | discount | [default to undefined]
|
|
13
|
+
**sku** | **string** | sku | [default to undefined]
|
|
14
|
+
**quantity** | **number** | quantity | [default to undefined]
|
|
15
|
+
**bulkQuantity** | **number** | bulkQuantity | [default to undefined]
|
|
16
|
+
**bulkAdd** | **number** | bulkAdd | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
package/docs/PromoModel.md
CHANGED
|
@@ -7,16 +7,16 @@ Promotion
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
-
**code** | **string** | code | [
|
|
11
|
-
**description** | **string** | description | [
|
|
10
|
+
**code** | **string** | code | [default to undefined]
|
|
11
|
+
**description** | **string** | description | [default to undefined]
|
|
12
12
|
**startDate** | **string** | start | [optional] [default to undefined]
|
|
13
13
|
**endDate** | **string** | expiry | [optional] [default to undefined]
|
|
14
|
-
**customerLimit** | **number** | customerLimit | [
|
|
15
|
-
**globalLimit** | **number** | globalLimit | [
|
|
16
|
-
**orderRestrictions** | **Array<string>** | orderRestrictions | [
|
|
17
|
-
**includeDistribution** | **boolean** | includeDistribution | [
|
|
18
|
-
**distributionOnly** | **boolean** | distributionOnly | [
|
|
19
|
-
**nfr** | **boolean** | nfr | [
|
|
14
|
+
**customerLimit** | **number** | customerLimit | [default to undefined]
|
|
15
|
+
**globalLimit** | **number** | globalLimit | [default to undefined]
|
|
16
|
+
**orderRestrictions** | **Array<string>** | orderRestrictions | [default to undefined]
|
|
17
|
+
**includeDistribution** | **boolean** | includeDistribution | [default to undefined]
|
|
18
|
+
**distributionOnly** | **boolean** | distributionOnly | [default to undefined]
|
|
19
|
+
**nfr** | **boolean** | nfr | [default to undefined]
|
|
20
20
|
**note** | **string** | note | [optional] [default to undefined]
|
|
21
21
|
**items** | [**Array<PromoItemModel>**](PromoItemModel.md) | Items | [optional] [default to undefined]
|
|
22
22
|
|
|
@@ -6,10 +6,10 @@ Promotions
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**results** | [**Array<PromoSummaryDTO>**](PromoSummaryDTO.md) | Results | [
|
|
10
|
-
**page** | **number** | Page | [
|
|
11
|
-
**perPage** | **number** | Per Page | [
|
|
12
|
-
**totalResults** | **number** | Total Results | [
|
|
9
|
+
**results** | [**Array<PromoSummaryDTO>**](PromoSummaryDTO.md) | Results | [default to undefined]
|
|
10
|
+
**page** | **number** | Page | [default to undefined]
|
|
11
|
+
**perPage** | **number** | Per Page | [default to undefined]
|
|
12
|
+
**totalResults** | **number** | Total Results | [default to undefined]
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
package/docs/PromoSummaryDTO.md
CHANGED
|
@@ -7,11 +7,11 @@ Promo Summary
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **number** | ID | [optional] [default to undefined]
|
|
10
|
-
**description** | **string** | Description | [
|
|
11
|
-
**code** | **string** | Promo Code | [
|
|
10
|
+
**description** | **string** | Description | [default to undefined]
|
|
11
|
+
**code** | **string** | Promo Code | [default to undefined]
|
|
12
12
|
**startDate** | **string** | Start Date | [optional] [default to undefined]
|
|
13
13
|
**endDate** | **string** | End Date | [optional] [default to undefined]
|
|
14
|
-
**orders** | **number** | Orders | [
|
|
14
|
+
**orders** | **number** | Orders | [default to undefined]
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
package/docs/ProspectDTO.md
CHANGED
|
@@ -6,16 +6,16 @@ Prospect
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**companyName** | **string** | Company Name | [
|
|
9
|
+
**companyName** | **string** | Company Name | [default to undefined]
|
|
10
10
|
**telephone** | **string** | Telephone | [optional] [default to undefined]
|
|
11
11
|
**lastOrderDate** | **string** | Last Order Date | [optional] [default to undefined]
|
|
12
12
|
**callbackDate** | **string** | Call Back Date | [optional] [default to undefined]
|
|
13
|
-
**xeroId** | **string** | Xero ID | [
|
|
14
|
-
**removed** | **boolean** | Removed From Prospects | [
|
|
15
|
-
**status** | **string** | Status | [
|
|
16
|
-
**orderCount** | **number** | Order Count | [
|
|
17
|
-
**tcxOrderCount** | **number** | 3CX Order Count | [
|
|
18
|
-
**videoCount** | **number** | Branded Video Count | [
|
|
13
|
+
**xeroId** | **string** | Xero ID | [default to undefined]
|
|
14
|
+
**removed** | **boolean** | Removed From Prospects | [default to undefined]
|
|
15
|
+
**status** | **string** | Status | [default to undefined]
|
|
16
|
+
**orderCount** | **number** | Order Count | [default to undefined]
|
|
17
|
+
**tcxOrderCount** | **number** | 3CX Order Count | [default to undefined]
|
|
18
|
+
**videoCount** | **number** | Branded Video Count | [default to undefined]
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
package/docs/ProspectEntity.md
CHANGED
|
@@ -6,17 +6,17 @@ ProspectEntity
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | id | [
|
|
10
|
-
**status** | **number** | status | [
|
|
11
|
-
**customerId** | **number** | customerId | [
|
|
12
|
-
**companyName** | **string** | companyName | [
|
|
13
|
-
**contactName** | **string** | contactName | [
|
|
14
|
-
**telephone** | **string** | telephone | [
|
|
15
|
-
**email** | **string** | email | [
|
|
16
|
-
**reason** | **string** | reason | [
|
|
17
|
-
**lastOrderDate** | **string** | lastOrderDate | [
|
|
18
|
-
**followUpDate** | **string** | followUpDate | [
|
|
19
|
-
**notes** | **string** | notes | [
|
|
9
|
+
**id** | **number** | id | [default to undefined]
|
|
10
|
+
**status** | **number** | status | [default to undefined]
|
|
11
|
+
**customerId** | **number** | customerId | [default to undefined]
|
|
12
|
+
**companyName** | **string** | companyName | [default to undefined]
|
|
13
|
+
**contactName** | **string** | contactName | [default to undefined]
|
|
14
|
+
**telephone** | **string** | telephone | [default to undefined]
|
|
15
|
+
**email** | **string** | email | [default to undefined]
|
|
16
|
+
**reason** | **string** | reason | [default to undefined]
|
|
17
|
+
**lastOrderDate** | **string** | lastOrderDate | [default to undefined]
|
|
18
|
+
**followUpDate** | **string** | followUpDate | [default to undefined]
|
|
19
|
+
**notes** | **string** | notes | [default to undefined]
|
|
20
20
|
|
|
21
21
|
## Example
|
|
22
22
|
|
|
@@ -6,9 +6,9 @@ Provisioning Group
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**groupName** | **string** | Provisioning Group Name | [
|
|
10
|
-
**provisioningUrl** | **string** | Provisioning URL (Static Provisioning Server) | [
|
|
11
|
-
**auth** | **string** | Additional Authentication Secret | [
|
|
9
|
+
**groupName** | **string** | Provisioning Group Name | [default to undefined]
|
|
10
|
+
**provisioningUrl** | **string** | Provisioning URL (Static Provisioning Server) | [default to undefined]
|
|
11
|
+
**auth** | **string** | Additional Authentication Secret | [default to undefined]
|
|
12
12
|
**id** | **number** | Provisioning Group ID | [optional] [default to undefined]
|
|
13
13
|
**customerId** | **number** | Owner ID | [optional] [default to undefined]
|
|
14
14
|
|
|
@@ -6,9 +6,9 @@ Provisioning Group Request
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**groupName** | **string** | Provisioning Group Name | [
|
|
10
|
-
**provisioningUrl** | **string** | Provisioning URL (Static Provisioning Server) | [
|
|
11
|
-
**auth** | **string** | Additional Authentication Secret | [
|
|
9
|
+
**groupName** | **string** | Provisioning Group Name | [default to undefined]
|
|
10
|
+
**provisioningUrl** | **string** | Provisioning URL (Static Provisioning Server) | [default to undefined]
|
|
11
|
+
**auth** | **string** | Additional Authentication Secret | [default to undefined]
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|