import { type AccountingDataRequestBuilder } from './accountingData/index.js'; import { type AuthenticationRequestBuilder } from './authentication/index.js'; import { type AvailabilitiesRequestBuilder } from './availabilities/index.js'; import { type BillOfMaterialsItemsRequestBuilder } from './billOfMaterialsItems/index.js'; import { type BillOfMaterialsOperationsRequestBuilder } from './billOfMaterialsOperations/index.js'; import { type BillsOfMaterialsRequestBuilder } from './billsOfMaterials/index.js'; import { type CancellationReasonsRequestBuilder } from './cancellationReasons/index.js'; import { type CategoryRequestBuilder } from './category/index.js'; import { type ColorCodesRequestBuilder } from './colorCodes/index.js'; import { type CompaniesRequestBuilder } from './companies/index.js'; import { type CompanyRequestBuilder } from './company/index.js'; import { type ConditionsRequestBuilder } from './conditions/index.js'; import { type ConfigurationRequestBuilder } from './configuration/index.js'; import { type CopyItemdetailsRequestBuilder } from './copyItemdetails/index.js'; import { type CountriesRequestBuilder } from './countries/index.js'; import { type CreateCategoryRequestBuilder } from './createCategory/index.js'; import { type CreditNotesRequestBuilder } from './creditNotes/index.js'; import { type CustomerRequestBuilder } from './customer/index.js'; import { type CustomerCategoriesRequestBuilder } from './customerCategories/index.js'; import { type CustomerGroupsRequestBuilder } from './customerGroups/index.js'; import { type CustomersRequestBuilder } from './customers/index.js'; import { type DeleteCategoryRequestBuilder } from './deleteCategory/index.js'; import { type DeliveryNotesRequestBuilder } from './deliveryNotes/index.js'; import { type DuplicateItemsRequestBuilder } from './duplicateItems/index.js'; import { type ExtensionsRequestBuilder } from './extensions/index.js'; import { type FeatureRequestBuilder } from './feature/index.js'; import { type InfoRequestBuilder } from './info/index.js'; import { type InvoicesRequestBuilder } from './invoices/index.js'; import { type ItemdetailsRequestBuilder } from './itemdetails/index.js'; import { type ItemsRequestBuilder } from './items/index.js'; import { type LanguagesRequestBuilder } from './languages/index.js'; import { type LotSizesRequestBuilder } from './lotSizes/index.js'; import { type MarketplaceRequestBuilder } from './marketplace/index.js'; import { type OfferRequestBuilder } from './offer/index.js'; import { type OnHoldReasonsRequestBuilder } from './onHoldReasons/index.js'; import { type PackageRequestBuilder } from './packageEscaped/index.js'; import { type PaymentMethodsRequestBuilder } from './paymentMethods/index.js'; import { type PrintersRequestBuilder } from './printers/index.js'; import { type ProductGroupRequestBuilder } from './productGroup/index.js'; import { type ProductionItemsRequestBuilder } from './productionItems/index.js'; import { type ProductionOrdersRequestBuilder } from './productionOrders/index.js'; import { type PropertiesRequestBuilder } from './properties/index.js'; import { type RefundsRequestBuilder } from './refunds/index.js'; import { type ResponsiblePersonsRequestBuilder } from './responsiblePersons/index.js'; import { type ReturnReasonsRequestBuilder } from './returnReasons/index.js'; import { type ReturnsRequestBuilder } from './returns/index.js'; import { type ReturnStatesRequestBuilder } from './returnStates/index.js'; import { type SalesChannelsRequestBuilder } from './salesChannels/index.js'; import { type SalesinvoiceRequestBuilder } from './salesinvoice/index.js'; import { type SalesinvoicecorrectionRequestBuilder } from './salesinvoicecorrection/index.js'; import { type SalesInvoiceCorrectionsRequestBuilder } from './salesInvoiceCorrections/index.js'; import { type SalesorderRequestBuilder } from './salesorder/index.js'; import { type SalesOrdersRequestBuilder } from './salesOrders/index.js'; import { type SalesquotationRequestBuilder } from './salesquotation/index.js'; import { type ShipmentRequestBuilder } from './shipment/index.js'; import { type ShippingclassRequestBuilder } from './shippingclass/index.js'; import { type ShippingClassesRequestBuilder } from './shippingClasses/index.js'; import { type ShippingMethodsRequestBuilder } from './shippingMethods/index.js'; import { type StocksRequestBuilder } from './stocks/index.js'; import { type SuppliersRequestBuilder } from './suppliers/index.js'; import { type TaxRequestBuilder } from './tax/index.js'; import { type TaxclassesRequestBuilder } from './taxclasses/index.js'; import { type TaxcodesRequestBuilder } from './taxcodes/index.js'; import { type TransactionStatusesRequestBuilder } from './transactionStatuses/index.js'; import { type UpdateCategoryRequestBuilder } from './updateCategory/index.js'; import { type UpdateItemSalesChannelsRequestBuilder } from './updateItemSalesChannels/index.js'; import { type WarehouseassistantRequestBuilder } from './warehouseassistant/index.js'; import { type WarehousesRequestBuilder } from './warehouses/index.js'; import { type WmsRequestBuilder } from './wms/index.js'; import { type WorkbenchResourcesRequestBuilder } from './workbenchResources/index.js'; import { type WorkbenchResourceTypesRequestBuilder } from './workbenchResourceTypes/index.js'; import { type WorkersRequestBuilder } from './workers/index.js'; import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions'; /** * Builds and executes requests for operations under /v2 */ export interface V2RequestBuilder extends BaseRequestBuilder { /** * The accountingData property */ get accountingData(): AccountingDataRequestBuilder; /** * The authentication property */ get authentication(): AuthenticationRequestBuilder; /** * The availabilities property */ get availabilities(): AvailabilitiesRequestBuilder; /** * The billOfMaterialsItems property */ get billOfMaterialsItems(): BillOfMaterialsItemsRequestBuilder; /** * The billOfMaterialsOperations property */ get billOfMaterialsOperations(): BillOfMaterialsOperationsRequestBuilder; /** * The billsOfMaterials property */ get billsOfMaterials(): BillsOfMaterialsRequestBuilder; /** * The cancellationReasons property */ get cancellationReasons(): CancellationReasonsRequestBuilder; /** * The category property */ get category(): CategoryRequestBuilder; /** * The colorCodes property */ get colorCodes(): ColorCodesRequestBuilder; /** * The companies property */ get companies(): CompaniesRequestBuilder; /** * The company property */ get company(): CompanyRequestBuilder; /** * The conditions property */ get conditions(): ConditionsRequestBuilder; /** * The configuration property */ get configuration(): ConfigurationRequestBuilder; /** * The CopyItemdetails property */ get copyItemdetails(): CopyItemdetailsRequestBuilder; /** * The Countries property */ get countries(): CountriesRequestBuilder; /** * The CreateCategory property */ get createCategory(): CreateCategoryRequestBuilder; /** * The creditNotes property */ get creditNotes(): CreditNotesRequestBuilder; /** * The customer property */ get customer(): CustomerRequestBuilder; /** * The customerCategories property */ get customerCategories(): CustomerCategoriesRequestBuilder; /** * The customerGroups property */ get customerGroups(): CustomerGroupsRequestBuilder; /** * The customers property */ get customers(): CustomersRequestBuilder; /** * The DeleteCategory property */ get deleteCategory(): DeleteCategoryRequestBuilder; /** * The deliveryNotes property */ get deliveryNotes(): DeliveryNotesRequestBuilder; /** * The DuplicateItems property */ get duplicateItems(): DuplicateItemsRequestBuilder; /** * The extensions property */ get extensions(): ExtensionsRequestBuilder; /** * The feature property */ get feature(): FeatureRequestBuilder; /** * The info property */ get info(): InfoRequestBuilder; /** * The invoices property */ get invoices(): InvoicesRequestBuilder; /** * The itemdetails property */ get itemdetails(): ItemdetailsRequestBuilder; /** * The items property */ get items(): ItemsRequestBuilder; /** * The languages property */ get languages(): LanguagesRequestBuilder; /** * The lotSizes property */ get lotSizes(): LotSizesRequestBuilder; /** * The Marketplace property */ get marketplace(): MarketplaceRequestBuilder; /** * The offer property */ get offer(): OfferRequestBuilder; /** * The onHoldReasons property */ get onHoldReasons(): OnHoldReasonsRequestBuilder; /** * The package property */ get packageEscaped(): PackageRequestBuilder; /** * The paymentMethods property */ get paymentMethods(): PaymentMethodsRequestBuilder; /** * The printers property */ get printers(): PrintersRequestBuilder; /** * The ProductGroup property */ get productGroup(): ProductGroupRequestBuilder; /** * The productionItems property */ get productionItems(): ProductionItemsRequestBuilder; /** * The productionOrders property */ get productionOrders(): ProductionOrdersRequestBuilder; /** * The properties property */ get properties(): PropertiesRequestBuilder; /** * The refunds property */ get refunds(): RefundsRequestBuilder; /** * The responsiblePersons property */ get responsiblePersons(): ResponsiblePersonsRequestBuilder; /** * The returnReasons property */ get returnReasons(): ReturnReasonsRequestBuilder; /** * The returns property */ get returns(): ReturnsRequestBuilder; /** * The returnStates property */ get returnStates(): ReturnStatesRequestBuilder; /** * The salesChannels property */ get salesChannels(): SalesChannelsRequestBuilder; /** * The salesinvoice property */ get salesinvoice(): SalesinvoiceRequestBuilder; /** * The salesinvoicecorrection property */ get salesinvoicecorrection(): SalesinvoicecorrectionRequestBuilder; /** * The salesInvoiceCorrections property */ get salesInvoiceCorrections(): SalesInvoiceCorrectionsRequestBuilder; /** * The salesorder property */ get salesorder(): SalesorderRequestBuilder; /** * The salesOrders property */ get salesOrders(): SalesOrdersRequestBuilder; /** * The salesquotation property */ get salesquotation(): SalesquotationRequestBuilder; /** * The shipment property */ get shipment(): ShipmentRequestBuilder; /** * The shippingclass property */ get shippingclass(): ShippingclassRequestBuilder; /** * The shippingClasses property */ get shippingClasses(): ShippingClassesRequestBuilder; /** * The shippingMethods property */ get shippingMethods(): ShippingMethodsRequestBuilder; /** * The stocks property */ get stocks(): StocksRequestBuilder; /** * The suppliers property */ get suppliers(): SuppliersRequestBuilder; /** * The tax property */ get tax(): TaxRequestBuilder; /** * The taxClasses property */ get taxClasses(): TaxclassesRequestBuilder; /** * The taxcodes property */ get taxcodes(): TaxcodesRequestBuilder; /** * The transactionStatuses property */ get transactionStatuses(): TransactionStatusesRequestBuilder; /** * The UpdateCategory property */ get updateCategory(): UpdateCategoryRequestBuilder; /** * The UpdateItemSalesChannels property */ get updateItemSalesChannels(): UpdateItemSalesChannelsRequestBuilder; /** * The warehouseassistant property */ get warehouseassistant(): WarehouseassistantRequestBuilder; /** * The warehouses property */ get warehouses(): WarehousesRequestBuilder; /** * The wms property */ get wms(): WmsRequestBuilder; /** * The workbenchResources property */ get workbenchResources(): WorkbenchResourcesRequestBuilder; /** * The workbenchResourceTypes property */ get workbenchResourceTypes(): WorkbenchResourceTypesRequestBuilder; /** * The workers property */ get workers(): WorkersRequestBuilder; } /** * Uri template for the request builder. */ export declare const V2RequestBuilderUriTemplate = "{+baseurl}/v2"; /** * Metadata for all the navigation properties in the request builder. */ export declare const V2RequestBuilderNavigationMetadata: Record, NavigationMetadata>; //# sourceMappingURL=index.d.ts.map