InventoryInteraction$json top-level constant

  1. @Deprecated('Use inventoryInteractionDescriptor instead')
Map<String, Object> const InventoryInteraction$json

Implementation

@$core.Deprecated('Use inventoryInteractionDescriptor instead')
const InventoryInteraction$json = {
  '1': 'InventoryInteraction',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {
      '1': 'metadata',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Scailo.EmployeeMetadata',
      '10': 'metadata'
    },
    {
      '1': 'category',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.Scailo.INVENTORY_INTERACTION_CATEGORY',
      '10': 'category'
    },
    {
      '1': 'inventory_ref_uuid',
      '3': 11,
      '4': 1,
      '5': 9,
      '10': 'inventoryRefUuid'
    },
    {
      '1': 'issued_inventory_hash',
      '3': 12,
      '4': 1,
      '5': 9,
      '10': 'issuedInventoryHash'
    },
    {
      '1': 'issued_ref_purpose',
      '3': 13,
      '4': 1,
      '5': 14,
      '6': '.Scailo.INVENTORY_ISSUED_PURPOSE',
      '10': 'issuedRefPurpose'
    },
    {'1': 'issued_ref_id', '3': 14, '4': 1, '5': 4, '10': 'issuedRefId'},
    {
      '1': 'internal_quantity',
      '3': 15,
      '4': 1,
      '5': 3,
      '10': 'internalQuantity'
    },
  ],
};