inventory

package
v0.68.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminChainingOperationsService added in v0.55.1

type AdminChainingOperationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminChainingOperationsService) AdminCreateChainingOperations deprecated added in v0.55.1

Deprecated: 2022-01-10 - please use AdminCreateChainingOperationsShort instead.

func (*AdminChainingOperationsService) AdminCreateChainingOperationsShort added in v0.55.1

func (*AdminChainingOperationsService) GetAuthSession added in v0.55.1

func (aaa *AdminChainingOperationsService) GetAuthSession() auth.Session

func (*AdminChainingOperationsService) UpdateFlightId added in v0.63.0

func (aaa *AdminChainingOperationsService) UpdateFlightId(flightId string)

type AdminIntegrationConfigurationsService added in v0.68.0

type AdminIntegrationConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminIntegrationConfigurationsService) AdminCreateIntegrationConfiguration deprecated added in v0.68.0

Deprecated: 2022-01-10 - please use AdminCreateIntegrationConfigurationShort instead.

func (*AdminIntegrationConfigurationsService) AdminListIntegrationConfigurations deprecated added in v0.68.0

Deprecated: 2022-01-10 - please use AdminListIntegrationConfigurationsShort instead.

func (*AdminIntegrationConfigurationsService) AdminUpdateIntegrationConfiguration deprecated added in v0.68.0

Deprecated: 2022-01-10 - please use AdminUpdateIntegrationConfigurationShort instead.

func (*AdminIntegrationConfigurationsService) AdminUpdateStatusIntegrationConfiguration deprecated added in v0.68.0

Deprecated: 2022-01-10 - please use AdminUpdateStatusIntegrationConfigurationShort instead.

func (*AdminIntegrationConfigurationsService) GetAuthSession added in v0.68.0

func (aaa *AdminIntegrationConfigurationsService) GetAuthSession() auth.Session

func (*AdminIntegrationConfigurationsService) UpdateFlightId added in v0.68.0

func (aaa *AdminIntegrationConfigurationsService) UpdateFlightId(flightId string)

type AdminInventoriesService

type AdminInventoriesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminInventoriesService) AdminCreateInventory deprecated

Deprecated: 2022-01-10 - please use AdminCreateInventoryShort instead.

func (*AdminInventoriesService) AdminGetInventory deprecated

Deprecated: 2022-01-10 - please use AdminGetInventoryShort instead.

func (*AdminInventoriesService) AdminListInventories deprecated

Deprecated: 2022-01-10 - please use AdminListInventoriesShort instead.

func (*AdminInventoriesService) AdminPurchasable deprecated added in v0.68.0

Deprecated: 2022-01-10 - please use AdminPurchasableShort instead.

func (*AdminInventoriesService) AdminPurchasableShort added in v0.68.0

func (aaa *AdminInventoriesService) AdminPurchasableShort(input *admin_inventories.AdminPurchasableParams) error

func (*AdminInventoriesService) AdminUpdateInventory deprecated

Deprecated: 2022-01-10 - please use AdminUpdateInventoryShort instead.

func (*AdminInventoriesService) DeleteInventory deprecated

Deprecated: 2022-01-10 - please use DeleteInventoryShort instead.

func (*AdminInventoriesService) DeleteInventoryShort

func (aaa *AdminInventoriesService) DeleteInventoryShort(input *admin_inventories.DeleteInventoryParams) error

func (*AdminInventoriesService) GetAuthSession

func (aaa *AdminInventoriesService) GetAuthSession() auth.Session

func (*AdminInventoriesService) UpdateFlightId added in v0.63.0

func (aaa *AdminInventoriesService) UpdateFlightId(flightId string)

type AdminInventoryConfigurationsService

type AdminInventoryConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminInventoryConfigurationsService) AdminCreateInventoryConfiguration deprecated

Deprecated: 2022-01-10 - please use AdminCreateInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminDeleteInventoryConfiguration deprecated

Deprecated: 2022-01-10 - please use AdminDeleteInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminDeleteInventoryConfigurationShort

func (*AdminInventoryConfigurationsService) AdminGetInventoryConfiguration deprecated

Deprecated: 2022-01-10 - please use AdminGetInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminListInventoryConfigurations deprecated

Deprecated: 2022-01-10 - please use AdminListInventoryConfigurationsShort instead.

func (*AdminInventoryConfigurationsService) AdminUpdateInventoryConfiguration deprecated

Deprecated: 2022-01-10 - please use AdminUpdateInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) GetAuthSession

func (aaa *AdminInventoryConfigurationsService) GetAuthSession() auth.Session

func (*AdminInventoryConfigurationsService) UpdateFlightId added in v0.63.0

func (aaa *AdminInventoryConfigurationsService) UpdateFlightId(flightId string)

type AdminItemTypesService

type AdminItemTypesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminItemTypesService) AdminCreateItemType deprecated

Deprecated: 2022-01-10 - please use AdminCreateItemTypeShort instead.

func (*AdminItemTypesService) AdminDeleteItemType deprecated

func (aaa *AdminItemTypesService) AdminDeleteItemType(input *admin_item_types.AdminDeleteItemTypeParams) error

Deprecated: 2022-01-10 - please use AdminDeleteItemTypeShort instead.

func (*AdminItemTypesService) AdminDeleteItemTypeShort

func (aaa *AdminItemTypesService) AdminDeleteItemTypeShort(input *admin_item_types.AdminDeleteItemTypeParams) error

func (*AdminItemTypesService) AdminListItemTypes deprecated

Deprecated: 2022-01-10 - please use AdminListItemTypesShort instead.

func (*AdminItemTypesService) GetAuthSession

func (aaa *AdminItemTypesService) GetAuthSession() auth.Session

func (*AdminItemTypesService) UpdateFlightId added in v0.63.0

func (aaa *AdminItemTypesService) UpdateFlightId(flightId string)

type AdminItemsService

type AdminItemsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminItemsService) AdminBulkRemoveItems deprecated

Deprecated: 2022-01-10 - please use AdminBulkRemoveItemsShort instead.

func (*AdminItemsService) AdminBulkRemoveItemsShort

func (*AdminItemsService) AdminBulkUpdateMyItems deprecated

Deprecated: 2022-01-10 - please use AdminBulkUpdateMyItemsShort instead.

func (*AdminItemsService) AdminConsumeUserItem deprecated

Deprecated: 2022-01-10 - please use AdminConsumeUserItemShort instead.

func (*AdminItemsService) AdminConsumeUserItemShort

func (*AdminItemsService) AdminGetInventoryItem deprecated

Deprecated: 2022-01-10 - please use AdminGetInventoryItemShort instead.

func (*AdminItemsService) AdminGetInventoryItemShort

func (*AdminItemsService) AdminListItems deprecated

Deprecated: 2022-01-10 - please use AdminListItemsShort instead.

func (*AdminItemsService) AdminListItemsShort

func (*AdminItemsService) AdminSaveItem deprecated

Deprecated: 2022-01-10 - please use AdminSaveItemShort instead.

func (*AdminItemsService) AdminSaveItemShort

func (*AdminItemsService) AdminSaveItemToInventory deprecated

Deprecated: 2022-01-10 - please use AdminSaveItemToInventoryShort instead.

func (*AdminItemsService) AdminSaveItemToInventoryShort

func (*AdminItemsService) AdminSyncUserEntitlements deprecated added in v0.68.0

func (aaa *AdminItemsService) AdminSyncUserEntitlements(input *admin_items.AdminSyncUserEntitlementsParams) error

Deprecated: 2022-01-10 - please use AdminSyncUserEntitlementsShort instead.

func (*AdminItemsService) AdminSyncUserEntitlementsShort added in v0.68.0

func (aaa *AdminItemsService) AdminSyncUserEntitlementsShort(input *admin_items.AdminSyncUserEntitlementsParams) error

func (*AdminItemsService) GetAuthSession

func (aaa *AdminItemsService) GetAuthSession() auth.Session

func (*AdminItemsService) UpdateFlightId added in v0.63.0

func (aaa *AdminItemsService) UpdateFlightId(flightId string)

type AdminTagsService

type AdminTagsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminTagsService) AdminCreateTag deprecated

Deprecated: 2022-01-10 - please use AdminCreateTagShort instead.

func (*AdminTagsService) AdminCreateTagShort

func (*AdminTagsService) AdminDeleteTag deprecated

func (aaa *AdminTagsService) AdminDeleteTag(input *admin_tags.AdminDeleteTagParams) error

Deprecated: 2022-01-10 - please use AdminDeleteTagShort instead.

func (*AdminTagsService) AdminDeleteTagShort

func (aaa *AdminTagsService) AdminDeleteTagShort(input *admin_tags.AdminDeleteTagParams) error

func (*AdminTagsService) AdminListTags deprecated

Deprecated: 2022-01-10 - please use AdminListTagsShort instead.

func (*AdminTagsService) AdminListTagsShort

func (*AdminTagsService) GetAuthSession

func (aaa *AdminTagsService) GetAuthSession() auth.Session

func (*AdminTagsService) UpdateFlightId added in v0.63.0

func (aaa *AdminTagsService) UpdateFlightId(flightId string)

type PublicInventoriesService

type PublicInventoriesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicInventoriesService) GetAuthSession

func (aaa *PublicInventoriesService) GetAuthSession() auth.Session

func (*PublicInventoriesService) PublicListInventories deprecated

Deprecated: 2022-01-10 - please use PublicListInventoriesShort instead.

func (*PublicInventoriesService) UpdateFlightId added in v0.63.0

func (aaa *PublicInventoriesService) UpdateFlightId(flightId string)

type PublicInventoryConfigurationsService

type PublicInventoryConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicInventoryConfigurationsService) GetAuthSession

func (aaa *PublicInventoryConfigurationsService) GetAuthSession() auth.Session

func (*PublicInventoryConfigurationsService) PublicListInventoryConfigurations deprecated

Deprecated: 2022-01-10 - please use PublicListInventoryConfigurationsShort instead.

func (*PublicInventoryConfigurationsService) UpdateFlightId added in v0.63.0

func (aaa *PublicInventoryConfigurationsService) UpdateFlightId(flightId string)

type PublicItemTypesService

type PublicItemTypesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicItemTypesService) GetAuthSession

func (aaa *PublicItemTypesService) GetAuthSession() auth.Session

func (*PublicItemTypesService) PublicListItemTypes deprecated

Deprecated: 2022-01-10 - please use PublicListItemTypesShort instead.

func (*PublicItemTypesService) UpdateFlightId added in v0.63.0

func (aaa *PublicItemTypesService) UpdateFlightId(flightId string)

type PublicItemsService

type PublicItemsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicItemsService) GetAuthSession

func (aaa *PublicItemsService) GetAuthSession() auth.Session

func (*PublicItemsService) PublicBulkRemoveMyItems deprecated

Deprecated: 2022-01-10 - please use PublicBulkRemoveMyItemsShort instead.

func (*PublicItemsService) PublicBulkUpdateMyItems deprecated

Deprecated: 2022-01-10 - please use PublicBulkUpdateMyItemsShort instead.

func (*PublicItemsService) PublicConsumeMyItem deprecated

Deprecated: 2022-01-10 - please use PublicConsumeMyItemShort instead.

func (*PublicItemsService) PublicConsumeMyItemShort

func (*PublicItemsService) PublicGetItem deprecated

Deprecated: 2022-01-10 - please use PublicGetItemShort instead.

func (*PublicItemsService) PublicGetItemShort

func (*PublicItemsService) PublicListItems deprecated

Deprecated: 2022-01-10 - please use PublicListItemsShort instead.

func (*PublicItemsService) PublicListItemsShort

func (*PublicItemsService) PublicMoveMyItems deprecated

Deprecated: 2022-01-10 - please use PublicMoveMyItemsShort instead.

func (*PublicItemsService) UpdateFlightId added in v0.63.0

func (aaa *PublicItemsService) UpdateFlightId(flightId string)

type PublicTagsService

type PublicTagsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicTagsService) GetAuthSession

func (aaa *PublicTagsService) GetAuthSession() auth.Session

func (*PublicTagsService) PublicListTags deprecated

Deprecated: 2022-01-10 - please use PublicListTagsShort instead.

func (*PublicTagsService) PublicListTagsShort

func (*PublicTagsService) UpdateFlightId added in v0.63.0

func (aaa *PublicTagsService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL