[
  {
    "type": "function",
    "name": "createAndDepositInventory",
    "inputs": [
      {
        "name": "smartObjectId",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "items",
        "type": "tuple[]",
        "internalType": "struct CreateInventoryItemParams[]",
        "components": [
          {
            "name": "smartObjectId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "tenantId",
            "type": "bytes32",
            "internalType": "bytes32"
          },
          {
            "name": "itemId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "typeId",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "volume",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "quantity",
            "type": "uint256",
            "internalType": "uint256"
          }
        ]
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  }
]